#At file:///home/jonas/src/telco-6.4/
3108 Jonas Oreland 2008-11-18
fix warning
modified:
sql/ha_ndbcluster_connection.cc
=== modified file 'sql/ha_ndbcluster_connection.cc'
--- a/sql/ha_ndbcluster_connection.cc 2008-11-18 08:34:42 +0000
+++ b/sql/ha_ndbcluster_connection.cc 2008-11-18 16:31:46 +0000
@@ -161,7 +161,7 @@ int ndbcluster_connect(int (*connect_cal
now_time= NdbTick_CurrentMillisecond();
} while (res != 0 && now_time < end_time);
- const char *msg;
+ const char *msg= 0;
if (res == 0)
{
msg= "all storage nodes connected";
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (jonas:3108) | Jonas Oreland | 18 Nov |