diff options
author | unknown <joreland@mysql.com> | 2005-05-26 22:48:28 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-05-26 22:48:28 +0200 |
commit | 78d484871ab6ea282e4c446d00130d456923212c (patch) | |
tree | 78b5e4189b3ef843e144690527dc0ec0d6ad3186 /ndb | |
parent | 0ea67b0dd43f39ec06792c4ba96837a8b444553e (diff) | |
download | mariadb-git-78d484871ab6ea282e4c446d00130d456923212c.tar.gz |
ndb - add test case for bug ReadWithoutGetValue
ndb/test/run-test/daily-basic-tests.txt:
add test case for bug fix
Diffstat (limited to 'ndb')
-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 e7753f758a1..d0e70ba2152 100644 --- a/ndb/test/run-test/daily-basic-tests.txt +++ b/ndb/test/run-test/daily-basic-tests.txt @@ -542,6 +542,10 @@ max-time: 500 cmd: testNdbApi args: -n UpdateWithoutValues T6 +max-time: 500 +cmd: testNdbApi +args: -n ReadWithoutGetValue + #max-time: 500 #cmd: testInterpreter #args: T1 |