1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

bug#11942 - ndb backup

fix error code to avoid clash with 5.0/5.1


ndb/include/kernel/signaldata/AlterTable.hpp:
  Change error codes to remove clash from 5.0
ndb/include/kernel/signaldata/DropTable.hpp:
  Change error codes to remove clash from 5.0
ndb/src/ndbapi/ndberror.c:
  Change error codes to remove clash from 5.0
This commit is contained in:
unknown
2005-07-20 13:21:49 +02:00
parent e071abacf6
commit fe07364726
3 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@ public:
InvalidPrimaryKeySize = 739,
NullablePrimaryKey = 740,
UnsupportedChange = 741,
BackupInProgress = 746
BackupInProgress = 762
};
private: