diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-03-03 10:30:29 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-03-18 08:02:48 +0100 |
commit | aa2ff62082c4eb09b1d505af0d0327278c9f7d08 (patch) | |
tree | d02772373165c5c48b3d5a3eadcbc8ccaa0b898b /mysql-test/main/drop.result | |
parent | 9186ff88dad674ba4c335a47e9657e5b54efbf69 (diff) | |
download | mariadb-git-aa2ff62082c4eb09b1d505af0d0327278c9f7d08.tar.gz |
MDEV-9077 Use sys schema in bootstrapping, incl. mtr
Diffstat (limited to 'mysql-test/main/drop.result')
-rw-r--r-- | mysql-test/main/drop.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/drop.result b/mysql-test/main/drop.result index d50ffabc9fa..73beabc35fa 100644 --- a/mysql-test/main/drop.result +++ b/mysql-test/main/drop.result @@ -52,6 +52,7 @@ mtr mysql mysqltest performance_schema +sys test flush tables with read lock; drop database mysqltest; @@ -64,6 +65,7 @@ information_schema mtr mysql performance_schema +sys test drop database mysqltest; ERROR HY000: Can't drop database 'mysqltest'; database doesn't exist |