mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 daba295db0
			
		
	
	daba295db0
	
	
	
		
			
			- Push warnings if des_encrypt or des_descrypt function fails because of out of resources or wrong params. - Push warning if des_encrypt or des_decrypt function is used when server is missing support for openssl. - Add test func_encrypt_nossl that is tun when the server is missing support for openssl.
		
			
				
	
	
		
			5 lines
		
	
	
		
			106 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			106 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| -- require r/not_openssl.require
 | |
| disable_query_log;
 | |
| show variables like "have_openssl";
 | |
| enable_query_log;
 |