mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
bug#12862 - ndb compile error
fix typo
This commit is contained in:
parent
7fe87018b4
commit
4cc90aaab8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue