1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -954,6 +954,11 @@ int mysql_check_table(THD* thd, TABLE_LIST* tables,HA_CHECK_OPT* check_opt)
net_store_data(packet, "OK");
break;
case HA_CHECK_ALREADY_CHECKED:
net_store_data(packet, "status");
net_store_data(packet, "Not checked");
break;
case HA_CHECK_CORRUPT:
net_store_data(packet, "status");
net_store_data(packet, "Corrupt");