1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +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 CreateFilegroupRef {
InvalidExtentSize = 764,
InvalidUndoBufferSize = 779,
NoSuchLogfileGroup = 767,
InvalidFilegroupVersion = 768
InvalidFilegroupVersion = 768,
SingleUser = 299
};
Uint32 senderData;
@@ -159,7 +160,8 @@ struct CreateFileRef {
FilenameAlreadyExists = 760,
OutOfFileRecords = 751,
InvalidFileType = 750,
NotSupportedWhenDiskless = 775
NotSupportedWhenDiskless = 775,
SingleUser = 299
};
Uint32 senderData;