diff options
author | grog@mysql.com[grog] <> | 2006-04-13 17:22:56 +0930 |
---|---|---|
committer | grog@mysql.com[grog] <> | 2006-04-13 17:22:56 +0930 |
commit | 3eb783813fe8c7234353a05f3e3ed972ba5d9968 (patch) | |
tree | 5068606c120d0affa61289212c97ed0321bc9003 /sql/sql_class.h | |
parent | b2cd3a963a3c092ba64467e1bd0a89af9428d027 (diff) | |
download | mariadb-git-3eb783813fe8c7234353a05f3e3ed972ba5d9968.tar.gz |
foo2
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index ed116a16f4f..0ddba0e6f05 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -552,11 +552,7 @@ struct system_variables my_bool new_mode; my_bool query_cache_wlock_invalidate; my_bool engine_condition_pushdown; -#ifdef HAVE_REPLICATION - ulong sync_replication; - ulong sync_replication_slave_id; - ulong sync_replication_timeout; -#endif /* HAVE_REPLICATION */ + #ifdef HAVE_INNOBASE_DB my_bool innodb_table_locks; my_bool innodb_support_xa; |