Commit 8b4af608 authored by unknown's avatar unknown

bug#12862 - ndb compile error

 fix typo


ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  fix typo
parent 58e57625
......@@ -369,7 +369,7 @@ void Dbdict::execFSCLOSECONF(Signal* signal)
jam();
closeWriteTableConf(signal, fsPtr);
break;
case FsConnectRecord::FsConnectRecord::OPEN_READ_SCHEMA2:
case FsConnectRecord::OPEN_READ_SCHEMA2:
openSchemaFile(signal, 1, fsPtr.i, false);
break;
default:
......
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