You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
788 B

  1. #
  2. # WL#6501: make truncate table atomic
  3. #
  4. # TC tries to hit crash point during truncate of
  5. # compressed non-temp table residing in single tablespace.
  6. # with page-size=4k
  7. --source include/have_innodb.inc
  8. --source include/have_innodb_4k.inc
  9. --source include/have_debug.inc
  10. --source include/big_test.inc
  11. # Valgrind would complain about memory leaks when we crash on purpose.
  12. --source include/not_valgrind.inc
  13. # Embedded server does not support crashing
  14. --source include/not_embedded.inc
  15. # Avoid CrashReporter popup on Mac
  16. --source include/not_crashrep.inc
  17. let $wl6501_file_per_table = 1;
  18. let $wl6501_row_fmt = compressed;
  19. let $wl6501_kbs = 4;
  20. --source suite/innodb/include/innodb_wl6501_crash.inc
  21. let $wl6501_temp = temporary;
  22. --source suite/innodb/include/innodb_wl6501_crash_temp.inc