mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
separated an assertion from the assignment (bug 30468)
This commit is contained in:
parent
bbe1d37089
commit
bebbe4542f
1 changed files with 2 additions and 1 deletions
|
@ -3888,7 +3888,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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue