mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
undoing a fix
This commit is contained in:
parent
dad32c9310
commit
923c638e89
1 changed files with 0 additions and 3 deletions
|
@ -2579,9 +2579,6 @@ ha_innobase::general_fetch(
|
|||
ut_a(prebuilt->trx ==
|
||||
(trx_t*) current_thd->transaction.all.innobase_tid);
|
||||
|
||||
if (table->status == STATUS_NOT_FOUND)
|
||||
DBUG_RETURN(HA_ERR_KEY_NOT_FOUND);
|
||||
|
||||
srv_conc_enter_innodb(prebuilt->trx);
|
||||
|
||||
ret = row_search_for_mysql((byte*)buf, 0, prebuilt, match_mode,
|
||||
|
|
Loading…
Add table
Reference in a new issue