From 04d77e8f435d46973f828f165c45cfb8ba42d4bf Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Mon, 15 Feb 2010 15:00:45 +0300 Subject: [PATCH] After-merge fix. --- sql/sql_class.h | 1 - 1 file changed, 1 deletion(-) 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;