Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main

into mysql.com:/home/stewart/Documents/MySQL/4.1/bug11132
This commit is contained in:
stewart@mysql.com 2005-06-16 21:19:40 +10:00
commit ec9eae0834

View file

@ -138,7 +138,9 @@ ConfigRetriever::getConfig(NdbMgmHandle m_handle){
setError(CR_ERROR, ndb_mgm_get_latest_error_desc(m_handle));
return 0;
}
ndb_mgm_disconnect(m_handle);
return conf;
}