mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
revert "LOCK TABLES ... WHERE ENGINE=INNODB"
This commit is contained in:
@ -480,13 +480,6 @@ public:
|
||||
{ return extra(operation); }
|
||||
virtual int reset() { return extra(HA_EXTRA_RESET); }
|
||||
virtual int external_lock(THD *thd, int lock_type) { return 0; }
|
||||
/*
|
||||
This is called to set transactional table lock to a table.
|
||||
If the handler don't support this, then this function will
|
||||
return HA_ERR_WRONG_COMMAND and MySQL will give
|
||||
ER_ILLEGAL_HA error message.
|
||||
*/
|
||||
virtual int transactional_table_lock(THD *thd, int lock_type) {return HA_ERR_WRONG_COMMAND;}
|
||||
virtual void unlock_row() {}
|
||||
virtual int start_stmt(THD *thd) {return 0;}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user