summaryrefslogtreecommitdiff
path: root/include/myisammrg.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-12-10 00:06:05 +0100
committerunknown <serg@serg.mysql.com>2002-12-10 00:06:05 +0100
commit127d01dd016aeb4b90689219d13b67075e21b8bb (patch)
tree25aac698d5a4ca5410883a89fc81f7a5fb2d678f /include/myisammrg.h
parent6271ea35b83501781cf3ee51a62fd95870b3fb96 (diff)
downloadmariadb-git-127d01dd016aeb4b90689219d13b67075e21b8bb.tar.gz
ANALYZE for MERGE
Diffstat (limited to 'include/myisammrg.h')
-rw-r--r--include/myisammrg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/myisammrg.h b/include/myisammrg.h
index c3b3b39424b..ea882450eef 100644
--- a/include/myisammrg.h
+++ b/include/myisammrg.h
@@ -51,6 +51,7 @@ typedef struct st_mymerge_info /* Struct from h_info */
uint reclength; /* Recordlength */
int errkey; /* With key was dupplicated on err */
uint options; /* HA_OPTION_... used */
+ ulong *rec_per_key; /* for sql optimizing */
} MYMERGE_INFO;
typedef struct st_myrg_table_info
@@ -71,6 +72,7 @@ typedef struct st_myrg_info
my_bool cache_in_use;
LIST open_list;
QUEUE by_key;
+ ulong *rec_per_key_part; /* for sql optimizing */
} MYRG_INFO;