diff options
author | sergefp@mysql.com <> | 2005-09-21 02:18:29 +0400 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-09-21 02:18:29 +0400 |
commit | f9475d1d15921a8e0794715473c78dbb774093db (patch) | |
tree | cfdbd7cf52b7834c855c3a89be4c09b7a5ff229f /sql/handler.h | |
parent | 8a5c24536c774789a956db3a91782206c4e85b7b (diff) | |
download | mariadb-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.h | 1 |
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))) |