joreland@mysql.com
047a3d1258
merge
2004-11-25 14:33:33 +01:00
joreland@mysql.com
029df2028d
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/wl2126
2004-11-25 10:51:57 +01:00
joreland@mysql.com
b22e9a0b0b
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-11-24 12:40:04 +01:00
joreland@mysql.com
fab3038dff
Merge mysql.com:/home/jonas/src/wl2077
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-11-24 11:59:06 +01:00
joreland@mysql.com
83434d3529
wl2126 - ndb - add support for batching range scans
...
1) removed acc keyinfo
2) introduce handling of multiple bounds
2004-11-23 22:08:47 +01:00
pekka@mysql.com
37f0ff9bc0
ndb: fix blob performance in long transactions
2004-11-22 18:54:06 +01:00
tomas@poseidon.ndb.mysql.com
45d24f76c0
Merge
2004-11-22 13:48:19 +00:00
tomas@poseidon.ndb.mysql.com
1d981111e0
added force send interface to scan
...
prepared for using query cache in ndb
2004-11-22 13:41:46 +00:00
joreland@mysql.com
145761883d
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/wl2126
2004-11-19 15:09:49 +01:00
tomas@poseidon.ndb.mysql.com
7ec0239162
changed mysqladmin.c to mysqladmin.cc
...
no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore
aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
removed all dependencies of LocalConfig, except for mgmapi internals
enabled multiple management servrs to fetch data configurations from eachother
2004-11-18 18:38:38 +00:00
mskold@mysql.com
a1d9d86328
Added doxygen comments for fast path calls
2004-11-18 12:27:18 +01:00
joreland@mysql.com
1c75becb7c
wl#2126 - read_multi_range ndb part
2004-11-17 10:07:52 +01:00
joreland@mysql.com
26bd793133
merge
2004-11-15 11:21:21 +01:00
joreland@mysql.com
4f2ba8e9f9
wl1744 - ndb win-port
2004-11-11 21:38:42 +01:00
joreland@mysql.com
58ecd9a5cf
merge
2004-11-11 10:45:45 +01:00
joreland@mysql.com
31303bd0de
wl1744 - win compile fixes
2004-11-10 00:39:12 +01:00
joreland@mysql.com
8acbd6a2ba
ndb: bug#6451
...
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
2004-11-08 11:06:36 +01:00
joreland@mysql.com
8d82c1308d
wl1504 - scan using distribution key and EQ_BOUND
2004-11-01 23:23:26 +01:00
joreland@mysql.com
e690212efb
removed copy paste index code
...
improved handling of bits in last word
2004-11-01 09:17:43 +01:00
joreland@mysql.com
5374ac8f35
wl1540, 1802
...
Index scan/lookup (only scan specific fragment)
2004-10-31 22:21:51 +01:00
pekka@mysql.com
354739acb7
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/pekka/ndb/version/my41
2004-10-31 15:44:35 +01:00
pekka@mysql.com
0669646752
NDB bug-6018 support writeTuple with blobs
2004-10-31 15:33:56 +01:00
tomas@poseidon.ndb.mysql.com
da3efc2b82
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-29 10:24:56 +00:00
tomas@poseidon.ndb.mysql.com
19bc50957f
Tru64 cxx compiler fix
...
cxx does not include -I/ust/include.dtk as it should
removed dependency on ndb_types
2004-10-29 09:49:04 +00:00
tomas@poseidon.ndb.mysql.com
289f68a1b9
test that attribute name truncation works
...
exposed the attribute name size limit for handler
added field name truncation to ndb handler
2004-10-28 15:35:06 +00:00
tomas@poseidon.ndb.mysql.com
2d455470b6
ndbapi_limits.h:
...
corrected define for NDB_MAX_TUPLE_SIZE_IN_WORDS
2004-10-28 11:24:59 +00:00
tomas@poseidon.ndb.mysql.com
0003a8d5a0
added test for max limit of 128 attributes in table
...
new define for long signal section size
bumbed up limit for attributes to 128
use new define in SectionSegment
some bug fixing of send fragmented signal +
make chunk size a multiple the dew define for SectionSegment size
2004-10-28 11:19:51 +00:00
tomas@poseidon.ndb.mysql.com
ee1acdf0e0
compilation fix for AIX
2004-10-26 09:48:01 +00:00
tomas@poseidon.ndb.mysql.com
48f1ee6acf
AIX compile fixes
2004-10-22 15:13:06 +00:00
pekka@mysql.com
5c700650ca
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/space/pekka/ndb/version/my41-tux
2004-10-14 10:38:47 +02:00
joreland@mysql.com
fa7a36bb33
wl1801 - Support for handling NF during dirty read
2004-10-11 09:20:04 +02:00
pekka@mysql.com
8920cff4e9
NDB wl-2151 Fix bounds setting table handler vs TUX
2004-10-08 10:50:50 +02:00
joreland@mysql.com
087a694f65
Fix simple/dirty read handling
2004-10-08 09:43:38 +02:00
joreland@mysql.com
0a8bbe4d85
wl2135 - index restart
2004-10-05 12:17:42 +02:00
joreland@mysql.com
e5f1db69cf
wl2135 test prg + bug fixes
2004-10-05 09:01:22 +02:00
joreland@mysql.com
0783bfb6c3
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-04 13:02:16 +02:00
joreland@mysql.com
0c7e32fcab
NdbIndexScanOperation::reset_bounds()
...
- Send BOUNDS as KEYINFO
- At restart, only reset KEYINFO
--
Fix resource shortage at KEYINFO in Dbtc and Dblqh w.r.t scan
--
2004-10-04 12:59:04 +02:00
magnus@neptunus.(none)
4faaed98ed
Merge fixes
2004-09-30 16:12:28 +02:00
tomas@poseidon.ndb.mysql.com
0a9730beb4
set correct lockmode in all reads...
...
move lockmode from scan operation to operation
added read tuple with lock mode
2004-09-28 17:35:07 +00:00
magnus@shellback.(none)
94b305b226
Merge
2004-09-26 16:21:15 +02:00
tomas@poseidon.ndb.mysql.com
8bfc619e1d
moved LocalConfig out of config retriver
2004-09-25 14:10:06 +00:00
magnus@neptunus.(none)
cdc7a32f37
Merged Thd_ndb
2004-09-20 14:28:43 +02:00
pekka@mysql.com
0caba84b46
ndb charsets: DICT
2004-09-15 17:44:13 +02:00
pekka@mysql.com
d0d2b820b7
ndb: set column type sets column defaults
2004-09-15 14:52:39 +02:00
tomas@poseidon.(none)
fc174af248
new method to set size of local table data
...
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
2004-09-14 12:47:34 +00:00
tomas@poseidon.(none)
21a4b1b4e6
moved all ndb thread specific data into new placeholder
...
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
2004-09-14 08:52:21 +00:00
magnus@neptunus.(none)
80e602f554
Added DBUG_PRINT's
...
Made Ndb::connected private
2004-09-13 14:33:13 +02:00
joreland@mysql.com
e8566a205a
Bug#5429
...
Use const table * in NDB API
2004-09-07 21:53:59 +02:00
tomas@poseidon.(none)
03d3d8c418
Merge
2004-09-02 12:11:46 +00:00
tomas@poseidon.(none)
cea153400e
added connect thread to Ndb_cluster_connection +
...
some other small fixes
2004-09-02 12:04:50 +00:00