mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Additions for CHECK table + update of benchmarks
This commit is contained in:
@@ -224,7 +224,7 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
|
||||
else
|
||||
error=read_sep_field(thd,info,table,fields,read_info,*enclosed);
|
||||
if (table->file->extra(HA_EXTRA_NO_CACHE) ||
|
||||
table->file->activate_all_index((ha_rows) 0))
|
||||
table->file->activate_all_index(thd))
|
||||
error=1; /* purecov: inspected */
|
||||
|
||||
table->time_stamp=save_time_stamp;
|
||||
|
||||
Reference in New Issue
Block a user