An error occurred fetching the project authors.
- 10 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added new methods for NdbTransaction::getNdbIndexOperation() and NdbTransaction::getNdbIndexScanOperation() as recommended made others depricated updated examples to use recommended
-
- 08 Jan, 2005 2 commits
-
-
pekka@mysql.com authored
-
pekka@mysql.com authored
-
- 07 Jan, 2005 4 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
pekka@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 05 Jan, 2005 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
+ some more docs on event
-
jonas@mysql.com authored
-
- 28 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
(hopefully last :-))
-
- 26 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 21 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added missing copyright text moved ndb_init things to separate header file removed ndb_global include documented cluster connection class moved internal constants to NdbImpl.hpp class changed wait_until_ready behaviour somewhat
-
- 17 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 15 Dec, 2004 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 14 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
fix scan take over
-
- 12 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 09 Dec, 2004 2 commits
-
-
joreland@mysql.com authored
-
joreland@mysql.com authored
-
- 07 Dec, 2004 1 commit
-
-
mskold@mysql.com authored
-
- 06 Dec, 2004 2 commits
-
-
mskold@mysql.com authored
-
joreland@mysql.com authored
-
- 19 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
fixed erroneous error message - set auto increment was done even if create table failed so real error message got lost behind "table not found" and simplified code a bit
-
- 02 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
remove compiler warning patch for my_vsnprintf not dully implemented patch for platfroms that return -1 on snprintf overflow compile fix for hpux
-
- 01 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 31 Oct, 2004 2 commits
-
-
joreland@mysql.com authored
Index scan/lookup (only scan specific fragment)
-
pekka@mysql.com authored
-
- 21 Oct, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 20 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 10 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
Fixes bug with tableImpl with blobs not being initialized properly w.r.t pointer to blob tableImpl in column added blob to test to see that blob tables don't show up in show tables auto increment setting need not fetch blob tables (will otherwise generate error during table creation) moved addBlobTables out of fetchGlobalTableImpl to get_local_table_info changed addBlobTables to start from last column and break if all blobs added also addBlobTables will return -1 if failed (typically getTable) changed to using get_local_table_info with internal table name where applicable for efficiency added option to get_local_table_info wether to fetch blob tables or not getTable always fetches the blobtables moved addBlobTables to get_local_table_info to always be called, even if main table goes to cache only
-
- 04 Oct, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 25 Sep, 2004 1 commit
-
-
joreland@mysql.com authored
more bug fixes.
-
- 15 Sep, 2004 3 commits
-
-
pekka@mysql.com authored
-
pekka@mysql.com authored
-
tomas@poseidon.(none) authored
-
- 14 Sep, 2004 2 commits
-
-
tomas@poseidon.(none) authored
clearer configure description texts changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects moved allocation/deletion of Ndb objects to Thd_ndb
-
tomas@poseidon.(none) authored
new methods to keep "records" up to date unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization new methods to keep "records" up to datecorrect record field in ndbcluster handler new method for ndbcluster handler to store/retrieve table and thread specific data changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl hanged deleteKey to return ponter to deleted object moved heavy global cache fetch from inline to separate method
-
- 13 Sep, 2004 1 commit
-
-
magnus@neptunus.(none) authored
Made Ndb::connected private
-
- 11 Sep, 2004 1 commit
-
-
mskold@mysql.com authored
-