Bug #42624 | corrupt view when connecting while --skip-grant-tables is active | ||
---|---|---|---|
Submitted: | 5 Feb 2009 15:53 | Modified: | 16 Feb 2009 15:17 |
Reporter: | S Kim | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S3 (Non-critical) |
Version: | 5.1.30, 5.0, 5.1, 6.0 bzr | OS: | Any (MS Windows, Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | --skip-grant-tables, 1141, 42000 |
[5 Feb 2009 15:53]
S Kim
[5 Feb 2009 17:41]
Sveta Smirnova
Thank you for the report. Please indicate accurate minor version of the MySQL server you use.
[6 Feb 2009 10:15]
S Kim
5.1.30-community-log
[16 Feb 2009 15:17]
Sveta Smirnova
Thank you for the report. Verified as described. Test case for MTR: $cat src/tests/t/bug42624.test create table t1(f1 int); flush privileges; create view v1 as select f1 from t1; select * from v1; $cat src/tests/t/bug42624-master.opt --skip-grant-tables