1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Increased max possible max_allowed_packet to 1G

Small optimization to not do external locking of temporary MyISAM tables.
This commit is contained in:
monty@mashka.mysql.fi
2002-09-19 17:49:41 +03:00
parent f638ee6df9
commit ce4b584a85
13 changed files with 85 additions and 56 deletions

View File

@ -407,7 +407,8 @@ static void dump_local_log_entries(const char* logname)
File fd = -1;
IO_CACHE cache,*file= &cache;
ulonglong rec_count = 0;
char last_db[FN_REFLEN+1], tmp_buff[BIN_LOG_HEADER_SIZE];
char last_db[FN_REFLEN+1];
byte tmp_buff[BIN_LOG_HEADER_SIZE];
bool old_format = 0;
last_db[0]=0;