diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 647f254a117..5469171f0e3 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -708,10 +708,6 @@ typedef struct system_variables uint in_subquery_conversion_threshold; vers_asof_timestamp_t vers_asof_timestamp; -#ifdef VERS_EXPERIMENTAL - my_bool vers_force; - ulong vers_show; -#endif my_bool vers_innodb_algorithm_simple; ulong vers_alter_history; } SV; |