# This is a BitKeeper generated patch for the following project:
# Project Name: MySQL - fast and reliable SQL database
# This patch format is intended for GNU patch command version 2.5 or
higher.
# This patch includes the following deltas:
# ChangeSet 1.1938 -> 1.1939
# ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 1.22 -> 1.23
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/08/21 mronstrom@stripped 1.1939
# Minor bug fix
# --------------------------------------------
#
diff -Nru a/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
b/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp
--- a/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp Sat Aug 21 15:52:13 2004
+++ b/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp Sat Aug 21 15:52:14 2004
@@ -8140,7 +8140,7 @@
} else if (scanptr.p->scanFlag == NextScanReq::ZSCAN_NEXT_COMMIT) {
jam();
accOpPtr= get_acc_ptr_from_scan_record(scanptr.p,
- scanptr.p->scanCompletedOperations,
+ scanptr.p->scanCompletedOperations - 1,
false);
} else {
jam();
Mikael Ronström, Senior Software Architect
MySQL AB, www.mysql.com
Clustering:
http://www.infoworld.com/article/04/04/14/HNmysqlcluster_1.html
http://www.eweek.com/article2/0,1759,1567546,00.asp
| Thread |
|---|
| • bk commit into 4.1 tree (mikael:1.1939) | Mikael Ronström | 21 Aug |