diff options
Diffstat (limited to 'mysql-test/r/lowercase_table4.result')
-rwxr-xr-x | mysql-test/r/lowercase_table4.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/lowercase_table4.result b/mysql-test/r/lowercase_table4.result new file mode 100755 index 00000000000..e3f861f8884 --- /dev/null +++ b/mysql-test/r/lowercase_table4.result @@ -0,0 +1,7 @@ +# +# Bug#46941 crash with lower_case_table_names=2 and +# foreign data dictionary confusion +# +CREATE DATABASE XY; +USE XY; +DROP DATABASE XY; |