Details
-
Type:
Bug
-
Status: Closed
-
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.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
CONNECT is not transactional and does not support table locking.
This command, as many others, are not supported.
However, a more explicit error message is now issued.