diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2012-03-24 11:24:20 +0100 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2012-03-24 11:24:20 +0100 |
commit | 5c01f1ac1498a9b32bdccb817cdbc0b3ca3687d6 (patch) | |
tree | fe8eb54f1eaff9a41fe617b35356f5bd3e35746b /libmysqld | |
parent | 619f67b1b4694add244377a0cb2507a035ebd306 (diff) | |
download | mariadb-git-5c01f1ac1498a9b32bdccb817cdbc0b3ca3687d6.tar.gz |
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.
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 6603983e69b..14db8327897 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -95,7 +95,6 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc ../sql/create_options.cc ../sql/rpl_utility.cc ../sql/rpl_reporting.cc ../sql/sql_expression_cache.cc - ../sql/sql_logger.cc ${GEN_SOURCES} ${MYSYS_LIBWRAP_SOURCE} ) |