mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| select 'Ok, the server started' as result;
 | |
| result
 | |
| Ok, the server started
 | |
| select @@SQL_MODE;
 | |
| @@SQL_MODE
 | |
| REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI
 | |
| select @@log_warnings;
 | |
| @@log_warnings
 | |
| 2
 | 
