#At file:///home/tomas/mysql_src/mysql-5.1-telco-6.4/
3188 Tomas Ulin 2008-12-19 [merge]
merge
modified:
storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
=== modified file 'storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp'
--- a/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2008-12-16 21:21:55 +0000
+++ b/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2008-12-19 11:18:16 +0000
@@ -2307,7 +2307,7 @@ NdbEventBuffer::report_node_failure_comp
data.flags = SubTableData::LOG;
Uint64 gci = Uint64((m_latestGCI >> 32) + 1) << 32;
- bool found = find_max_known_gci(&gci);
+ find_max_known_gci(&gci);
data.gci_hi = Uint32(gci >> 32);
data.gci_lo = Uint32(gci);
@@ -2326,6 +2326,9 @@ NdbEventBuffer::report_node_failure_comp
*/
DBUG_PRINT("info", ("Cluster failure"));
+
+ Uint64 gci = Uint64((m_latestGCI >> 32) + 1) << 32;
+ bool found = find_max_known_gci(&gci);
Uint64 * array = m_known_gci.getBase();
Uint32 mask = m_known_gci.size() - 1;
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (tomas.ulin:3188) | Tomas Ulin | 19 Dec |