mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-02 02:53:04 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			262 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
drop table if exists t1;
 | 
						|
drop table t1;
 | 
						|
drop table t1;
 | 
						|
ERROR 42S02: Unknown table 't1'
 | 
						|
set @my_max_allowed_packet= @@max_allowed_packet;
 | 
						|
set global max_allowed_packet=100*@@max_allowed_packet;
 | 
						|
set global max_allowed_packet=@my_max_allowed_packet;
 | 
						|
drop table t1;
 |