BUG#21033 The error log of mysqld shows useless information, and hides the real error.
storage/ndb/src/ndbapi/Ndb.cpp: Ndb.closeTransaction() modifies the value of Ndb.theError.code, but the error code shouldn't be changed here. Mysqld will use the returning error code to log the correct information.
Showing
Please register or sign in to comment