mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	This fixed a bug in prepared statements when used with outher joins Fixed a bug in SUM(DISTINCT) when used with prepared statements. Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
		
			
				
	
	
		
			19 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# This test must examine integrity of system database "mysql"
 | 
						|
#
 | 
						|
 | 
						|
# First delete some tables maybe left over from previous tests
 | 
						|
--disable_warnings
 | 
						|
drop table if exists t1,t1aa,t2aa;
 | 
						|
--enable_warnings
 | 
						|
 | 
						|
-- disable_query_log
 | 
						|
use mysql;
 | 
						|
-- enable_query_log
 | 
						|
-- source include/system_db_struct.inc
 | 
						|
-- disable_query_log
 | 
						|
use test;
 | 
						|
-- enable_query_log
 | 
						|
# keep results same with system_mysql_db_fix
 | 
						|
show tables;
 |