mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / r / lowercase_table4.result
blobe3f861f88848d09e32dec75aa325cbde40e4bc7d
2 # Bug#46941 crash with lower_case_table_names=2 and
3 #           foreign data dictionary confusion
5 CREATE DATABASE XY;
6 USE XY;
7 DROP DATABASE XY;