Loading mysql-test/r/lowercase_table3.result +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; Loading Loading
mysql-test/r/lowercase_table3.result +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; Loading