mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
226f0c7601
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
18 lines
815 B
Text
18 lines
815 B
Text
0.2 - Thu March 8 00:00:00 EST 2008
|
|
|
|
- Fixed bug #30051 "CREATE TABLE does not connect and check existence of remote table"
|
|
Modified "real_connect" to take a share and create flag to in order to not rely
|
|
on any settings that are later instantiated and/or set by get_share
|
|
Also, put logic in the code to not attempt this if a localhost. There's an annoying
|
|
functionality that if federated tries to connect to itself during creater table, you
|
|
get 1159 error (timeout) - only when local. This prevents having this functionality
|
|
and is probably part of the reason it was removed.
|
|
|
|
0.1 - Thu Feb 1 00:00:00 EST 2008
|
|
|
|
- This is the FederatedX Storage Engine,
|
|
first release.
|
|
- Added documentation
|
|
- Added simple test and README file to explain
|
|
how to run the test
|
|
- Added FAQ
|