Commit 2395cd98 authored by unknown's avatar unknown

remove spaces according to coding rules

parent 65b62bd4
...@@ -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