diff options
author | unknown <jimw@mysql.com> | 2005-03-29 15:50:16 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-03-29 15:50:16 -0800 |
commit | ff9a1bd22540fbe3e8a6b5fcccd3a42dc948d352 (patch) | |
tree | 1b3fd7e11a64136caea02f5393e877050859eba8 /mysql-test/t/grant2.test | |
parent | 20586596285bc31eb8ad76a71504d17a4fa71cf1 (diff) | |
download | mariadb-git-ff9a1bd22540fbe3e8a6b5fcccd3a42dc948d352.tar.gz |
Shift skipping of some tests with embedded server from within
mysql-test-run to the tests themselves.
mysql-test/t/bdb-deadlock.test:
Don't run this test with embedded server
mysql-test/mysql-test-run.sh:
Remove tests from being skipped with embedded server
mysql-test/t/connect.test:
Skip test under embedded server
mysql-test/t/flush_block_commit.test:
Skip test under embedded server
mysql-test/t/grant.test:
Skip test under embedded server
mysql-test/t/grant2.test:
Skip test under embedded server
mysql-test/t/grant_cache.test:
Skip test under embedded server
Diffstat (limited to 'mysql-test/t/grant2.test')
-rw-r--r-- | mysql-test/t/grant2.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/grant2.test b/mysql-test/t/grant2.test index 7060d35e9a4..0918e618197 100644 --- a/mysql-test/t/grant2.test +++ b/mysql-test/t/grant2.test @@ -1,3 +1,6 @@ +# Grant tests not performed with embedded server +-- source include/not_embedded.inc + SET NAMES binary; # |