Commit 9f101f0
fix QUERY_LOG_GAP_LOCK ER_CANT_OPEN_FILE log crashes the server
Summary:
in mysqld.cc `LogErr(ERROR_LEVEL, ER_CANT_OPEN_FILE)` crashes the server because it does not pass parameter for error message format.
This log is not needed because `query_logger.reopen_log_file(QUERY_LOG_GAP_LOCK)` already writes error log on error.
Squash with "Optionally block/log queries relying on Gap Locks [non-RocksDB part]"
Differential Revision:
D46373689
Privacy Context Container: L1124648
fbshipit-source-id: d1a9e6b1 parent e7877a4 commit 9f101f0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7664 | 7664 | | |
7665 | 7665 | | |
7666 | 7666 | | |
7667 | | - | |
| 7667 | + | |
7668 | 7668 | | |
7669 | | - | |
7670 | | - | |
| 7669 | + | |
7671 | 7670 | | |
7672 | 7671 | | |
7673 | 7672 | | |
| |||
0 commit comments