diff options
author | serg@serg.mylan <> | 2005-09-21 13:53:22 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2005-09-21 13:53:22 +0200 |
commit | a083ff160e3147d514babbc6da4aa880e9655570 (patch) | |
tree | 29a5373cf28e87e844da3557b032013adcdbcbe8 /sql/handler.h | |
parent | 23f35495acac61b50a2c99f7a2bc5aef03885bb7 (diff) | |
parent | f6b8032af537cd8b5b746e8354933e366025c2e4 (diff) | |
download | mariadb-git-a083ff160e3147d514babbc6da4aa880e9655570.tar.gz |
merged
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 f1f9ab904d1..b61683c59b9 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -825,6 +825,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; extern handlerton *handlertons[MAX_HA]; extern ulong total_ha, total_ha_2pc; |