Bug #86163 | can't update temporary table when joined with table with triggers on read-only | ||
---|---|---|---|
Submitted: | 2 May 2017 21:29 | Modified: | 11 May 2017 9:20 |
Reporter: | Bret Westenskow | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | All, 5.7.18 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | read only, temporary table, trigger, UPDATE |
[2 May 2017 21:29]
Bret Westenskow
[3 May 2017 1:30]
MySQL Verification Team
Thank you for the bug report. Please provide the statement you used to create and define the basic privileges for the second user without root privileges. Thanks in advance.
[3 May 2017 16:43]
Bret Westenskow
CREATE USER 'testuser1'@'%' IDENTIFIED BY 'test'; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, INDEX, ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, TRIGGER ON *.* TO 'testuser1'@'%';
[11 May 2017 9:20]
MySQL Verification Team
Thank you for providing the requested details. Observed with 5.7.18 build(also, seems to be repeatable in latest 5.5/5.6 GA's as well). Thanks, Umesh