Approved with one suggestion:
- No need to set innodb_autoinc_lock_mode since problem has already
been fixed by rewriting a SQL statement.
--
Øystein
Ingo Struewing wrote:
> #At file:///home2/mydev/bzrroot/mysql-6.0-bug40024/
>
> 2727 Ingo Struewing 2008-11-06
> Bug#40024 - backup_engines suite should automatically run as
part of mtr
>
> The new test suite backup_engines did not run by default with
mysql_test_run.
>
> Added the test suite to the list of default suites.
> Fixed test case problems so that this patch does not add test
case failures.
> added:
> mysql-test/suite/backup_engines/t/backup_ptr_objects_mixed-master.opt
> mysql-test/suite/backup_engines/t/backup_ptr_objects_row-master.opt
> mysql-test/suite/backup_engines/t/backup_ptr_objects_stmt-master.opt
> modified:
> mysql-test/mysql-test-run.pl
> mysql-test/suite/backup_engines/include/backup_ptr_objects.inc
> mysql-test/suite/backup_engines/r/backup_ptr_objects_mixed.result
> mysql-test/suite/backup_engines/r/backup_ptr_objects_row.result
> mysql-test/suite/backup_engines/r/backup_ptr_objects_stmt.result
> mysql-test/suite/backup_engines/t/backup_tmp_tables.test
>
> per-file messages:
> mysql-test/mysql-test-run.pl
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Added the new backup_engines test suite to the list of default
suites.
> mysql-test/suite/backup_engines/include/backup_ptr_objects.inc
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Added a check for the commandline option --innodb_autoinc_lock_mode=0
> Fixed preparation section so that it becomes immune against
left-overs
> from other test cases.
> mysql-test/suite/backup_engines/r/backup_ptr_objects_mixed.result
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Updated test result.
> mysql-test/suite/backup_engines/r/backup_ptr_objects_row.result
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Updated test result.
> mysql-test/suite/backup_engines/r/backup_ptr_objects_stmt.result
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Updated test result.
> mysql-test/suite/backup_engines/t/backup_ptr_objects_mixed-master.opt
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> New option file to add the option --innodb_autoinc_lock_mode=0
> mysql-test/suite/backup_engines/t/backup_ptr_objects_row-master.opt
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> New option file to add the option --innodb_autoinc_lock_mode=0
> mysql-test/suite/backup_engines/t/backup_ptr_objects_stmt-master.opt
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> New option file to add the option --innodb_autoinc_lock_mode=0
> mysql-test/suite/backup_engines/t/backup_tmp_tables.test
> Bug#40024 - backup_engines suite should automatically run as part
of mtr
> Disabled the test case for embedded server.
...