mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix ndberror after jonas comments
This commit is contained in:
@ -206,7 +206,7 @@ struct NdbError {
|
||||
message = 0;
|
||||
details = 0;
|
||||
}
|
||||
NdbError(ndberror_struct ndberror){
|
||||
NdbError(const ndberror_struct & ndberror){
|
||||
status = (NdbError::Status) ndberror.status;
|
||||
classification = (NdbError::Classification) ndberror.classification;
|
||||
code = ndberror.code;
|
||||
|
Reference in New Issue
Block a user