mariadb/libservices
Alexey Botchkov 07a82c58a7 MDEV-15 Log all SQL errors.
Added the logger service that provides us with the rotating logs.
              The plugin SQL_ERROR_LOG added. It logs the errors using the 'logger service'
                      for the rotating log files.
              the example record from the log:
                2012-03-09 15:07:29 root[root] @ localhost [] ERROR 1146: Table 'test.xyz' doesn't exist : select * from test.xyz
2012-03-14 00:55:56 +04:00
..
CMakeLists.txt MDEV-15 Log all SQL errors. 2012-03-14 00:55:56 +04:00
HOWTO Updated/added copyright headers 2011-06-30 17:46:53 +02:00
logger_service.c MDEV-15 Log all SQL errors. 2012-03-14 00:55:56 +04: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