1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

WL#5182 Remove more deprecated 4.1/5.0 features

WL#5182 is a follow-up to WL#5154, deprecating a few more options
and system variables.
This commit is contained in:
Magne Mahre
2010-01-27 13:23:28 +01:00
parent b55d41cb6a
commit e17fe14c81
7 changed files with 50 additions and 16 deletions

View File

@@ -1630,7 +1630,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
init_tee(argument);
break;
case OPT_NOTEE:
printf("WARNING: option deprecated; use --disable-tee instead.\n");
WARN_DEPRECATED(VER_CELOSIA, "--no-tee", "--disable-tee");
if (opt_outfile)
end_tee();
break;