[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);
CREATE TABLE IF NOT EXISTS t_exists LIKE x;
DROP TABLE t_exists;

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


Generated at Thu Feb 08 08:59:42 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.