mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_class.h:
removing unneeded var left from 4.0 sql/sql_class.h: removing unneeded var left from 4.0
This commit is contained in:
@ -1032,7 +1032,6 @@ class Disable_binlog {
|
|||||||
private:
|
private:
|
||||||
THD *thd;
|
THD *thd;
|
||||||
ulong save_options;
|
ulong save_options;
|
||||||
ulong save_master_access;
|
|
||||||
public:
|
public:
|
||||||
Disable_binlog(THD *thd_arg);
|
Disable_binlog(THD *thd_arg);
|
||||||
~Disable_binlog();
|
~Disable_binlog();
|
||||||
|
Reference in New Issue
Block a user