mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Bug #27712 Single user mode. Creating logfile group and tablespace is allowed
This commit is contained in:
@@ -66,7 +66,8 @@ struct DropFilegroupRef {
|
||||
NotMaster = 702,
|
||||
NoSuchFilegroup = 767,
|
||||
FilegroupInUse = 768,
|
||||
InvalidSchemaObjectVersion = 774
|
||||
InvalidSchemaObjectVersion = 774,
|
||||
SingleUser = 299
|
||||
};
|
||||
|
||||
Uint32 senderData;
|
||||
@@ -152,7 +153,8 @@ struct DropFileRef {
|
||||
NotMaster = 702,
|
||||
NoSuchFile = 766,
|
||||
DropUndoFileNotSupported = 769,
|
||||
InvalidSchemaObjectVersion = 774
|
||||
InvalidSchemaObjectVersion = 774,
|
||||
SingleUser = 299
|
||||
};
|
||||
|
||||
Uint32 senderData;
|
||||
|
Reference in New Issue
Block a user