diff options
author | monty@mysql.com <> | 2006-02-24 18:34:15 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2006-02-24 18:34:15 +0200 |
commit | 82b77cdd901bb36d4be23456bc0c5d171a29e3f7 (patch) | |
tree | 603ae9081a58d9f7bb204327f65d4a8af4425b28 /mysql-test/t/sp-threads.test | |
parent | b11c033f496eccc680c1026a57af836c9a4578f3 (diff) | |
download | mariadb-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/sp-threads.test')
-rw-r--r-- | mysql-test/t/sp-threads.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/sp-threads.test b/mysql-test/t/sp-threads.test index 70c1efb1f0b..d8a8ce5dae7 100644 --- a/mysql-test/t/sp-threads.test +++ b/mysql-test/t/sp-threads.test @@ -1,3 +1,5 @@ +# This test should work in embedded server after mysqltest is fixed +-- source include/not_embedded.inc # # Testing stored procedures with multiple connections, # except security/privilege tests, they go to sp-security.test |