mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Merged the majority of the PFS test cases. There are still 19 failing test cases that need more attention.
		
			
				
	
	
		
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			387 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
--echo ####################################
 | 
						|
--echo # CLEANUP
 | 
						|
--echo ####################################
 | 
						|
--disable_warnings
 | 
						|
DROP TABLE IF EXISTS t1;
 | 
						|
DROP TABLE IF EXISTS t2;
 | 
						|
DROP TABLE IF EXISTS t3;
 | 
						|
DROP TABLE IF EXISTS t4;
 | 
						|
DROP TABLE IF EXISTS t5;
 | 
						|
DROP TABLE IF EXISTS t6;
 | 
						|
DROP TABLE IF EXISTS t11;
 | 
						|
DROP TABLE IF EXISTS t12;
 | 
						|
DROP DATABASE IF EXISTS statements_digest;
 | 
						|
--enable_warnings
 |