Commit Graph

73 Commits (5b1363624c272b4e6284f38f76fff91a70fc74a8)

Author SHA1 Message Date
Rene Cannao 17092487cf Add protocol-labeled logger counters and FLUSH LOGS race TAP
2 months ago
Rene Cannao c5191d21f8 logger: avoid log drops during rotate close/open window
2 months ago
Rene Cannao caf324f911 logger: harden buffered logging flush/rotation semantics
2 months ago
René Cannaò 568fe1524e
Merge pull request #5364 from mevishalr/feature/query-logging-improvements
2 months ago
Rene Cannao 200fdecb8d Apply AI agent review fixes to PR #5374
2 months ago
Rene Cannao 4e39297ef9 Fix more Valgrind uninitialized value errors
2 months ago
Rene Cannao c2f82b3d4e Fix more Valgrind uninitialized value errors
2 months ago
Rene Cannao ee7ee0b387 Fix multiple Valgrind-reported uninitialized memory issues
2 months ago
vramesha 71143c2e84 Address AI review comments
2 months ago
vramesha 091942e9d6 Address AI review suggestions
2 months ago
vramesha 15a4ed66e9 Optimize query logging performance (#5243)
2 months ago
Rene Cannao 9262089060 refactor: migrate prepare_v2 to RAII API in MySQL_Logger
2 months ago
Zuofei Wang 241f17eb98 fix mysql binary logging 0 parameters
10 months ago
René Cannaò 216b31feae Added new event_type PROXYSQL_METADATA
11 months ago
René Cannaò 9737e0630a Add variable mysql-eventslog_stmt_parameters #4923
12 months ago
René Cannaò 97304ffa91 prepared statements logging: use HEX for STRING type
12 months ago
René Cannaò 65f79a07d2 Changes on write_query_format_1() for datetime
12 months ago
René Cannaò cbb8505ca1 Improvement in prepared statements logging
12 months ago
René Cannaò a39580ffe1 Several fixes on prepared statements parameters logging
1 year ago
René Cannaò be0fbeedc8 Adding documention for write_query_format_2_json()
1 year ago
René Cannaò 39031f614b Uses 0 params in write_query_format_1()
1 year ago
René Cannaò 579f04de30 Inline documentation in write_query_format_1()
1 year ago
René Cannaò ad190e9b56 WIP for logging of prepared statements parameters
1 year ago
René Cannaò f47b0e6f6c Changed to MySQL_Event
1 year ago
René Cannaò 3475f8a75f Port of PR #4822 to v3.0
1 year ago
René Cannaò cb53db81ca Export MySQL_Logger metrics for v3.0
1 year ago
René Cannaò 2551d350e9 Port to 3.0 of in-memory query logging
1 year ago
Rahim Kanji e723082a1b Refactored Query Processor Architecture
2 years ago
René Cannaò fde8ace076 Removed json.hpp from include files
2 years ago
Miro Stauder b1dc534757 refactor out pktH
3 years ago
René Cannaò b546d51d90 Fix uninitialized variable
3 years ago
René Cannaò fcb2acd67c Added TAP test for logging last_insert_id
3 years ago
René Cannaò c0745b42c2 Adding last_insert_id and last_gtid to MySQL_Logger
3 years ago
René Cannaò 3837de61e2 Various minor fixes
3 years ago
Javier Jaramago Fernández 2ecbad3244 Fix warning due to catching of polymorphic type by value
3 years ago
Javier Jaramago Fernández a661d33391 Fix invalid digest value in 'eventslog' for 'COM_STMT_EXECUTE'
3 years ago
Javier Jaramago Fernández 41ef582fc5 Add new field 'stmt_id' to eventslog for 'STMT_PREPARE|STMT_EXECUTE' events
3 years ago
Javier Jaramago Fernández f993402c62 Fix crash when failed 'connection_reset' is tried to be logged
4 years ago
René Cannaò aceeaf79ed Disabled prometheus metrics dump , see #3571
5 years ago
Rene Cannao 41b173a83c Fixing a lot of compiler warnings
6 years ago
René Cannaò e062f84c3e
Merge pull request #2399 from val214/v2.0.9-mem-leaks
6 years ago
peter 6bb057fbda
Fix add a mutex lock twice in the process of function call(log_audit_entry() -> write() -> write_auth())
6 years ago
bskllzh d71d01cb63
Fix write event log and audit log coredump(the events.logfile&audit.logfile null pointer)
6 years ago
Valentin Rakush 6a6873b342 Fix leaks in logger and admin
6 years ago
René Cannaò ce4a4a2464 Code cleanup and speeding compile time
6 years ago
René Cannaò 45e701b54d Code cleanup and speeding compile time
6 years ago
René Cannaò 80e92b144d [WIP] Second commit for mysql firewall whitelist
6 years ago
René Cannaò 3ad899c758 Avoid crash in JSON library for invalid UTF8
7 years ago
René Cannaò 3b3def9f78 Fix unitialized file
7 years ago
René Cannaò 255d9247b8 Reduce locking on MySQL_Logger writes to disk
7 years ago