mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix incorrect DBUG_ENTER message for join_read_last
This commit is contained in:
parent
38839854b7
commit
23664bc7a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue