mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
678e15174e
"strict mode: inserts autogenerated auto_increment value bigger than max" Strict mode should fail if autoincrement value is out of range
10 lines
146 B
Text
10 lines
146 B
Text
-- source include/have_ndb.inc
|
|
|
|
#
|
|
# Bug#20573 Strict mode auto-increment
|
|
#
|
|
|
|
let $type= 'NDB' ;
|
|
--source include/strict_autoinc.inc
|
|
|
|
# end of test
|