1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removed some error codes since the errors are hard errors which

need ndbrequire instead.
This commit is contained in:
unknown
2004-08-24 00:15:04 +02:00
parent 48c16480c6
commit b0d64c68b8
2 changed files with 2 additions and 12 deletions

View File

@ -105,8 +105,6 @@ public:
enum ErrorCode {
NoError = 0,
InvalidRequest = 800,
NoFreeFragmentOper = 830,
NoFreeIndexFragment = 852,
NoFreeFragment = 604,
NoFreeAttributes = 827
};