diff options
author | lars@black.(none) <> | 2006-12-08 23:41:29 +0100 |
---|---|---|
committer | lars@black.(none) <> | 2006-12-08 23:41:29 +0100 |
commit | d85ca0dc1dc32096a873259a37a38e4b30070fbe (patch) | |
tree | a08468cc6f92f0ceab4eed8473537c51b45be1ff /sql/sql_lex.h | |
parent | c24381bdaaca307148888f2cf7c223570266c4f0 (diff) | |
parent | 6e5bd8a7f8dc7adbe803f027d09c019c045393a0 (diff) | |
download | mariadb-git-d85ca0dc1dc32096a873259a37a38e4b30070fbe.tar.gz |
Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl
into mysql.com:/home/bk/MERGE/mysql-5.1-merge
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 7fd60cbfa58..c572bddefbf 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -813,7 +813,6 @@ public: byte **sroutines_list_own_last; uint sroutines_list_own_elements; -#ifdef HAVE_ROW_BASED_REPLICATION /* Tells if the parsing stage detected that some items require row-based binlogging to give a reliable binlog/replication, or if we will use @@ -821,7 +820,6 @@ public: binlogging. */ bool binlog_row_based_if_mixed; -#endif /* These constructor and destructor serve for creation/destruction |