Commit 6b40954a authored by guilhem@mysql.com's avatar guilhem@mysql.com

remove spaces according to coding rules

parent 0a8f3e19
...@@ -127,9 +127,9 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List<Item> &fields, ...@@ -127,9 +127,9 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List<Item> &fields,
if (thd->master_access & SUPER_ACL) if (thd->master_access & SUPER_ACL)
{ {
if (!(thd->options & OPTION_UPDATE_LOG)) if (!(thd->options & OPTION_UPDATE_LOG))
log_on &= ~(int) DELAYED_LOG_UPDATE ; log_on&= ~(int) DELAYED_LOG_UPDATE;
if (!(thd->options & OPTION_BIN_LOG)) if (!(thd->options & OPTION_BIN_LOG))
log_on &= ~(int) DELAYED_LOG_BIN ; log_on&= ~(int) DELAYED_LOG_BIN;
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment