Home > General, MySQL, MySQL 5.1 > Dynamic Logging Variables

Dynamic Logging Variables

May 12th, 2006

Finally!

ChangeSet
1.2396 06/05/12 12:50:50 gluh@eagle.intranet.mysql.r18.ru +12 -0
WL#3015: Logging Improvements - No Restarts(ver N3)
Added slow_query_log & general_log global upadatable variables.
Added slow-query-log & general-log startup options.
Added log_output, log_path, log_slow_queries_path global updatable variables.

http://lists.mysql.com/commits/6279

Now we can do things like “SET GLOBAL general_log = ON;” and “SET GLOBAL log_path=’/log/tmp.log’;”.

This has been something long requested so it’s great to see this slip in to the tree in time for 5.1!

Mark Leith General, MySQL, MySQL 5.1

  1. May 12th, 2006 at 20:55 | #1

    This is such good news, how many times having this would have helped me out in a pinch.

Comments are closed.