mariadb/storage/federated
Ramil Kalimullin 790a3a46f3 Fix for bug#11758931 - 51196: SLAVE SQL: GOT AN ERROR WRITING
COMMUNICATION PACKETS, ERROR_CODE: 1160

If idle FEDERATED table is evicted from the table cache when 
a connection to remote server is lost, query that initiated 
eviction may fail.
If this query is executed by slave SQL thread it may fail as well.

An error of close was stored in diagnostics area, which was later
attributed to the statement that caused eviction.

With this patch FEDERATED clears an error of close.
2011-12-23 17:22:48 +04:00
..
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ha_federated.cc Fix for bug#11758931 - 51196: SLAVE SQL: GOT AN ERROR WRITING 2011-12-23 17:22:48 +04:00
ha_federated.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
Makefile.am Bug #11750417 40942: UNABLE TO INSTALL FEDERATED PLUGIN 2011-09-05 14:38:20 +02:00
plug.in bug #23369 (Embedded library can't be linked) 2006-10-18 17:03:37 +05:00