summaryrefslogtreecommitdiff
path: root/include/myisammrg.h
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-12-10 00:06:05 +0100
committerserg@serg.mysql.com <>2002-12-10 00:06:05 +0100
commit94cb1daa52139291c0acd85c8d666ffffe0cdeab (patch)
tree25aac698d5a4ca5410883a89fc81f7a5fb2d678f /include/myisammrg.h
parentb42eff16cb6ff402d5b7d332f7081df3948a1559 (diff)
downloadmariadb-git-94cb1daa52139291c0acd85c8d666ffffe0cdeab.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;