Commit ca3cce8d authored by Sven Sandberg's avatar Sven Sandberg
Browse files

BUG#39853: lowercase_table3 fails on powermacg5 in rpl tree

post-push fix. forgot to update result file.
parent 839ba296
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
call mtr.add_suppression("Cannot find or open table test/BUG29839 from");
DROP TABLE IF EXISTS t1,T1;
CREATE TABLE t1 (a int);
SELECT * from T1;