mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
8 lines
148 B
Text
8 lines
148 B
Text
|
#
|
||
|
# Bug#46941 crash with lower_case_table_names=2 and
|
||
|
# foreign data dictionary confusion
|
||
|
#
|
||
|
CREATE DATABASE XY;
|
||
|
USE XY;
|
||
|
DROP DATABASE XY;
|