Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Fix link failure with unresolved references in --debug build."" | Robin H. Johnson | 2010-11-28 | 1 | -265/+346 |
| | | | | | | | This reverts commit 765b47fdbbb0f4b7c36e6d33cdbb143ecf885a7c. Reverting a revert. I really need to fix up testing this locally better without needing to push. | ||||
* | Revert "Fix link failure with unresolved references in --debug build." | Robin H. Johnson | 2010-11-28 | 1 | -346/+265 |
| | | | | | | This reverts commit 63807a0427c9fc14b55d433b3350d6e0fe74a930. The patch broke test-unit on 5.1.52 and compiling of 5.1.53. | ||||
* | Fix link failure with unresolved references in --debug build. | Kristian Nielsen | 2010-11-27 | 1 | -265/+346 |
| | | | | | | | | | | | | | Root problem is recursive dependency between libdbug and libmysys. These libraries are not meant to be built as .so. Fix by making them into libtool convenience libraries instead. This avoids introducing new .so that cause problems, and still allows to build a working libmysqld.so. Note that with this we no longer install libdbug, libmystrings, libmysys, or libvio. This should not be a problem, as there should be no separate programs using these libraries. | ||||
* | Fix minor typo in federated build, thanks to nordaux@gmail.com.mysql-extras-20101104-1842Z | Robin H. Johnson | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Added header assigning credit for the mysql and mariadb patches to build ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-26 | 1 | -0/+23 |
| | | | | libmysqld.so. | ||||
* | Updated the unittest/unit.pl file to try to fix the linkage to libmysys.so.0 ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -0/+12 |
| | | | | - still part of the shared lib patch for mysql-5.1.50. | ||||
* | Let's see if we can build libmysqld without a libinnobase_embedded.la. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | It's libinnobase and not libnnobase. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Update storage/innboase/plug.in to build libinnobase.la instead of ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -0/+12 |
| | | | | libinnobase.a. | ||||
* | Applied patch to storage/innobase/Makefile.am to build a shared lib for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -0/+73 |
| | | | | libmysqld on mysql-5.1.50. | ||||
* | Updated libmysqld/Makefile.am patch to fix the build failures to link ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -26/+127 |
| | | | | against ndb. | ||||
* | Added $(ZLIB_LIBS) to the LDADD list for unittest/mysys/Makefile.am. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -2/+3 |
| | |||||
* | Replace several .a with .la library references on netware/ and ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -0/+132 |
| | | | | storage/ndb/config files. | ||||
* | Add $(ZLIB_LIBS) to storage/ndb/src/kernel LDADD. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -4/+5 |
| | |||||
* | Fix broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -0/+1 |
| | |||||
* | Fix broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -3/+3 |
| | |||||
* | Fix broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -9/+16 |
| | |||||
* | Fix broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Fix broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -3/+5 |
| | |||||
* | Fix the broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -4/+4 |
| | |||||
* | Updated ndb Makefiles in the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -49/+370 |
| | |||||
* | It's libdbug.la and not libdebug.la. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | New try to fix the broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -1/+1 |
| | |||||
* | Fixed broken patch. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -2/+2 |
| | |||||
* | Applied updates based on Kristian Nielsen's <knielsen AT knielsen-hq DOT ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -12/+16 |
| | | | | | | org> port of the patch to mysql-5.1.50 - http://bazaar.launchpad.net/~knielsen/maria/mysql-5.1.50-libmysqld.so/revision/3473. | ||||
* | Updated strings/Makefile.am , unittest/mysys/Makefile.am and vio/Makefile.am ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -17/+18 |
| | | | | sections of the shared lib patch for mysql-5.1.50. | ||||
* | Updated storage/myisam/Makefile.am section of the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-25 | 1 | -25/+21 |
| | | | | mysql-5.1.50. | ||||
* | Updated storage/federated/Makefile.am section of the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -1/+1 |
| | | | | mysql-5.1.50. | ||||
* | Updated storage/federated/Makefile.am section of the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -5/+5 |
| | | | | mysql-5.1.50. | ||||
* | Updated storage/federated/Makefile.am and plug.in sections of the shared lib ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -11/+11 |
| | | | | patch for mysql-5.1.50. | ||||
* | Updated storage/federated/Makefile.am and plug.in sections of the shared lib ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -26/+24 |
| | | | | patch for mysql-5.1.50. | ||||
* | Updated mysys/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -14/+8 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -29/+29 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -6/+7 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -31/+26 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -5/+4 |
| | |||||
* | Updated libmysqld/Makefile.am section of the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Updated configure.in section of the shared lib patch for mysql-5.1.50 - ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -19/+8 |
| | | | | thanks to Kristian Nielsen <knielsen AT knielsen-hq DOT org>. | ||||
* | Updated config/ac-macros/plugins.m4 section of the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -4/+4 |
| | | | | mysql-5.1.50. | ||||
* | Dropped the pbxt and xtradb sections from the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -110/+0 |
| | | | | mysql-5.1.50 as we build them on a separate dir. We'll have to use individual patches for each dependent in their use flag. | ||||
* | Fixed more line offsets for the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -2/+2 |
| | |||||
* | Fixed some line offsets for the shared lib patch for mysql-5.1.50. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -5/+5 |
| | |||||
* | Updated the storage/federated/plug.in section and dropped the ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -274/+0 |
| | | | | storage/federatedx and storage/maria* sections from the shared lib patch for mysql-5.1.50. | ||||
* | Updated config/ac-macros/plugins.m4 , sql/Makefile.am and ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -7/+7 |
| | | | | storage/federated/Makefile.am sections of the shared lib patch for mysql-5.1.50. | ||||
* | Updated config/ac-macros/plugins.m4 section of the shared lib patch for ↵ | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -12/+11 |
| | | | | mysql-5.1.50. | ||||
* | Initial port of the shared patch for mariadb to mysql. | Jorge Manuel B. S. Vicetto (jmbsvicetto) | 2010-09-24 | 1 | -708/+1165 |
| | |||||
* | Rediff embedded patch again. | Robin H. Johnson | 2010-09-02 | 1 | -247/+230 |
| | |||||
* | Update shared-lib patch to reavertm version from bug #306315. | Robin H. Johnson | 2010-09-02 | 1 | -229/+315 |
| | |||||
* | New revision of the shared library patch. | Robin H. Johnson | 2010-09-01 | 1 | -0/+1413 |