mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 23263db66e
			
		
	
	23263db66e
	
	
	
		
			
			Fixed memory leak in _db_set() (Bug#24497 Valgrind warning: get_one_option) Don't call net_clear() on COM_QUIT. This avoids a warning from net_clear() after shutdown: "skipped ## bytes from file" BUG#21428: skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
		
			
				
	
	
		
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			294 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| REM
 | |
| REM Example use to run test on PC
 | |
| REM One need only to run 'comapre-results' to view results from old runs
 | |
| 
 | |
| perl run-all-tests --server mysql --cmp "access,mysql"
 | |
| perl run-all-tests --server mysql --cmp "access,mysql" --log --use-old-results
 | |
| perl compare-results --cmp  "access,mysql" -rel
 |