Commit 6d10d459 authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com

Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
parents 16c18481 d46ff21f
...@@ -10195,6 +10195,8 @@ static int ndbcluster_fill_files_table(handlerton *hton, ...@@ -10195,6 +10195,8 @@ static int ndbcluster_fill_files_table(handlerton *hton,
{ {
if (ndberr.classification == NdbError::SchemaError) if (ndberr.classification == NdbError::SchemaError)
continue; continue;
if (ndberr.classification == NdbError::UnknownResultError)
continue;
ERR_RETURN(ndberr); ERR_RETURN(ndberr);
} }
NdbDictionary::LogfileGroup lfg= NdbDictionary::LogfileGroup lfg=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment