mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
This commit is contained in:
commit
6d10d4592a
1 changed files with 2 additions and 0 deletions
|
@ -10195,6 +10195,8 @@ static int ndbcluster_fill_files_table(handlerton *hton,
|
|||
{
|
||||
if (ndberr.classification == NdbError::SchemaError)
|
||||
continue;
|
||||
if (ndberr.classification == NdbError::UnknownResultError)
|
||||
continue;
|
||||
ERR_RETURN(ndberr);
|
||||
}
|
||||
NdbDictionary::LogfileGroup lfg=
|
||||
|
|
Loading…
Add table
Reference in a new issue