summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-21 03:43:34 +0200
committermonty@donna.mysql.com <>2000-11-21 03:43:34 +0200
commitb65dbb61143e7add58481dc4bc184c530a9a5582 (patch)
tree18fdf025bea7d918e304f45384902d822f68f2f6 /include
parentb7d81c037904a6d5d9e4a8602b1c9d5406a23a20 (diff)
downloadmariadb-git-b65dbb61143e7add58481dc4bc184c530a9a5582.tar.gz
Fixed problem with auto-repair of MyISAM tables
Fixed bug in ISAM and MyISAM when updating from multiple-processes
Diffstat (limited to 'include')
-rw-r--r--include/my_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h
index 5c76b5a6bc3..5ab84fb3433 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -207,6 +207,7 @@ enum ha_base_keytype {
#define HA_ERR_UNKNOWN_CHARSET 142 /* Can't open charset */
#define HA_ERR_WRONG_TABLE_DEF 143
#define HA_ERR_CRASHED_ON_REPAIR 144 /* Last (automatic?) repair failed */
+#define HA_ERR_CRASHED_ON_USAGE 145 /* Table must be repaired */
/* Other constants */