summaryrefslogtreecommitdiff
path: root/mysql-test/main/pool_of_threads.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/pool_of_threads.test')
-rw-r--r--mysql-test/main/pool_of_threads.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/main/pool_of_threads.test b/mysql-test/main/pool_of_threads.test
index cb62a27faeb..95b320e6dad 100644
--- a/mysql-test/main/pool_of_threads.test
+++ b/mysql-test/main/pool_of_threads.test
@@ -92,3 +92,9 @@ connection con2;
connection extracon;
--reap
+
+# Check if compression works OK
+connect (comp_con,localhost,root,,,,,COMPRESS);
+SELECT 1;
+disconnect comp_con;
+