An error occurred fetching the project authors.
- 02 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Fix several valgrind warnings.
-
- 19 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 18 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Fix valgrind warnings - Remove static db, schema and table name buffers from Ndb.cpp
-
- 24 Feb, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 11 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 10 Jan, 2005 2 commits
-
-
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
-
joreland@mysql.com authored
1) Fix startTransaction with hint 2) Ship fragment data to API to make better guess 3) Expose both primary & backup replicas To (in the future) be even more clever on choosing nodes for transactions/operations
-
- 07 Jan, 2005 3 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
pekka@mysql.com authored
-
- 26 Dec, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 20 Dec, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
moved NdbWaiter, m_ndb_cluster_connection, to impl class moved node selection things to cluster connection moved all private things to impl class added opts for shared memory and node selection changed opts handling somewhat; introduced enum for options and common handling of option variables added checks for transporter support automatic addition of shared mem transporters moved wait_until_ready code to cluster connection added control of usage of new node selection method
-
- 17 Dec, 2004 1 commit
-
-
mskold@mysql.com authored
-
- 15 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 11 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 08 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
1) fix so that missing blob tables don't prevent table from being dropped 2) decrease size of blob part if record length exceeds max length 3) add test case for table wo/ corresponding blob table 4) init scan counters when sending scan_tabreq
-
- 01 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 31 Oct, 2004 1 commit
-
-
joreland@mysql.com authored
Index scan/lookup (only scan specific fragment)
-
- 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
-
- 25 Sep, 2004 1 commit
-
-
joreland@mysql.com authored
more bug fixes.
-
- 15 Sep, 2004 2 commits
-
-
pekka@mysql.com authored
-
pekka@mysql.com 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
-
- 08 Sep, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 01 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
added class Ndb_cluster_connection to prepare for making order of starting mysqld and ndbd irrelevant
-
- 27 Aug, 2004 1 commit
-
-
joreland@mysql.com authored
Cleaned up code Changed ndb_select_all
-
- 23 Aug, 2004 1 commit
-
-
mskold@mysql.com authored
-
- 18 Aug, 2004 1 commit
-
-
mskold@mysql.com authored
-
- 22 Jul, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 05 Jul, 2004 1 commit
-
-
joreland@mysql.com authored
Enabled ordered scan in handler
-
- 10 Jun, 2004 1 commit
-
-
pekka@mysql.com authored
-
- 26 May, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 19 May, 2004 1 commit
-
-
tomas@mc05.(none) authored
-
- 10 May, 2004 1 commit
-
-
tomas@mc05.(none) authored
-
- 14 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-