################################################################################ # t/partition_auto_increment_archive.test # # # # Purpose: # # Tests around auto increment column # # Archive branch # # # #------------------------------------------------------------------------------# # Original Author: MattiasJ # # Original Date: 2008-09-02 # # Change Author: # # Change Date: # # Change: # ################################################################################ # # NOTE: PLEASE DO NOT ADD NOT MYISAM SPECIFIC TESTCASES HERE ! # TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN # THE SOURCED FILES ONLY. # # The server must support partitioning. --source include/have_partition.inc #------------------------------------------------------------------------------# # Engine specific settings and requirements --source include/have_archive.inc # Archve does not support delete let $skip_delete= 1; let $skip_truncate= 1; let $skip_update= 1; let $only_ai_pk= 1; # Bug#45823 Assertion failure in file row/row0mysql.c line 1386 # Archive does not handle negative autoincrement values correctly let $skip_negative_auto_inc= 1; ##### Storage engine to be tested let $engine= 'Archive'; #------------------------------------------------------------------------------# # Execute the tests to be applied to all storage engines --source suite/parts/inc/partition_auto_increment.inc