1
0
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:
unknown
2004-05-05 12:42:00 +02:00
parent 9f76f43cb9
commit 4b6eb9b06a
2 changed files with 3 additions and 3 deletions

View File

@ -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;