mariadb/mysql-test/lib
unknown 3995b06b40 Don't use row level logging on optimize or repair table.
(Fixes core dump in rpl_failed_optimize.test)
Ensure we end active transcations if we do an admin command (like optimize, repair etc)


mysql-test/extra/rpl_tests/rpl_failed_optimize.test:
  Added extra test + drop of table at end of test
mysql-test/lib/mtr_report.pl:
  Fail if mysqld asserts or prints stack
mysql-test/mysql-test-run.sh:
  Fail if mysqld asserts or prints stack
mysql-test/r/exampledb.result:
  Cleanup of events_tests (as this caused a lot of problems if it didn't work)
mysql-test/r/innodb.result:
  Extra test to see that we can do an optimize table on an active transaction
mysql-test/r/rpl_failed_optimize.result:
  Added extra test + drop of table at end of test
mysql-test/t/exampledb.test:
  Cleanup of events_tests (as this caused a lot of problems if it didn't work)
mysql-test/t/innodb.test:
  Extra test to see that we can do an optimize table on an active transaction
sql/handler.cc:
  Don't use row level logging on optimize or repair table.
sql/log.cc:
  Simplify code (no logic changes)
sql/mysql_priv.h:
  Added prototype
sql/sql_base.cc:
  Better name for define
sql/sql_class.cc:
  Indentation fix
sql/sql_parse.cc:
  Make end_active_trans() global
sql/sql_table.cc:
  Ensure we end active transcations if we do an admin command (like optimize, repair etc)
2006-05-05 20:08:40 +03:00
..
init_db.sql fix for bug#16415 Events names are case sensitive 2006-03-24 17:45:52 +01:00
mtr_cases.pl Merge 2006-03-11 01:53:30 +01:00
mtr_diff.pl mysql-test-run.pl: 2005-03-29 07:29:38 +02:00
mtr_gcov.pl Many files: 2004-12-30 16:34:01 +01:00
mtr_gprof.pl Many files: 2004-12-30 16:34:01 +01:00
mtr_io.pl mysql-test-run.pl: 2005-02-03 21:13:27 +01:00
mtr_match.pl Start cluster only for testcases that really needs it and stop it when 2006-02-09 09:40:48 +01:00
mtr_misc.pl Return empty string if file does not exist 2006-04-27 21:26:24 +02:00
mtr_process.pl Clean up after big merge 2006-05-01 00:14:32 -07:00
mtr_report.pl Don't use row level logging on optimize or repair table. 2006-05-05 20:08:40 +03:00
mtr_stress.pl Remove duplicate declaration of stress_basdir 2006-03-28 19:30:08 +02:00
mtr_timer.pl Fix bug in mysql-test-run.pl in ^C signal handler. 2006-03-16 11:21:18 +01:00