mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	"strict mode: inserts autogenerated auto_increment value bigger than max" Strict mode should fail if autoincrement value is out of range
		
			
				
	
	
		
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
-- source include/have_innodb.inc
 | 
						|
 | 
						|
#
 | 
						|
# Bug#20573 Strict mode auto-increment
 | 
						|
#
 | 
						|
 | 
						|
let $type= 'InnoDB' ;
 | 
						|
--source include/strict_autoinc.inc
 | 
						|
 | 
						|
# end of test
 |