summaryrefslogtreecommitdiff
path: root/mysql-test/t/compress.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2006-02-24 18:34:15 +0200
committermonty@mysql.com <>2006-02-24 18:34:15 +0200
commit82b77cdd901bb36d4be23456bc0c5d171a29e3f7 (patch)
tree603ae9081a58d9f7bb204327f65d4a8af4425b28 /mysql-test/t/compress.test
parentb11c033f496eccc680c1026a57af836c9a4578f3 (diff)
downloadmariadb-git-82b77cdd901bb36d4be23456bc0c5d171a29e3f7.tar.gz
Fixes to embedded server to be able to run tests with it
(Needed for "list of pushes" web page and autopush)
Diffstat (limited to 'mysql-test/t/compress.test')
-rw-r--r--mysql-test/t/compress.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/compress.test b/mysql-test/t/compress.test
index 46244edd2a8..3f1892b5dec 100644
--- a/mysql-test/t/compress.test
+++ b/mysql-test/t/compress.test
@@ -1,6 +1,9 @@
# Turn on compression between the client and server
# and run a number of tests
+# Can't test with embedded server
+-- source include/not_embedded.inc
+
-- source include/have_compress.inc
connect (comp_con,localhost,root,,,,,COMPRESS);