1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

remove spaces according to coding rules

This commit is contained in:
unknown
2003-03-06 22:53:58 +01:00
parent 65b62bd474
commit 2395cd9805

View File

@@ -127,9 +127,9 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List<Item> &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;
}
/*