mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.11' into 11.4
This commit is contained in:
@@ -3032,6 +3032,15 @@ EOF
|
||||
--remove_file $MYSQLTEST_VARDIR/tmp/mdev33727.sql
|
||||
drop table t1;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-36268 mariadb-dump used wrong quoting character
|
||||
--echo #
|
||||
create table t1 (a int);
|
||||
create view `v'1"2` as select * from t1 with check option; # "'
|
||||
--exec $MYSQL_DUMP --compact test
|
||||
drop view `v'1"2`; # "'
|
||||
drop table t1;
|
||||
|
||||
--echo # End of 10.5 tests
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user