Commit 23664bc7 authored by Seth Shelnutt's avatar Seth Shelnutt Committed by Robert Bindar

Fix incorrect DBUG_ENTER message for join_read_last

parent 38839854
......@@ -19570,7 +19570,7 @@ join_read_last(JOIN_TAB *tab)
{
TABLE *table=tab->table;
int error= 0;
DBUG_ENTER("join_read_first");
DBUG_ENTER("join_read_last");
if (table->covering_keys.is_set(tab->index) && !table->no_keyread &&
!table->key_read)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment