[MDEV-20469] CREATE TABLE IF NOT EXISTS ... LIKE dosn't work with PS Created: 2019-09-02 Updated: 2019-09-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Protocol |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Michael Widenius | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
CREATE TABLE t_exists (a INT); The above test works in normal mysql-test-run but fails in mysql-test-run --ps mysqltest: At line 29: query 'CREATE TABLE IF NOT EXISTS t_exists LIKE x' failed: 1146: Table 'test.x' doesn't exist |