diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 17397c72708..cb8da885b77 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -392,6 +392,8 @@ struct system_variables ulong table_type; ulong tmp_table_size; ulong tx_isolation; + ulong heuristic; + ulong plan_search_depth; /* Determines which non-standard SQL behaviour should be enabled */ ulong sql_mode; ulong default_week_format; |