Commit 5b14bc33 authored by unknown's avatar unknown

ndb - bug#28720

  fix also undo files

parent a3715c97
...@@ -11057,6 +11057,8 @@ static int ndbcluster_fill_files_table(handlerton *hton, ...@@ -11057,6 +11057,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