mariadb/mysql-test/t/strict_autoinc_1myisam.test
acurtis/antony@xiphis.org/ltantony.xiphis.org 678e15174e Bug#20573
"strict mode: inserts autogenerated auto_increment value bigger than max"
  Strict mode should fail if autoincrement value is out of range
2006-08-30 13:20:39 -07:00

8 lines
117 B
Text

#
# Bug#20573 Strict mode auto-increment
#
let $type= 'MYISAM' ;
--source include/strict_autoinc.inc
# end of test