#At file:///home/tomas/mysql_src/mysql-5.1-telco-6.2-merge/
2782 Tomas Ulin 2008-12-19
revert part of bugfix
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 20:51:49 +0000
+++ b/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp 2008-12-19 11:15:44 +0000
@@ -2119,7 +2119,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);
@@ -2138,6 +2138,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:2782) | Tomas Ulin | 19 Dec |