summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorholyfoot@deer.(none) <>2006-02-17 10:52:32 +0400
committerholyfoot@deer.(none) <>2006-02-17 10:52:32 +0400
commit053d90a2349964e977ccb2a8aecfd339695fa38d (patch)
treee1075b7c3e3c1d0a91edf078cf69906180661d4c /include/myisam.h
parenta9cda1edd321228d2e39938bd08c6ac2a75b1bd0 (diff)
downloadmariadb-git-053d90a2349964e977ccb2a8aecfd339695fa38d.tar.gz
WL#2645 (CHECK TABLE FOR UPGRADE)
necessary implementation in the server mysql_upgrade script added
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h
index 96c1e7e192e..321952dcf4c 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -368,6 +368,7 @@ extern uint mi_get_pointer_length(ulonglong file_length, uint def);
*/
#define TT_USEFRM 1
+#define TT_FOR_UPGRADE 2
#define O_NEW_INDEX 1 /* Bits set in out_flag */
#define O_NEW_DATA 2