mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	Do not reset value of LAST_INSERT_ID() in sub-statement. mysql-test/r/rpl_insert_id.result: Add result for bug#15728. mysql-test/r/sp.result: Add result for bug#15728. mysql-test/t/rpl_insert_id.test: Add test case for bug#15728. mysql-test/t/sp.test: Add test case for bug#15728. sql/sql_class.cc: Do not reset value of LAST_INSERT_ID() in sub-statement.
		
			
				
	
	
		
			12 lines
		
	
	
		
			472 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			472 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #################################
 | |
| # Wrapper for rpl_insert_id.test#
 | |
| #################################
 | |
| ########################################################
 | |
| # By JBM 2005-02-15 Wrapped to allow reuse of test code#
 | |
| # Added to skip if ndb is default                      #
 | |
| ########################################################
 | |
| -- source include/not_ndb_default.inc
 | |
| -- source include/have_innodb.inc
 | |
| let $engine_type=innodb;
 | |
| -- source extra/rpl_tests/rpl_insert_id.test
 |