mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# TODO: Only run this if we have privilege to do flush table
 | 
						|
 | 
						|
#
 | 
						|
# Test of flush table
 | 
						|
#
 | 
						|
 | 
						|
#drop table if exists t1;
 | 
						|
#create table t1 (a int not null auto_increment primary key);
 | 
						|
#insert into t1 values(0);
 | 
						|
#lock table t1 read;
 | 
						|
#flush table t1;
 | 
						|
#check table t1;
 | 
						|
#drop table t1;
 |