diff options
author | unknown <knielsen@mysql.com> | 2005-12-16 09:38:30 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2005-12-16 09:38:30 +0100 |
commit | 5c12976f539b7ba27c08e1dc06aa85d240094890 (patch) | |
tree | 0563a509c4c438c99fdeb47ce9a7d064ca03ea82 /mysql-test | |
parent | 4db14a57e758bbc8662cddd5a85edbf30f16d634 (diff) | |
download | mariadb-git-5c12976f539b7ba27c08e1dc06aa85d240094890.tar.gz |
BUG#15805: Disabled test type_time; fails in --ps-protocol mode.
mysql-test/t/disabled.def:
Disabled test type_time; fails in --ps-protocol mode.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 4722fac435c..0e7eabbed6d 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -13,3 +13,4 @@ sp-goto : GOTO is currently is disabled - will be fixed in the future kill : Unstable test case, bug#9712 subselect : Bug#15706 +type_time : Bug#15805 |