Loading ndb/src/ndbapi/ndberror.c +0 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,6 @@ ErrorBundle ErrorCodes[] = { { 4243, AE, "Index not found" }, { 4244, AE, "Index or table with given name already exists" }, { 4245, AE, "Index attribute must be defined as stored, i.e. the StorageAttributeType must be defined as NormalStorageAttribute"}, { 4246, AE, "Combined index attributes are not allowed to be NULL attributes" }, { 4247, AE, "Illegal index/trigger create/drop/alter request" }, { 4248, AE, "Trigger/index name invalid" }, { 4249, AE, "Invalid table" }, Loading Loading
ndb/src/ndbapi/ndberror.c +0 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,6 @@ ErrorBundle ErrorCodes[] = { { 4243, AE, "Index not found" }, { 4244, AE, "Index or table with given name already exists" }, { 4245, AE, "Index attribute must be defined as stored, i.e. the StorageAttributeType must be defined as NormalStorageAttribute"}, { 4246, AE, "Combined index attributes are not allowed to be NULL attributes" }, { 4247, AE, "Illegal index/trigger create/drop/alter request" }, { 4248, AE, "Trigger/index name invalid" }, { 4249, AE, "Invalid table" }, Loading