mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| set timestamp=1;
 | |
| SELECT sleep(1),NOW()-SYSDATE() as zero;
 | |
| sleep(1)	zero
 | |
| 0	0
 | 
