Commit graph

616 commits

Author SHA1 Message Date
joreland@mysql.com
e8566a205a Bug#5429
Use const table * in NDB API
2004-09-07 21:53:59 +02:00
joreland@mysql.com
aa27f0ed75 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-07 14:30:12 +02:00
tomas@poseidon.(none)
7d192fcbd7 fixed NdbConnection::restart and made use of it in ha_ndbcluster
added testcase
2004-09-07 12:30:11 +00:00
joreland@mysql.com
cf452282d7 Fix scan with keyinfo 2004-09-07 13:24:12 +02:00
tomas@poseidon.(none)
0187978567 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-07 10:56:07 +00:00
tomas@poseidon.(none)
2fdb262c4a fixed and added test case for bug#5431
+ fix for support of multiple mgmt servers
2004-09-07 10:54:31 +00:00
ndbdev@ndbmaster.mysql.com
b7bbb21771 Fix braces wrt to DBUG_xxx 2004-09-06 21:49:04 +02:00
tomas@poseidon.(none)
cfad8eccc4 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 18:31:43 +00:00
tomas@poseidon.(none)
77cd417c7e fixed so that ndbcluster and mysqld can be started independently
fixed some error codes in Ndb so that 4009-cluster failure is returned when cluster is not up
2004-09-06 18:30:57 +00:00
joreland@mysql.com
1cc60149ea Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-06 15:17:09 +02:00
joreland@mysql.com
d0b730dd17 testReadPerf fixes 2004-09-06 15:15:35 +02:00
tomas@poseidon.(none)
3e3a1ff1e1 -d default on ndb_mgmd and ndbd
-i depricated on ndbd
fixed bug in shutdown command in ndb_mgm
2004-09-06 12:36:01 +00:00
joreland@mysql.com
1e17dca88b testReadPerf
Divide by loops aswell
2004-09-06 13:29:49 +02:00
tomas@poseidon.(none)
41bd91a409 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 10:47:04 +00:00
tomas@poseidon.(none)
2192d179d2 added ndb_mgm_destroy_configuration call
fixed memory leak in object map
fixed uninitialized value blobs_pending
2004-09-06 10:46:23 +00:00
joreland@mysql.com
c20c8baf2e removed faked do_work 2004-09-06 10:13:54 +02:00
joreland@mysql.com
02fbe60cec Added testReadPerf that compares different access methods
- pk read (batch and serial)
- unique index read (batch and serial)
- eq-bound ordered index
- range ordered index
- sorted range ordered index
- interpretered scan
2004-09-06 07:08:40 +02:00
joreland@mysql.com
040fcb2d1e Fixed initialization of trans id 2004-09-03 22:20:03 +02:00
tomas@poseidon.(none)
73366eafc5 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-03 15:12:34 +00:00
tomas@poseidon.(none)
caf79dacfe renamed ha_recovery_logging to ha_enable_transaction
added tests to alter table for "large" alter tables and truncates in ndbcluster
added debug printout in restart() in ndbcluster
added flag THD::transaction.on to enable/disable transaction
2004-09-03 15:11:09 +00:00
tomas@poseidon.(none)
bb044466a8 introduced my_init() in backwards compatible Ndb constructor 2004-09-03 11:24:14 +00:00
tomas@poseidon.(none)
6ae278a6bb Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-02 15:52:46 +00:00
tomas@poseidon.(none)
1e6925802a fixed wrong initial auto increment value bug#5369 2004-09-02 15:51:44 +00:00
mronstrom@mysql.com
b258da8b5e Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/Users/mikron/mysql-4.1-ndb
2004-09-02 17:02:47 +02:00
mronstrom@mysql.com
40eaddfbb7 Fix for bug overwriting stack when table name larger than 32 bytes.
getWords interprets the length as number of words and previously
number of bytes was sent in.
2004-09-02 15:08:17 +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
tomas@poseidon.(none)
12c4007867 Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-01 14:58:12 +00:00
tomas@poseidon.(none)
bc8594364a added class Ndb_cluster_connection to prepare for making order of starting mysqld and ndbd irrelevant 2004-09-01 14:56:53 +00:00
joreland@mysql.com
7e22cf6fa8 Piggy back close scan req 2004-09-01 13:42:58 +02:00
joreland@mysql.com
51b79a8448 Merge mysql.com:/home/jonas/src/mysql-4.1-ndb
into mysql.com:/home/jonas/src/wl2025
2004-09-01 04:52:50 +02:00
joreland@mysql.com
58c30f2b3f Fix bug in trans counter for read 2004-09-01 04:50:17 +02:00
joreland@mysql.com
30171dd181 Also update printer 2004-08-31 22:17:58 +02:00
joreland@mysql.com
c246824929 Added some more options to TC timers, such as:
1) explicit start/stop timer (instead of perodical reports)
2) scan & range scan reporting
2004-08-31 22:12:08 +02:00
joreland@mysql.com
36482c379e bug#4591 2004-08-31 21:34:11 +02:00
joreland@mysql.com
6919c1d781 run in loop 2004-08-31 16:27:31 +02:00
joreland@mysql.com
76629f5299 Merge mysql.com:/home/jonas/src/mysql-4.1-ndb
into mysql.com:/home/jonas/src/wl2025
2004-08-31 15:07:43 +02:00
joreland@mysql.com
2856ddb69d Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-31 15:00:50 +02:00
joreland@mysql.com
dc42d38bcc Update test prg
1) merge join
2) lookups
2004-08-31 14:53:59 +02:00
joreland@mysql.com
36138be04e Interpreter fix + tets prg 2004-08-31 10:14:36 +02:00
pekka@mysql.com
415d163a3d Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/space/pekka/ndb/version/my41-tux
2004-08-30 15:31:30 +02:00
joreland@mysql.com
cc9d126065 merge 2004-08-30 12:13:11 +02:00
tomas@poseidon.(none)
0b9a99db35 see resp. file 2004-08-30 10:13:09 +00:00
tomas@poseidon.(none)
7000ffde0d fixed so that error handler is only invoked once 2004-08-30 08:25:17 +00:00
joreland@mysql.com
1f6e703d23 wl2025 - bug fixes
1) Release _all_ attr bufs
2) Handle out of attr bufs
2004-08-29 21:35:33 +02:00
joreland@mysql.com
2258fd6781 small fixes of select count(*) 2004-08-27 22:50:06 +02:00
joreland@mysql.com
872dff5b69 Added 3 psuedo columns
Cleaned up code
Changed ndb_select_all
2004-08-27 22:31:16 +02:00
joreland@mysql.com
b7d6275656 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-27 19:42:04 +02:00
joreland@mysql.com
d10e9ba9b6 Better handling of transaction ids,
make *sure* that no one gets same transid twice
(wo/ restarting process)
2004-08-27 19:41:00 +02:00
joreland@mysql.com
6af42cfba4 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-08-27 19:36:54 +02:00