summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorsergefp@mysql.com <>2005-09-21 02:18:29 +0400
committersergefp@mysql.com <>2005-09-21 02:18:29 +0400
commitf9475d1d15921a8e0794715473c78dbb774093db (patch)
treecfdbd7cf52b7834c855c3a89be4c09b7a5ff229f /sql/handler.h
parent8a5c24536c774789a956db3a91782206c4e85b7b (diff)
downloadmariadb-git-f9475d1d15921a8e0794715473c78dbb774093db.tar.gz
BUG#12232: Add a server option to treat NULL values as equal when calculating MyISAM index
statistics (like 4.0 did) (patch #3, with review #1 & #2 feedback addressed)
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index b69eec3edd5..d4bb19dd7b2 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -522,6 +522,7 @@ public:
extern struct show_table_type_st sys_table_types[];
extern const char *ha_row_type[];
extern TYPELIB tx_isolation_typelib;
+extern TYPELIB myisam_stats_method_typelib;
/* Wrapper functions */
#define ha_commit_stmt(thd) (ha_commit_trans((thd), &((thd)->transaction.stmt)))