mariadb/libservices
Alexey Botchkov 5c01f1ac14 MDEV-15 Log all sql errors.
modified for MySQL 5.5. Logger service moved to the
        plugin/sql_errlog directory to be properly used later.

plugin/sql_errlog/sql_errlog.c:
  Fixes for bugs #956427 (SQL_ERROR_LOG plugin produces bogus warnings about sql-error-log-size-limit value) and #956463 (Server crashes if SQL_ERROR_LOG fails to initialize) they're also MDEV-184 and MDEV-183
    
  The sql_error_log_deinit() should be prepared for the logger_file to be NULL.
  The logger_file_size_limit upper limit wasn't properly set.
2012-03-24 11:24:20 +01:00
..
CMakeLists.txt MDEV-15 Log all sql errors. 2012-03-24 11:24:20 +01:00
HOWTO Updated/added copyright headers 2011-06-30 17:46:53 +02:00
my_snprintf_service.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
my_thread_scheduler_service.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
progress_report_service.c Added progress reporting for alter table, LOAD DATA INFILE and for aria tables: check table, repair table, analyze table. 2011-07-01 15:08:30 +03:00
thd_alloc_service.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
thd_wait_service.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00