MySQL 5.6.14 Source Code Document
|
#include <sql_base.h>
Additional Inherited Members | |
Public Member Functions inherited from DML_prelocking_strategy | |
virtual bool | handle_routine (THD *thd, Query_tables_list *prelocking_ctx, Sroutine_hash_entry *rt, sp_head *sp, bool *need_prelocking) |
virtual bool | handle_table (THD *thd, Query_tables_list *prelocking_ctx, TABLE_LIST *table_list, bool *need_prelocking) |
virtual bool | handle_view (THD *thd, Query_tables_list *prelocking_ctx, TABLE_LIST *table_list, bool *need_prelocking) |
A strategy for prelocking algorithm to be used for LOCK TABLES statement.
Definition at line 418 of file sql_base.h.