mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
# 
 | 
						|
# Deallocates all the prepared statements 
 | 
						|
# created in prepares_stmts_setup.inc
 | 
						|
#
 | 
						|
 | 
						|
DEALLOCATE PREPARE st1;
 | 
						|
DEALLOCATE PREPARE st2;
 | 
						|
DEALLOCATE PREPARE st3;
 | 
						|
DEALLOCATE PREPARE st4;
 | 
						|
 | 
						|
DROP TABLE t1; 
 |