1
0
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:
tomas@whalegate.ndb.mysql.com
2007-04-16 11:43:14 +02:00
parent 9ca17d3ceb
commit 2c723aa91f
5 changed files with 104 additions and 6 deletions

View File

@@ -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;