summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-31 03:47:56 +0200
committermonty@mysql.com <>2004-12-31 03:47:56 +0200
commit5e03ebbcad59ec472af59ce9973bfefcddfe056f (patch)
treedd3c89af5e01f80d9172adc65e8df542cd91cb5b /include/myisam.h
parent34d5331cee44cdcb62245779ad486ccbef6bf4c2 (diff)
downloadmariadb-git-5e03ebbcad59ec472af59ce9973bfefcddfe056f.tar.gz
After merge fixes
Cleanup of mi_print_error() handling Deleted 'merge' directory
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/myisam.h b/include/myisam.h
index 6d097770646..fd75af2d997 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -107,12 +107,13 @@ typedef struct st_mi_create_info
} MI_CREATE_INFO;
struct st_myisam_info; /* For referense */
+struct st_mi_isam_share;
typedef struct st_myisam_info MI_INFO;
-
struct st_mi_s_param;
typedef struct st_mi_keydef /* Key definition with open & info */
{
+ struct st_mi_isam_share *share; /* Pointer to base (set in mi_open) */
uint16 keysegs; /* Number of key-segment */
uint16 flag; /* NOSAME, PACK_USED */