mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| connect  con1,localhost,root,,;
 | |
| create temporary table t1 as select 1;
 | |
| handler t1 open;
 | |
| handler t1 read next;
 | |
| 1
 | |
| 1
 | |
| disconnect con1;
 | 
