mariadb/plugin/sql_errlog
Rucha Deodhar 90cd712b84 MDEV-27087: Add thread ID and database / table, where the error occured
to SQL error plugin

New plugin variable "with_db_and_thread_info" is added which prints the
thread id and databse name to the logfile. the value is stored in variable
"with_db_and_thread_info"

log_sql_errors() is responsible for printing in the log. If detailed is
enabled, print thread id and database name both, otherwise skip it.
2024-01-23 13:39:22 +05:30
..
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
sql_errlog.c MDEV-27087: Add thread ID and database / table, where the error occured 2024-01-23 13:39:22 +05:30