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

@@ -27,6 +27,7 @@
// the following is for checking tables
#define HA_CHECK_ALREADY_CHECKED 1
#define HA_CHECK_OK 0
#define HA_CHECK_NOT_IMPLEMENTED -1
#define HA_CHECK_CORRUPT -2