diff options
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; |