Bug #86163 | can't update temporary table when joined with table with triggers on read-only | ||
---|---|---|---|
Submitted: | 2 May 2017 21:29 | Modified: | 17 Mar 0:40 |
Reporter: | Bret Westenskow | Email Updates: | |
Status: | Won't fix | 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
[31 Jan 15:30]
Jon Stephens
This issue is known to affect all releases 5.7+. Updated "Known Issues in MySQL" (see dev.mysql.com/doc/refman/en/known-issues.html) in all current versions with this info (mysqldoc rev 80825). Status unchanged.
[17 Mar 0:40]
Nisha Padmini Gopalakrishnan
This is a known problem. It is not easy to address this corner case and would require a lot of efforts to make it right. Hence at this moment it has been decided to document it as a known problem. https://dev.mysql.com/doc/refman/8.0/en/known-issues.html