From 9b604c88d03d2c2e98de1a5044e4c7fbb5296fd8 Mon Sep 17 00:00:00 2001 From: "serg@serg.mysql.com" <> Date: Thu, 13 Mar 2003 01:23:43 +0100 Subject: better help message --- sql/mysqld.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/mysqld.cc') diff --git a/sql/mysqld.cc b/sql/mysqld.cc index a042b7f314b..0e385eff682 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -3423,7 +3423,7 @@ struct my_option my_long_options[] = {"safemalloc-mem-limit", OPT_SAFEMALLOC_MEM_LIMIT, "Simulate memory shortage when compiled with the --with-debug=full option", 0, 0, 0, GET_ULL, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"new", 'n', "Use very new possible 'unsafe' functions", + {"new", 'n', "Use some 4.1 features and syntax (4.1 compatibility mode)", (gptr*) &global_system_variables.new_mode, (gptr*) &max_system_variables.new_mode, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, -- cgit v1.2.1