1640
1639
assert(session->open_tables.lock == 0); // You must lock everything at once
1642
1640
uint32_t lock_flag= DRIZZLE_LOCK_NOTIFY_IF_NEED_REOPEN;
1649
1646
if (!table->placeholder())
1653
1649
if (not (session->open_tables.lock= session->lockTables(start, (uint32_t) (ptr - start), lock_flag)))