mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#59955 - engines/funcs/ps_string_not_null test needs better cleanup
Correcting clean up command at the start of test.
This commit is contained in:
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
--disable_warnings
|
--disable_warnings
|
||||||
DROP TABLE IF EXISTS t2;
|
DROP TABLE IF EXISTS t1;
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
CREATE TABLE t1(c1 CHAR(100) NOT NULL);
|
CREATE TABLE t1(c1 CHAR(100) NOT NULL);
|
||||||
PREPARE stmt1 FROM 'INSERT INTO t1 (c1) VALUES(?)';
|
PREPARE stmt1 FROM 'INSERT INTO t1 (c1) VALUES(?)';
|
||||||
|
Reference in New Issue
Block a user