summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/testBitfield.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ndb - testBitfieldunknown2005-02-221-1/+3
| | | | | | | | remove unused method that gave compile error -pedantic ndb/test/ndbapi/testBitfield.cpp: remove unused method that gave compile error -pedantic
* corrected error in ndb programs debug switchunknown2005-02-211-22/+3
|
* removed double declaration of opt_connect_strunknown2005-02-211-1/+0
|
* mergeunknown2005-01-031-0/+3
|
* Merge mysql.com:/home/jonas/src/mysql-5.0unknown2004-12-311-12/+0
|\ | | | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-5.0-ndb BitKeeper/etc/logging_ok: auto-union ndb/test/ndbapi/testBitfield.cpp: Auto merged
| * mergeunknown2004-12-311-12/+0
| |
* | ndb testcases - more removal of old constructorunknown2004-12-301-2/+7
|/ | | | | | | | | | | | | ndb/test/ndbapi/testBitfield.cpp: more removal of old constructor ndb/test/ndbapi/testDataBuffers.cpp: more removal of old constructor ndb/test/ndbapi/testNdbApi.cpp: more removal of old constructor ndb/test/ndbapi/testReadPerf.cpp: more removal of old constructor ndb/test/ndbapi/testScanPerf.cpp: more removal of old constructor
* ndb - bitfields - more tests, now passes all api tests!!unknown2004-12-101-35/+39
| | | | | | | | | | | | | | | | | | | | 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
* ndb - bitfields ndbapi test prg + bug fixesunknown2004-12-101-1/+50
| | | | | | | | | | | ndb/src/common/util/Bitmask.cpp: Bug fixes + better unit test ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: fix ndb/test/ndbapi/testBitfield.cpp: impl. create_random_table and transactions ndb/test/src/HugoCalculator.cpp: Only use "var" size when var-size
* skeleton for ndb bitfields testingunknown2004-12-061-0/+167
ndb/test/ndbapi/Makefile.am: skeleton for bitfields testing