Commit 77a7ba13 authored by unknown's avatar unknown
Browse files

formatting typo fix

parent 3764875c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6853,8 +6853,8 @@ static bool check_multi_update_lock(THD *thd)
  {
    TABLE_LIST *save= table->next_local;
    table->next_local= 0;
    if ((check_access(thd, UPDATE_ACL, table->db, &
                      table->grant.privilege,0,1, test(table->schema_table)) ||
    if ((check_access(thd, UPDATE_ACL, table->db, 
                      &table->grant.privilege,0,1, test(table->schema_table)) ||
         (grant_option && check_grant(thd, UPDATE_ACL, table,0,1,1))) &&
	check_one_table_access(thd, SELECT_ACL, table))
      goto error;