Subquery with tables in statement variables crash server
Bug #1284066 reported by
Oleksandr "Sanja" Byelkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.1 |
Invalid
|
Undecided
|
Unassigned | |||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Triaged
|
High
|
Vlad Lesin | |||
5.7 |
Triaged
|
High
|
Vlad Lesin |
Bug Description
Here is test case:
CREATE TABLE t1 (v1 INT, v2 INT);
INSERT INTO t1 VALUES (1,2);
INSERT INTO t1 VALUES (3,4);
FROM 'SELECT * FROM t1';
SET STATEMENT myisam_
I think EXECUTE and subquery with tables inside are important for reproduction.
tags: | added: set-statement |
To post a comment you must log in.
Forgot to mention that Percona- Server- 5.6.15- rel63.0 (source code) was tested.