Bug #67138 | mysqldump: Couldn't execute 'FLUSH /*!40101 LOCAL */ TABLES' | ||
---|---|---|---|
Submitted: | 8 Oct 2012 22:27 | Modified: | 7 Nov 2015 9:07 |
Reporter: | Kjeld Flarup | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Federated storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5.24-0 | OS: | Linux (ubuntu0.12.04.1) |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysqldump |
[8 Oct 2012 22:27]
Kjeld Flarup
[9 Oct 2012 14:08]
MySQL Verification Team
Thank you for the bug report. Looks like duplicate of http://bugs.mysql.com/bug.php?id=66184 . Please check for duplicate/related behavior.
[10 Nov 2012 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[23 Jun 2015 8:22]
Baruch Lvovsky
Indeed,there is a bug.But I have found workarround. It should replace connection method and use port instead socket. Regards. Baruch Lvovsky.
[7 Nov 2015 9:07]
MySQL Verification Team
duplicate of similar federated/table_cache bugs. the federated table loose connection to the remote server. when table is removed from table_cache, it fails because connection is not valid. In fact you may have better luck in 5.6.23+ There have been a few fixes (not all fixed, but some), for example: FLUSH TABLES on a FEDERATED table failed if the table had been idle longer than the wait_timeout time plus the TCP keepalive time. (Bug #17599258)