[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Tue Mar 17 14:30:05 CET 2009
    
    
  
 src/mysql.c |  190 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 111 insertions(+), 79 deletions(-)
New commits:
commit 6eafacc52a73444fa23510fc838cd9658dc6844c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 17 14:30:02 2009 +0100
    mysql plugin: Some changes to the configuration handling.
    
    The member `instance' is used to determine whether or not to use ``legacy
    mode'':
    - If it is NULL, legacy mode is in action
    - Otherwise, non-legacy mode should be used.
    
    ``legacy mode'' and ``non-legacy mode'' cannot be mixed: If at least one
    database is defined in the ``new'' way, all options that'd be valid in
    legacy mode will only trigger a warning.
    
    
More information about the collectd-changes
mailing list