Lines Matching refs:NO_TMP_TABLE

2888   DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK);  in ha_index_init()
2907 table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_end()
2931 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_rnd_init()
2950 table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_rnd_end()
2972 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_rnd_next()
3002 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_rnd_pos()
3235 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_read_map()
3257 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_read_last_map()
3285 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_read_idx_map()
3317 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_next()
3348 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_prev()
3379 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_first()
3410 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_last()
3443 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_index_next_same()
3695 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in update_auto_increment()
3980 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || in ha_release_auto_increment()
4169 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || in print_error()
4544 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in get_dup_key()
4645 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_check()
4687 if (table_share == nullptr || table_share->tmp_table == NO_TMP_TABLE) { in mark_trx_read_write()
4725 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_start_bulk_insert()
4740 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_end_bulk_insert()
4753 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_bulk_update_row()
4766 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_delete_all_rows()
4779 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_truncate()
4792 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_optimize()
4805 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_analyze()
4818 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_UNLCK); in ha_check_and_repair()
4831 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_disable_indexes()
4844 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_enable_indexes()
4858 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_discard_or_import_tablespace()
4868 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type != F_UNLCK); in ha_prepare_inplace_alter_table()
6890 table->s->tmp_table != NO_TMP_TABLE) { in choose_mrr_impl()
7630 int const check(table->s->tmp_table == NO_TMP_TABLE && in check_table_binlog_row_based()
7770 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || in ha_external_lock()
7835 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_write_row()
7862 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_update_row()
7890 DBUG_ASSERT(table_share->tmp_table != NO_TMP_TABLE || m_lock_type == F_WRLCK); in ha_delete_row()
7940 if (table_share->tmp_table == NO_TMP_TABLE) in get_ha_share_ptr()
7960 if (table_share->tmp_table == NO_TMP_TABLE) in set_ha_share_ptr()
7973 if (table_share->tmp_table == NO_TMP_TABLE) in lock_shared_ha_data()
7983 if (table_share->tmp_table == NO_TMP_TABLE) in unlock_shared_ha_data()