#At file:///net/fimafeng09/export/home/tmp/oleja/mysql/mysql-5.1-telco-7.0-spj-scan-scan/ based on revid:ole.john.aske@stripped
3314 Ole John Aske 2010-10-15
Fixed compiler warning
modified:
sql/ha_ndbcluster.cc
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2010-10-15 13:49:39 +0000
+++ b/sql/ha_ndbcluster.cc 2010-10-15 14:47:35 +0000
@@ -13738,7 +13738,7 @@ ha_ndbcluster::read_multi_range_first(KE
* mrr access on this handler.
* Close it now to free up resources for this NdbScanOperation.
*/
- if (unlikely(error= close_scan()))
+ if (unlikely((error= close_scan())))
DBUG_RETURN(error);
thd_ndb->query_state|= NDB_QUERY_MULTI_READ_RANGE;
Attachment: [text/bzr-bundle] bzr/ole.john.aske@oracle.com-20101015144735-kil26cyxzn3io457.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0-spj-scan-vs-scan branch(ole.john.aske:3314) | Ole John Aske | 15 Oct |