mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	To prevent ASAN heap-use-after-poison in the MDEV-16549 part of ./mtr --repeat=6 main.derived the initialization of Name_resolution_context was cleaned up.
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			962 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			962 B
		
	
	
	
		
			Text
		
	
	
	
	
	
mysqld is alive
 | 
						|
mariadb-admin: unknown variable 'database=db1'
 | 
						|
Warning: mariadb-admin: unknown variable 'loose-database=db2'
 | 
						|
mysqld is alive
 | 
						|
#
 | 
						|
# Bug#58221 : mysqladmin --sleep=x --count=x keeps looping
 | 
						|
#
 | 
						|
# Executing mysqladmin with --sleep=1 and --count=2.
 | 
						|
# Done.
 | 
						|
# Displaying the output :
 | 
						|
mysqld is alive
 | 
						|
mysqld is alive
 | 
						|
#
 | 
						|
# BUG#11766184 - 59234: cmdline clients crash --defaults-extra-file
 | 
						|
#                with no .cnf or .ini extension.
 | 
						|
#
 | 
						|
# Creating an empty file 'cnf_file'
 | 
						|
# Using --defaults-extra-file option with 'cnf_file'.
 | 
						|
mysqld is alive
 | 
						|
# restart: --ssl-key=MYSQLTEST_VARDIR/tmp/ssl_key.pem --ssl-cert=MYSQLTEST_VARDIR/tmp/ssl_cert.pem
 | 
						|
connect  ssl_con,localhost,root,,,,,SSL;
 | 
						|
SELECT VARIABLE_VALUE INTO @ssl_not_after FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_server_not_after';
 | 
						|
# Use a different certificate ("Not after" certificate field changed)
 | 
						|
# Check new certificate used by new connection
 | 
						|
Result
 | 
						|
OK
 | 
						|
# Cleanup
 | 
						|
# restart
 |