mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
BUG#40611, BUG#44779: reverted in mysql-5.1-rep+2.
This commit is contained in:
parent
3c98da71ae
commit
66b869d637
4 changed files with 14 additions and 174 deletions
13
sql/log.h
13
sql/log.h
|
|
@ -121,19 +121,6 @@ extern TC_LOG_DUMMY tc_log_dummy;
|
|||
#define LOG_CLOSE_TO_BE_OPENED 2
|
||||
#define LOG_CLOSE_STOP_EVENT 4
|
||||
|
||||
/*
|
||||
Maximum unique log filename extension.
|
||||
Note: setting to 0x7FFFFFFF due to atol windows
|
||||
overflow/truncate.
|
||||
*/
|
||||
#define MAX_LOG_UNIQUE_FN_EXT 0x7FFFFFFF
|
||||
|
||||
/*
|
||||
Number of warnings that will be printed to error log
|
||||
before extension number is exhausted.
|
||||
*/
|
||||
#define LOG_WARN_UNIQUE_FN_EXT_LEFT 1000
|
||||
|
||||
class Relay_log_info;
|
||||
|
||||
typedef struct st_log_info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue