1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test/t/query_cache_sql_prepare.test : Prevent this test from running in "embedded".

This commit is contained in:
joerg@trift2.
2007-03-23 17:31:10 +01:00
parent d6880edd86
commit 751531fca7

View File

@ -4,6 +4,8 @@
# Query cache is abbreviated as "QC"
-- source include/have_query_cache.inc
# embedded can't make more than one connection, which this test needs
-- source include/not_embedded.inc
connect (con1,127.0.0.1,root,,test,$MASTER_MYPORT,);
connection default;