diff options
author | Georgi Kodinov <joro@sun.com> | 2010-01-15 10:51:39 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2010-01-15 10:51:39 +0200 |
commit | a07ca23755affd5ad164323593f13a4fa708b9ad (patch) | |
tree | 515ff3211f5afb8f29fc56960efc1619bb7daf94 /mysql-test/t/sp_sync.test | |
parent | 34e5c6750dd75019261b53a6dd42212e8709b367 (diff) | |
parent | 7ecd6c6d0269d1b8580f87cbdda1924d7ab0d499 (diff) | |
download | mariadb-git-a07ca23755affd5ad164323593f13a4fa708b9ad.tar.gz |
merge of version change.
Added not_embedded to the new dbug_sync test file.
Diffstat (limited to 'mysql-test/t/sp_sync.test')
-rw-r--r-- | mysql-test/t/sp_sync.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/sp_sync.test b/mysql-test/t/sp_sync.test index 98903989cd5..f9dae17b039 100644 --- a/mysql-test/t/sp_sync.test +++ b/mysql-test/t/sp_sync.test @@ -1,3 +1,6 @@ +# This test should work in embedded server after mysqltest is fixed +-- source include/not_embedded.inc + --echo Tests of syncronization of stored procedure execution. --source include/have_debug_sync.inc |