diff options
author | unknown <msvensson@shellback.(none)> | 2008-04-09 09:44:08 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2008-04-09 09:44:08 +0200 |
commit | 7d4b25bda20733801ebdcf05fda1049cab9e6ddb (patch) | |
tree | 6f0f1226c565627347f85e4dce57742faacebad6 /mysql-test/include/check-testcase.test | |
parent | fb5ad5e75dba320162a8d237449427a12641ff83 (diff) | |
download | mariadb-git-7d4b25bda20733801ebdcf05fda1049cab9e6ddb.tar.gz |
Update comment to reflect reality
Diffstat (limited to 'mysql-test/include/check-testcase.test')
-rw-r--r-- | mysql-test/include/check-testcase.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/check-testcase.test b/mysql-test/include/check-testcase.test index b5d77ba8244..2f9d43c7778 100644 --- a/mysql-test/include/check-testcase.test +++ b/mysql-test/include/check-testcase.test @@ -13,7 +13,7 @@ show global variables where Variable_name != 'timestamp'; # Dump all databases, there should be none -# except mysql, test and information_schema +# except those that was created during bootstrap show databases; # The test database should not contain any tables |