From 6b40954a5ec2ee30c165cd692cee8cf68ea3ec4c Mon Sep 17 00:00:00 2001 From: "guilhem@mysql.com" <> Date: Thu, 6 Mar 2003 22:53:58 +0100 Subject: [PATCH] remove spaces according to coding rules --- sql/sql_insert.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 785696d0fb8..7725808075a 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -127,9 +127,9 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List &fields, if (thd->master_access & SUPER_ACL) { if (!(thd->options & OPTION_UPDATE_LOG)) - log_on &= ~(int) DELAYED_LOG_UPDATE ; + log_on&= ~(int) DELAYED_LOG_UPDATE; if (!(thd->options & OPTION_BIN_LOG)) - log_on &= ~(int) DELAYED_LOG_BIN ; + log_on&= ~(int) DELAYED_LOG_BIN; } /*