mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 72ba96a48e
			
		
	
	
	72ba96a48e
	
	
	
		
			
			Tests with checking metadata or that cannot be run with the view-protocol are excluded from --view-protocol. For tests that do not allow the use of an additional connection, the util connection is disabled with "--disable_service_connection". Also cases with bugs for --view-protocol are disabled.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| # ==== Purpose ====
 | |
| # 
 | |
| # Ensure that the server is running with binlogging on
 | |
| #
 | |
| # ==== Usage ====
 | |
| #
 | |
| # source include/have_log_bin.inc;
 | |
| 
 | |
| source include/not_embedded.inc;
 | |
| -- source include/no_view_protocol.inc
 | |
| 
 | |
| if (`select not @@log_bin`) {
 | |
|   skip Test requires: 'have_log_bin';
 | |
| }
 |