mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
This commit is contained in:
commit
28769b0f25
1 changed files with 5 additions and 0 deletions
|
@ -8006,6 +8006,11 @@ void Dblqh::continueScanNextReqLab(Signal* signal)
|
|||
return;
|
||||
}
|
||||
|
||||
/* maximum number of log file operations */
|
||||
clfoFileSize = clogPageFileSize;
|
||||
if (clfoFileSize < ZLFO_MIN_FILE_SIZE)
|
||||
clfoFileSize = ZLFO_MIN_FILE_SIZE;
|
||||
|
||||
// Update timer on tcConnectRecord
|
||||
tcConnectptr.p->tcTimer = cLqhTimeOutCount;
|
||||
init_acc_ptr_list(scanptr.p);
|
||||
|
|
Loading…
Reference in a new issue