1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/r
Tatiana A. Nurnberg 980f04e0c6 WL#4403 deprecate @log and @slow_log_queries variables
Adds --general-log-file, --slow-query-log-file command-
line options to match system variables of the same names.

Deprecates --log, --log-slow-queries command-line option
and log, log_slow_queries system-variables for v7.0; they
are superseded by general_log/general_log_file and
slow_query_log/slow_query_log_file, respectively.

mysql-test/r/log_basic.result:
  Change deprecated system variable "log" to
  general log.
mysql-test/r/log_bin_trust_routine_creators_basic.result:
  Change deprecation warning so it's more obvious we're referring
  to a variable.
mysql-test/r/log_state.result:
  Show that all log-related server variables that
  should throw deprecation warnings do, and the
  others don't.
mysql-test/r/warnings.result:
  Change deprecation warning so it's more obvious we're referring
  to a variable.
mysql-test/suite/rpl/r/rpl_sp.result:
  Change deprecation warning so it's more obvious we're referring
  to a variable.
mysql-test/t/log_basic.test:
  Change deprecated system variable "log" to
  general log.
mysql-test/t/log_state.test:
  Show that all log-related server variables that
  should throw deprecation warnings do, and the
  others don't.
sql/mysqld.cc:
  Add command-line options --general-log-file and
  --slow-query-log-file to match server options of
  the same name.
  
  Deprecated --log and --log-slow-queries command-line
  options; they are superseded by --general-log/
  --general-log-file and --slow-query-log/--slow-query-log-file,
  respectively
sql/set_var.cc:
  Deprecate system-variables log in favour of general_log,
  log_slow_queries in favour of slow_query_log for 7.0,
  both for value- and DEFAULT-setting.
2008-10-06 16:22:07 +02:00
..
2008-04-01 12:29:53 +02:00
2008-03-17 14:26:00 +03:00
2008-09-05 14:06:24 +05:00
2008-10-02 10:56:07 +05:00
2008-03-08 01:14:56 +04:00
2008-09-03 13:06:03 +05:00
2008-09-30 15:32:35 -04:00
2007-10-27 01:40:48 +05:00
2007-11-01 12:30:03 -07:00
2008-09-05 13:36:02 +05:00
2008-09-18 11:32:54 +02:00
2008-08-20 16:42:01 +05:00
2008-08-26 18:53:22 +05:00
2008-07-18 15:00:45 +03:00
2008-04-22 21:49:39 -07:00
2007-11-20 20:15:20 +04:00
2008-02-25 21:18:50 +01:00
2008-02-25 21:18:50 +01:00
2008-01-25 16:05:15 -08:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-08-15 16:42:29 -04:00
2008-07-03 23:41:22 +04:00
2008-04-02 00:43:17 +02:00
2008-06-17 19:05:56 -06:00
2008-08-15 16:42:29 -04:00
2007-10-27 01:40:48 +05:00
2008-03-26 20:27:23 +01:00
2008-03-25 17:48:05 -06:00
2008-09-30 10:41:30 +05:00
2008-09-20 16:52:34 +02:00
2008-07-07 11:43:56 +03:00
2008-08-26 14:50:32 +05:00
2008-04-08 20:01:20 +04:00
2008-09-09 20:52:38 +05:00
2008-08-15 15:49:43 -04:00
2008-08-26 15:22:09 +05:00
2008-06-27 20:56:41 +05:00
2008-03-27 00:55:13 +04:00
2007-11-18 17:33:12 +04:00