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

remove spaces according to coding rules

This commit is contained in:
guilhem@mysql.com
2003-03-06 22:53:58 +01:00
parent 0a8f3e19a5
commit 6b40954a5e

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;
}
/*