Lines Matching refs:NO_TMP_TABLE

3054   assert(table_share->tmp_table != NO_TMP_TABLE ||  in ha_index_init()
3077 table_share->tmp_table != NO_TMP_TABLE || in ha_index_end()
3102 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_rnd_init()
3129 table_share->tmp_table != NO_TMP_TABLE || in ha_rnd_end()
3153 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_rnd_next()
3192 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_rnd_pos()
3248 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_read_map()
3283 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_read_last_map()
3323 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_read_idx_map()
3369 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_next()
3429 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_prev()
3469 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_first()
3514 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_last()
3561 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_index_next_same()
3801 assert(table_share->tmp_table != NO_TMP_TABLE || in update_auto_increment()
4109 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_release_auto_increment()
4298 assert(table_share->tmp_table != NO_TMP_TABLE || in print_error()
4723 assert(table_share->tmp_table != NO_TMP_TABLE || in get_dup_key()
4835 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_check()
4892 if (table_share == NULL || table_share->tmp_table == NO_TMP_TABLE) in mark_trx_noop_dml()
4921 if (table_share == NULL || table_share->tmp_table == NO_TMP_TABLE) in mark_trx_read_write()
4961 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_start_bulk_insert()
4980 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_end_bulk_insert()
4997 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_bulk_update_row()
5014 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_delete_all_rows()
5031 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_truncate()
5048 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_optimize()
5065 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_analyze()
5082 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_check_and_repair()
5099 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_disable_indexes()
5116 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_enable_indexes()
5133 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_discard_or_import_tablespace()
5144 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_prepare_inplace_alter_table()
5163 assert((table->s->tmp_table != NO_TMP_TABLE && !table->mdl_ticket) || in ha_commit_inplace_alter_table()
7461 table->s->tmp_table != NO_TMP_TABLE) in choose_mrr_impl()
8283 int const check(table->s->tmp_table == NO_TMP_TABLE && in check_table_binlog_row_based()
8531 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_external_lock()
8623 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_write_row()
8660 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_update_row()
8698 assert(table_share->tmp_table != NO_TMP_TABLE || in ha_delete_row()
8787 if (table_share->tmp_table == NO_TMP_TABLE) in get_ha_share_ptr()
8809 if (table_share->tmp_table == NO_TMP_TABLE) in set_ha_share_ptr()
8825 if (table_share->tmp_table == NO_TMP_TABLE) in lock_shared_ha_data()
8837 if (table_share->tmp_table == NO_TMP_TABLE) in unlock_shared_ha_data()