Commit e975c95c authored by unknown's avatar unknown

bug#12862 - ndb compile error

 fix typo


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