1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

bug#11942

This commit is contained in:
joreland@mysql.com
2005-07-20 11:48:48 +02:00
parent fa11c5bf10
commit 9f707b6734
12 changed files with 342 additions and 109 deletions

View File

@@ -57,7 +57,8 @@ public:
NoSuchTable = 709,
InvalidTableVersion = 241,
DropInProgress = 283,
NoDropTableRecordAvailable = 1229
NoDropTableRecordAvailable = 1229,
BackupInProgress = 745
};
};