Commit 560d8ea3 authored by unknown's avatar unknown

sql_class.h:

  removing unneeded var left from 4.0


sql/sql_class.h:
  removing unneeded var left from 4.0
parent e7157aba
...@@ -1032,7 +1032,6 @@ class Disable_binlog { ...@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment