mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	 df10a945fc
			
		
	
	
	df10a945fc
	
	
	
		
			
			* use new deprecated printer for all deprecated server options * restore alphabetic option sorting order * move deprecated printer from mysqld.cc to my_getopt.c * in --help print deprecation message at the end of the option help * move 'ALL' help text where it belongs - to other SET options, and with a correct indentation. * consistently end all or none command-line option help strings with a dot - my_print_help() needs that. It's about 50/50 now, so let's do none, less line wraps in --help * remove trailing spaces from command-line option help strings
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			738 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			738 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| flush tables;
 | |
| [Warning] --table-cache is deprecated and will be removed in a future release. Please use --table-open-cache instead.
 | |
| #
 | |
| # Check that we don't write any data to wrong or not existing datadir
 | |
| #
 | |
| [Warning] --table-cache is deprecated and will be removed in a future release. Please use --table-open-cache instead.
 | |
| [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] --table-cache is deprecated and will be removed in a future release. Please use --table-open-cache instead.
 | |
| [Warning] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some options may be missing from the help text
 |