• Alexey Botchkov's avatar
    MDEV-15 Log all SQL errors. · 07a82c58
    Alexey Botchkov authored
                  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
    07a82c58
plugin_auth.h.pp 9.74 KB