diff options
author | holyfoot@mysql.com <> | 2006-02-17 11:26:03 +0400 |
---|---|---|
committer | holyfoot@mysql.com <> | 2006-02-17 11:26:03 +0400 |
commit | be02944df69c43c662ba7e31d9d6f49f9ff5eeac (patch) | |
tree | adb59b5b5c6cb490762c59bb9311cf7d388db593 /include/myisam.h | |
parent | 77605c3576b93a7705e66b5588c4ef6c879e5c27 (diff) | |
parent | f500cbf83c01dbc54df778f34a733c91b67128b1 (diff) | |
download | mariadb-git-be02944df69c43c662ba7e31d9d6f49f9ff5eeac.tar.gz |
Merging 5.0->5.1
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 982982711f1..1cc07de1fd9 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -371,6 +371,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 |