Commit 31820557 authored by unknown's avatar unknown

Merge magare.gmz:/home/kgeorge/mysql/autopush/B30468-5.0-opt

into  magare.gmz:/home/kgeorge/mysql/autopush/B30468-5.1-opt


sql/sql_acl.cc:
  merge to 5.1-opt of the update for the fix to bug 30468.
parents 6127292b 98f29b3f
......@@ -4042,7 +4042,8 @@ bool check_grant_all_columns(THD *thd, ulong want_access_arg,
grant->version= grant_version; /* purecov: inspected */
}
DBUG_ASSERT ((grant_table= grant->grant_table) != NULL);
grant_table= grant->grant_table;
DBUG_ASSERT (grant_table);
}
}
......
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