diff options
author | unknown <magnus.blaudd@oracle.com> | 2012-11-15 15:52:51 +0100 |
---|---|---|
committer | unknown <magnus.blaudd@oracle.com> | 2012-11-15 15:52:51 +0100 |
commit | bd5c93304db20fd5c82a1f169cfed26daadb2a7d (patch) | |
tree | 8976ecc4ef37a181dcd12e6dc6a23fa10ca92df7 /mysql-test/collections/default.experimental | |
parent | 51787b41e9609628910527b00e595a7dba456858 (diff) | |
download | mariadb-git-bd5c93304db20fd5c82a1f169cfed26daadb2a7d.tar.gz |
remove usage of --skip-ndb from collections
- no need to use --skip-ndb in collections files anymore, since long but
more clear logic after recent mtr.pl fixes. ndb tests are never run in MySQL Server
unless explicitly requested
- remove sys_vars.ndb_log_update_as_write_basic.test and sys_vars.ndb_log_updated_only_basic.result since MySQL Server does not have those
options.
- Only sys_vars.have_ndbcluster_basic left since MySQL Server has that variable hardcoded.
Diffstat (limited to 'mysql-test/collections/default.experimental')
-rw-r--r-- | mysql-test/collections/default.experimental | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index 1f4d29968a5..56b8feb6739 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -18,9 +18,4 @@ rpl.rpl_row_sp011 @solaris # Bug#11753919 2011-07-25 sven Several sys_vars.max_sp_recursion_depth_func @solaris # Bug#11753919 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun sys_vars.wait_timeout_func # Bug#11750645 2010-04-26 alik wait_timeout_func fails -# BUG #59055 : All ndb tests should be removed from the repository -# Leaving the sys_vars tests for now. sys_vars.all_vars.test fails on removing ndb tests -sys_vars.ndb_log_update_as_write_basic -sys_vars.have_ndbcluster_basic -sys_vars.ndb_log_updated_only_basic sys_vars.rpl_init_slave_func # Bug#12535301 2011-05-09 andrei sys_vars.rpl_init_slave_func mismatches in daily-5.5 |