MCPcopy Create free account
hub / github.com/MariaDB/server / open_n_lock_single_table

Function open_n_lock_single_table

sql/sql_base.h:519–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519inline TABLE *open_n_lock_single_table(THD *thd, TABLE_LIST *table_l,
520 thr_lock_type lock_type, uint flags)
521{
522 DML_prelocking_strategy prelocking_strategy;
523
524 return open_n_lock_single_table(thd, table_l, lock_type, flags,
525 &prelocking_strategy);
526}
527
528
529/* open_and_lock_tables with derived handling */

Callers 3

open_and_lock_tableMethod · 0.70
open_tableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected