Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.3
-
Fix Version/s: 10.0.4
-
Component/s: None
-
Labels:
-
Environment: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.