1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Applying Innodb Snapshot 5.1-ss6242, part 9.

1. Enabling the disabled test for BUG#32430 for builtin innodb
2. Disabling the innodb-autoinc.test for innodb plugin.
This commit is contained in:
Satya B
2009-11-30 16:24:20 +05:30
parent cde05f0645
commit cefd968ddd
2 changed files with 2 additions and 1 deletions

View File

@ -520,6 +520,8 @@ sub collect_one_suite($)
next if ($test->{'name'} eq 'sys_vars.innodb_thread_concurrency_basic');
# Can't work with InnoPlug. Test framework needs to be re-designed.
next if ($test->{'name'} eq 'main.innodb_bug46000');
# Fails with innodb plugin
next if ($test->{'name'} eq 'main.innodb-autoinc');
# Copy test options
my $new_test= My::Test->new();
while (my ($key, $value) = each(%$test))