mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mishka.local:/home/my/mysql-4.1
This commit is contained in:
@ -6160,8 +6160,8 @@ join_read_prev_same(READ_RECORD *info)
|
||||
|
||||
if ((error=table->file->index_prev(table->record[0])))
|
||||
return report_error(table, error);
|
||||
if (key_cmp(table, tab->ref.key_buff, tab->ref.key,
|
||||
tab->ref.key_length))
|
||||
if (key_cmp_if_same(table, tab->ref.key_buff, tab->ref.key,
|
||||
tab->ref.key_length))
|
||||
{
|
||||
table->status=STATUS_NOT_FOUND;
|
||||
error= -1;
|
||||
|
Reference in New Issue
Block a user