mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
ndb - Add testcase to autotest
This commit is contained in:
parent
f7fb4072c6
commit
97a2d6ebff
2 changed files with 5 additions and 0 deletions
|
@ -3084,6 +3084,7 @@ void Dblqh::execATTRINFO(Signal* signal)
|
|||
return;
|
||||
break;
|
||||
default:
|
||||
ndbout_c("%d", regTcPtr->transactionState);
|
||||
ndbrequire(false);
|
||||
break;
|
||||
}//switch
|
||||
|
|
|
@ -222,6 +222,10 @@ max-time: 500
|
|||
cmd: testScan
|
||||
args: -n ScanRead488 -l 10 T6
|
||||
|
||||
max-time: 500
|
||||
cmd: testScan
|
||||
args: -n ScanRead488Timeout -l 10 T6
|
||||
|
||||
max-time: 600
|
||||
cmd: testScan
|
||||
args: -n ScanRead40 -l 100 T2
|
||||
|
|
Loading…
Reference in a new issue