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/connect.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/connect.test')
-rw-r--r-- | mysql-test/t/connect.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/connect.test b/mysql-test/t/connect.test index 4598ca5ea15..034cd11d0c1 100644 --- a/mysql-test/t/connect.test +++ b/mysql-test/t/connect.test @@ -3,6 +3,9 @@ # Unfortunately the check is incomplete as we can't handle errors on connect # Also we can't connect without database +# This test makes no sense with the embedded server +--source include/not_embedded.inc + #connect (con1,localhost,root,,""); #show tables; connect (con1,localhost,root,,mysql); |