diff options
author | unknown <joreland@mysql.com> | 2004-12-10 16:15:36 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-12-10 16:15:36 +0100 |
commit | 0773520842b249b3cef63223bbb3fc4383b28d6c (patch) | |
tree | f1c89e378e21836fe6ab473024c461859bfe9f56 /ndb/test/run-test/daily-basic-tests.txt | |
parent | d4076cec4b8381ad171d7811461e1f22e1c0c7ed (diff) | |
download | mariadb-git-0773520842b249b3cef63223bbb3fc4383b28d6c.tar.gz |
ndb - bitfields - more tests, now passes all api tests!!
ndb/include/kernel/ndb_limits.h:
#define for max null bits
ndb/include/kernel/signaldata/TupFrag.hpp:
Error code for too many nullbits
ndb/include/util/Bitmask.hpp:
Cosmetic fix
ndb/src/common/util/Bitmask.cpp:
handle (pos % 32) == 0
more unit tests
ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
Check bitmask overflow
ndb/src/ndbapi/ndberror.c:
New error code
ndb/test/ndbapi/testBitfield.cpp:
Update test program
ndb/test/run-test/daily-basic-tests.txt:
Add testBitfield to 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 8a927b88194..dce89766319 100644 --- a/ndb/test/run-test/daily-basic-tests.txt +++ b/ndb/test/run-test/daily-basic-tests.txt @@ -506,6 +506,10 @@ max-time: 2500 cmd: testOIBasic args: +max-time: 2500 +cmd: testBitfield +args: + # # # SYSTEM RESTARTS |