summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-05-31 14:08:00 +0300
committerunknown <monty@hundin.mysql.fi>2001-05-31 14:08:00 +0300
commitef678c6ab4b1dbbb47b558e4fc1594cdd2a74f69 (patch)
tree5ae8949b2638cedd01e60fb4a20e771b15c3d3b0 /include
parente6ecbfd629bf92c84f270119405f4796464e7f4e (diff)
parentd9a9f38e870f24c4bc148ed58333abaedad81f05 (diff)
downloadmariadb-git-ef678c6ab4b1dbbb47b558e4fc1594cdd2a74f69.tar.gz
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
BitKeeper/etc/logging_ok: auto-union
Diffstat (limited to 'include')
-rw-r--r--include/myisam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h
index 34babba163c..de97398fc51 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -68,6 +68,7 @@ typedef struct st_mi_isaminfo /* Struct from h_info */
ulong mean_reclength; /* Mean recordlength (if packed) */
ulonglong auto_increment;
ulonglong key_map; /* Which keys are used */
+ char *data_file_name, *index_file_name;
uint keys; /* Number of keys in use */
uint options; /* HA_OPTIONS_... used */
int errkey, /* With key was dupplicated on err */
@@ -86,6 +87,7 @@ typedef struct st_mi_isaminfo /* Struct from h_info */
typedef struct st_mi_create_info
{
+ char *index_file_name, *data_file_name; /* If using symlinks */
ha_rows max_rows;
ha_rows reloc_rows;
ulonglong auto_increment;