diff options
author | unknown <joreland@mysql.com> | 2005-02-06 10:00:29 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-06 10:00:29 +0100 |
commit | 37b4b89ebe3beb834bcea3b4481204f7bb4d0ade (patch) | |
tree | aac77cda90989ad98d0a4a9ffda5313a8ac0a297 /ndb/test/run-test/daily-basic-tests.txt | |
parent | 4d1441dac4e44944bdf20beb5354ec2f188c4071 (diff) | |
download | mariadb-git-37b4b89ebe3beb834bcea3b4481204f7bb4d0ade.tar.gz |
bug8262 - ndb
crash if scan is poped from queue before all attrinfo has arrived
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
only restart scan if all attrinfo has arrived
otherwise just set remove from queue and set state
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
new error insert - force send attrinfo
ndb/test/ndbapi/testScan.cpp:
new test bug8262 many threads - scanning small tables
ndb/test/run-test/daily-basic-tests.txt:
run new test case in autotest
Diffstat (limited to 'ndb/test/run-test/daily-basic-tests.txt')
-rw-r--r-- | ndb/test/run-test/daily-basic-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/test/run-test/daily-basic-tests.txt b/ndb/test/run-test/daily-basic-tests.txt index 87f86795370..c62908ae999 100644 --- a/ndb/test/run-test/daily-basic-tests.txt +++ b/ndb/test/run-test/daily-basic-tests.txt @@ -378,6 +378,10 @@ max-time: 500 cmd: testScan args: -n ScanRestart T1 +max-time: 500 +cmd: testScan +args: -l 100 -n Scan-bug8262 T7 + # OLD FLEX max-time: 500 cmd: flexBench |