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:
@ -105,8 +105,6 @@ public:
|
||||
enum ErrorCode {
|
||||
NoError = 0,
|
||||
InvalidRequest = 800,
|
||||
NoFreeFragmentOper = 830,
|
||||
NoFreeIndexFragment = 852,
|
||||
NoFreeFragment = 604,
|
||||
NoFreeAttributes = 827
|
||||
};
|
||||
|
Reference in New Issue
Block a user