mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
-- source include/have_crypt.inc
 | 
						|
 | 
						|
select length(encrypt('foo', 'ff')) <> 0;
 | 
						|
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
 | 
						|
select old_password('test'), password('test');
 | 
						|
select length(encrypt('test')), encrypt('test','aa');
 |