Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.3
-
None
-
Ubuntu/Precise/LXContainer
Description
You can't lock a Connect Table.
MariaDB [test]> lock table federatedconnect read; |
ERROR 1015 (HY000): Can't lock file (errno: 122 "Internal (unspecified) error in handler") |
 |
MariaDB [test]> lock table federate_classic read; |
Query OK, 0 rows affected (0.00 sec) |
It should work like with federated SE.
Additional while working with mysqldump (MDEV-4877) having no LOCK support will break any dump requiring a LOCK.