diff --git a/sql/sql_class.h b/sql/sql_class.h index ce7d0b5296b..9dfb0c8d9d4 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -2007,7 +2007,6 @@ public: char scramble[SCRAMBLE_LENGTH+1]; bool slave_thread, one_shot_set; - /* tells if current statement should binlog row-based(1) or stmt-based(0) */ bool locked, some_tables_deleted; bool last_cuted_field; bool no_errors, password;