summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_table4.result
blob: e3f861f88848d09e32dec75aa325cbde40e4bc7d (plain)
1
2
3
4
5
6
7
#
# Bug#46941 crash with lower_case_table_names=2 and
#           foreign data dictionary confusion
#
CREATE DATABASE XY;
USE XY;
DROP DATABASE XY;