1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-06 19:08:06 +03:00

autotest failures

This commit is contained in:
joreland@mysql.com
2004-10-15 08:08:39 +02:00
parent 164342f9f1
commit 00e5047e98
5 changed files with 41 additions and 12 deletions

View File

@@ -566,6 +566,8 @@ int NdbScanOperation::nextResult(bool fetchAllowed)
setErrorCode(4028); // Node fail
break;
case -3: // send_next_scan -> return fail (set error-code self)
if(theError.code == 0)
setErrorCode(4028); // seq changed = Node fail
break;
}