mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / innodb_plugin / r / innodb_bug11754376.result
blob26e92b9d3ea380bcf9f6dedb7083196706a92430
1 CREATE TABLE bug11754376 (c INT) ENGINE=INNODB;
2 SET SESSION DEBUG='+d,test_normalize_table_name_low';
3 DROP TABLE bug11754376;
4 SET SESSION DEBUG='-d,test_normalize_table_name_low';