diff options
author | unknown <thek@adventure.(none)> | 2008-02-01 14:10:46 +0100 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2008-02-01 14:10:46 +0100 |
commit | f7d8fb1cdde7a9655b984827547a7f4f85560834 (patch) | |
tree | be4662964632101146be7c8762f70e9afe54e8db /mysql-test/t/func_system.test | |
parent | a89ba0c68031aa3a962ef4244e027dd9481a65c1 (diff) | |
download | mariadb-git-f7d8fb1cdde7a9655b984827547a7f4f85560834.tar.gz |
Bug#33201 Crash occurs when granting update privilege on one column of a view
When issuing a column level grant on a table which require pre-locking the
server crashed.
The reason behind the crash was that data structures used by the lock api
wasn't properly reinitialized in the case of a column level grant.
mysql-test/r/grant.result:
* Added test case
mysql-test/t/grant.test:
* Added test case
sql/sql_acl.cc:
* The lock api is dending on the thd->lex object and this variable needs to
be re-initialized when opened with a new set of tables than specified in the
original statement.
Diffstat (limited to 'mysql-test/t/func_system.test')
0 files changed, 0 insertions, 0 deletions