1
0
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:
monty@donna.mysql.com
2000-08-17 01:05:02 +03:00
parent 2f450e4fc7
commit c5842d42f6
13 changed files with 141 additions and 68 deletions

View File

@@ -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;