We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ef02b commit 8725b35Copy full SHA for 8725b35
sql/opt_subselect.cc
@@ -4044,13 +4044,13 @@ SJ_TMP_TABLE::create_sj_weedout_tmp_table(THD *thd)
4044
share->db_plugin= ha_lock_engine(0, TMP_ENGINE_HTON);
4045
table->file= get_new_handler(share, &table->mem_root,
4046
share->db_type());
4047
- DBUG_ASSERT(uniq_tuple_length_arg <= table->file->max_key_length());
4048
}
4049
else
4050
{
4051
share->db_plugin= ha_lock_engine(0, heap_hton);
4052
4053
+ DBUG_ASSERT(uniq_tuple_length_arg <= table->file->max_key_length());
4054
4055
if (!table->file)
4056
goto err;
0 commit comments