Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused autotools files | Sergei Golubchik | 2011-07-03 | 1 | -63/+0 |
| | |||||
* | build federared* with libmysqlservices | Sergei Golubchik | 2010-09-12 | 1 | -1/+2 |
| | |||||
* | build dynamic plugins with the -shared libtool option to avoid | Sergei Golubchik | 2010-09-09 | 1 | -4/+3 |
| | | | | double compilation | ||||
* | allow federated and innodb_plugin to be built | Sergei Golubchik | 2010-06-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage/federated/Makefile.am: federated needs functions from mysys/string.c. mysqld does not use them, so they don't get into the binary. storage/federated/plug.in: enable federated again. remove it from all configurations. storage/federatedx/Makefile.am: federatedx is now called federatedx in configure storage/federatedx/ha_federatedx.cc: federatedx is now called federatedx in configure storage/federatedx/plug.in: federatedx is now called federatedx in configure storage/innodb_plugin/plug.in: enable innodb plugin again. remove it from all configurations. storage/xtradb/CMakeLists.txt: xtradb is now called xtradb in configure, and builds libxtradb.a and ha_xtradb.so storage/xtradb/Makefile.am: xtradb is now called xtradb in configure, and builds libxtradb.a and ha_xtradb.so storage/xtradb/handler/ha_innodb.cc: xtradb is now called xtradb in configure, and builds libxtradb.a and ha_xtradb.so storage/xtradb/plug.in: xtradb is now called xtradb in configure, and builds libxtradb.a and ha_xtradb.so | ||||
* | Fix double declaration of Makefile variable for FederatedX. | unknown | 2009-11-10 | 1 | -1/+0 |
| | | | | This eliminates a warning from Automake about the double declaration. | ||||
* | BUILD/compile-dist && make dist was not working due to typos. | Hakan Kuecuekyilmaz | 2009-11-01 | 1 | -1/+1 |
| | | | | Fixed by renaming a file and editing the typo in Makefile.am | ||||
* | Added federatedx storage engine | Michael Widenius | 2009-10-30 | 1 | -0/+64 |
Fixed compiler warnings client/mysqladmin.cc: Fixed compiler warning extra/yassl/taocrypt/src/twofish.cpp: Fixed compiler warning libmysqld/Makefile.am: Use federatedx instead of federated (Should actually be removed) mysql-test/mysql-test-run.pl: Fixed warning mysql-test/valgrind.supp: Removed warning found on 64 bit Linux machine storage/pbxt/src/cache_xt.cc: Fixed compile warning storage/xtradb/include/buf0buf.ic: Fixed compiler warning |