mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Set correct error code
This commit is contained in:
parent
f832ccaf8f
commit
14f1d933c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ NdbConnection::getNdbScanOperation(const char* aTableName)
|
|||
if (tab != 0){
|
||||
return getNdbScanOperation(tab);
|
||||
} else {
|
||||
setOperationErrorCodeAbort(theNdb->theError.code);
|
||||
setOperationErrorCodeAbort(theNdb->theDictionary->m_error.code);
|
||||
return NULL;
|
||||
}//if
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue