• Michael Widenius's avatar
    Updated documentation files to reflect MariaDB and not the Maria storage engine or MySQL · cd3047fc
    Michael Widenius authored
    Added (rewritten) patch from Percona to get extended statistics in slow.log:
    - Added handling of 'set' variables to set_var.cc. Changed sql_mode to use this
    - Added extra logging to slow log of 'Thread_id, Schema, Query Cache hit, Rows sent and Rows examined'
    - Added optional logging to slow log, through log_slow_verbosity, of query plan statistics
    - Added new user variables log_slow_rate_limit, log_slow_verbosity, log_slow_filter
    - Added log-slow-file as synonym for 'slow-log-file', as most slow-log variables starts with 'log-slow'
    - Added log-slow-time as synonym for long-query-time
    Some trivial MyISAM optimizations:
    - In prepare for drop, flush key blocks
    - Don't call mi_lock_database if my_disable_locking is used
    
    KNOWN_BUGS.txt:
      Updated file to reflect MariaDB and not the Maria storage engine
    README:
      Updated file to reflect MariaDB
    mysql-test/r/log_slow.result:
      Test new options for slow query log
    mysql-test/...
    cd3047fc
KNOWN_BUGS.txt 1.57 KB