diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-04-02 10:06:36 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-04-02 10:06:36 +0200 |
commit | b83265408903e136e80ffa64b09f75314fbf9131 (patch) | |
tree | 2f334fbc9e6bfc1de7900010cbb897dc6667e2d2 /mysql-test/r/drop.result | |
parent | bd025736107e715f40c9c3e7b9884c7337e72417 (diff) | |
download | mariadb-git-b83265408903e136e80ffa64b09f75314fbf9131.tar.gz |
Add mtr database
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r-- | mysql-test/r/drop.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result index 71d6fcc7cd0..675c85d676e 100644 --- a/mysql-test/r/drop.result +++ b/mysql-test/r/drop.result @@ -47,6 +47,7 @@ create database mysqltest; show databases; Database information_schema +mtr mysql mysqltest test @@ -58,6 +59,7 @@ drop database mysqltest; show databases; Database information_schema +mtr mysql test drop database mysqltest; |