3446 Jonas Oreland 2011-07-05
ndb - kill compiler warning
modified:
sql/ha_ndbcluster.cc
3445 Jonas Oreland 2011-07-05
ndb - Raiders of the trailing share
added:
mysql-test/suite/ndb/include/ndb_share_check_shares.inc
mysql-test/suite/ndb/r/ndb_share.result
mysql-test/suite/ndb/t/ndb_share.cnf
mysql-test/suite/ndb/t/ndb_share.test
modified:
mysql-test/suite/ndb/r/ndb_basic.result
mysql-test/suite/ndb/t/ndb_basic.test
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.h
sql/ha_ndbcluster_binlog.cc
=== modified file 'sql/ha_ndbcluster.cc'
--- a/sql/ha_ndbcluster.cc 2011-07-05 14:19:56 +0000
+++ b/sql/ha_ndbcluster.cc 2011-07-05 14:45:05 +0000
@@ -9644,7 +9644,7 @@ static int ndbcluster_end(handlerton *ht
{
pthread_mutex_lock(&ndbcluster_mutex);
- uint save = ndbcluster_open_tables.records;
+ uint save = ndbcluster_open_tables.records; (void)save;
while (ndbcluster_open_tables.records)
{
NDB_SHARE *share=
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1-telco-6.3 branch (jonas.oreland:3445 to 3446) | Jonas Oreland | 5 Jul |