Commit 0c527fdd authored by Vinay Fisrekar's avatar Vinay Fisrekar

bzr merger from mysql-5.1 to mysql-5.5

Bug#59955 - engines/funcs/ps_string_not_null test needs better cleanup
parents 6e6f9834 59230c89
--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(?)';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment