summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-08-17 01:05:02 +0300
committermonty@donna.mysql.com <>2000-08-17 01:05:02 +0300
commitc5842d42f6f9881750ec8559781fa1bac8945bda (patch)
treeeff8fc8b2beebf362d7ac8de2cad48821df97d02 /sql/handler.h
parent2f450e4fc73e55454cc702a32222c60ce2fb1eac (diff)
downloadmariadb-git-c5842d42f6f9881750ec8559781fa1bac8945bda.tar.gz
Additions for CHECK table + update of benchmarks
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 208ae989218..b4cb5bcac37 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -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