diff options
author | pem@mysql.com <> | 2003-04-29 15:00:16 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2003-04-29 15:00:16 +0200 |
commit | e73dafdca068fe9f2d2a86ad6caf10c559edbc01 (patch) | |
tree | db7680d6aa0653ee45581a2429cf5e77aabf9264 /sql | |
parent | a8ba8521cd6ed02557154594c69220278a06f823 (diff) | |
download | mariadb-git-e73dafdca068fe9f2d2a86ad6caf10c559edbc01.tar.gz |
One final post-merge fix.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_prepare.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 37a1cfe924a..8bb633affdb 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -778,7 +778,7 @@ static bool init_param_items(PREP_STMT *stmt) stmt->lex= thd->lex; - if (mysql_bin_log.is_open() || mysql_update_log.is_open()) + if (mysql_bin_log.is_open()) { stmt->log_full_query= 1; stmt->setup_params= insert_params_withlog; |