mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 0943386fb3
			
		
	
	
	0943386fb3
	
	
	
		
			
			when it's run directly after main.mysql_json_mysql_upgrade because mysqld--help-aria starts a second mysqld that reads the plugin table, so it has to be flushed and closed at that time.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| flush tables;
 | |
| #
 | |
| # Check that we don't write any data to wrong or not existing datadir
 | |
| #
 | |
| [Warning] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some options may be missing from the help text
 | |
| #
 | |
| # Check with existing directory
 | |
| #
 | |
| [Warning] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some options may be missing from the help text
 |