summaryrefslogtreecommitdiff
path: root/storage/federatedx/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* remove unused autotools filesSergei Golubchik2011-07-031-63/+0
|
* build federared* with libmysqlservicesSergei Golubchik2010-09-121-1/+2
|
* build dynamic plugins with the -shared libtool option to avoidSergei Golubchik2010-09-091-4/+3
| | | | double compilation
* allow federated and innodb_plugin to be builtSergei Golubchik2010-06-091-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.unknown2009-11-101-1/+0
| | | | This eliminates a warning from Automake about the double declaration.
* BUILD/compile-dist && make dist was not working due to typos.Hakan Kuecuekyilmaz2009-11-011-1/+1
| | | | Fixed by renaming a file and editing the typo in Makefile.am
* Added federatedx storage engineMichael Widenius2009-10-301-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