mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Manual merge from mysql-trunk-merge.
This commit is contained in:
commit
6b1d61ecb0
7 changed files with 532 additions and 2 deletions
|
|
@ -67,6 +67,7 @@ void init_read_record_idx(READ_RECORD *info, THD *thd, TABLE *table,
|
|||
info->file= table->file;
|
||||
info->record= table->record[0];
|
||||
info->print_error= print_error;
|
||||
info->unlock_row= rr_unlock_row;
|
||||
|
||||
table->status=0; /* And it's always found */
|
||||
if (!table->file->inited)
|
||||
|
|
@ -192,6 +193,7 @@ void init_read_record(READ_RECORD *info,THD *thd, TABLE *table,
|
|||
}
|
||||
info->select=select;
|
||||
info->print_error=print_error;
|
||||
info->unlock_row= rr_unlock_row;
|
||||
info->ignore_not_found_rows= 0;
|
||||
table->status=0; /* And it's always found */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue