212
278
bool has_table_lookup_value;
213
279
uint32_t table_open_method;
214
280
enum enum_schema_table_state schema_table_state;
215
282
void set_underlying_merge();
216
283
bool setup_underlying(Session *session);
218
286
If you change placeholder(), please check the condition in
219
287
check_transactional_lock() too.