mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
EXPLAIN FORMAT=JSON: Full scan on NULL key (join case)
This commit is contained in:
@ -23687,6 +23687,7 @@ void JOIN_TAB::save_explain_data(Explain_table_access *eta, table_map prefix_tab
|
||||
if (tab->ref.cond_guards[part])
|
||||
{
|
||||
eta->push_extra(ET_FULL_SCAN_ON_NULL_KEY);
|
||||
eta->full_scan_on_null_key= true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user