joreland@mysql.com
74f17e4ca6
Fix changed interface to HugoOperations
2004-10-13 11:43:54 +02:00
joreland@mysql.com
9497ee2f9e
testBasic -n NoCommit626
...
Handle commit of zero operations
2004-10-13 11:28:24 +02:00
joreland@mysql.com
57612c479f
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-13 10:19:28 +02:00
tomas@poseidon.ndb.mysql.com
b40261262a
fix for some build/test errors for 4.1.6
2004-10-13 00:38:43 +00:00
pekka@mysql.com
abf1b8fbc3
NDB compile fix sol9x86
2004-10-12 14:07:41 +02:00
joreland@mysql.com
975dcc9628
Add new test cases to autotest
2004-10-11 11:32:16 +02:00
joreland@mysql.com
072f4fbf2e
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-11 11:13:04 +02:00
joreland@mysql.com
cf6a605437
wl1801 - more node failure handling in simple/dirty read
2004-10-11 11:02:39 +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
1778ac4fcf
NDB ndb_mgm: fix dump and signal log (more to do)
2004-10-10 17:38:14 +02:00
joreland@mysql.com
37cc75b1cb
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-10 13:13:13 +02:00
tomas@poseidon.ndb.mysql.com
252c14049e
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
2004-10-10 10:03:10 +00:00
tomas@poseidon.ndb.mysql.com
060707c2f1
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
2004-10-10 08:31:45 +00:00
joreland@mysql.com
20e5bfe839
wl 1801
...
Testcases for NF
2004-10-08 17:44:20 +02:00
joreland@mysql.com
46b2eae096
Test prg update
...
- make test node restart test harder
2004-10-08 16:42:51 +02:00
joreland@mysql.com
07359aef31
hmm. a bit trigger happy.
...
on the real table readTuple is needed
2004-10-08 11:35:56 +02:00
joreland@mysql.com
fe7e87882a
Let blobs use committedRead, this is always correct as
...
as read lock is held on primary table
2004-10-08 11:06:44 +02:00
joreland@mysql.com
ea21d7c936
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-08 10:26:23 +02:00
joreland@mysql.com
087a694f65
Fix simple/dirty read handling
2004-10-08 09:43:38 +02:00
magnus@neptunus.(none)
86918cd1fc
Protect from use of NULL pointer
2004-10-07 17:59:37 +02:00
magnus@neptunus.(none)
6bbf1f8ee4
Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into neptunus.(none):/home/magnus/mysql/mysql-4.1-ndb
2004-10-07 11:57:47 +02:00
magnus@neptunus.(none)
551cbfe0c6
Fix error message
2004-10-07 09:09:18 +02:00
tomas@poseidon.ndb.mysql.com
ae87bd11fb
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb2
2004-10-06 13:34:17 +00:00
tomas@poseidon.ndb.mysql.com
6f0f5c1d21
NdbScanOperation.cpp:
...
fix for compile error in gcc.3.4.4
and run error in gcc3.3.2
2004-10-06 13:28:59 +00:00
tomas@poseidon.ndb.mysql.com
66923bf968
forgot to remove ndbrequire
2004-10-06 13:26:38 +00:00
tomas@poseidon.ndb.mysql.com
884892a650
bug#5736, subqueries and not in
...
and testcases
2004-10-06 13:18:55 +00:00
joreland@mysql.com
f715d82a74
testcase for bug#5736
...
fix of changed clo to mysql-test-run
2004-10-06 11:00:09 +02:00
joreland@mysql.com
b9b866078c
debug printout
2004-10-06 08:53:19 +02:00
joreland@mysql.com
a716d2c4cf
bug#5367
...
subqueries with "not in" and ndb
2004-10-06 08:48:26 +02:00
tomas@poseidon.ndb.mysql.com
ebb425d9c9
more and better arbitration warnings for cluster config
2004-10-05 15:18:32 +00:00
joreland@mysql.com
9d6cb54bce
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-05 14:04:33 +02:00
joreland@mysql.com
ac7771becd
Don't need to scan exclusive since keyinfo is sent anyway
2004-10-05 13:51:32 +02:00
joreland@mysql.com
0a8bbe4d85
wl2135 - index restart
2004-10-05 12:17:42 +02:00
tomas@poseidon.ndb.mysql.com
250d643ee2
last try didnt work
2004-10-05 07:48:51 +00:00
joreland@mysql.com
e5f1db69cf
wl2135 test prg + bug fixes
2004-10-05 09:01:22 +02:00
tomas@poseidon.ndb.mysql.com
c36637a96e
bumped up version to 3.5.2
...
removed staus flag
2004-10-05 06:49:11 +00:00
joreland@mysql.com
f41211f9e8
wl2135 - ndb api test prg
2004-10-04 17:48:03 +02:00
joreland@mysql.com
fd420f72b6
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 15:53:37 +02:00
tomas@poseidon.ndb.mysql.com
31f0226f00
added debug printouts in ndbapi
2004-10-04 13:26:33 +00:00
joreland@mysql.com
766752ed3b
new printer
2004-10-04 13:08:58 +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
tomas@poseidon.ndb.mysql.com
1e66b6b3a6
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb-merge
2004-10-04 06:59:12 +00:00
tomas@poseidon.ndb.mysql.com
c7cadf6575
addes auto pointer class for using with my_ functions
...
switch to using my_ for heap allocations
2004-10-04 06:58:33 +00:00
tomas@poseidon.ndb.mysql.com
f6ad058388
Merge
2004-10-03 21:39:04 +00:00
tomas@poseidon.ndb.mysql.com
8c257017fa
restore of auto increment bug#5786
2004-10-01 02:38:03 +00:00
tomas@poseidon.ndb.mysql.com
49b81a610e
bug#5824
2004-09-30 21:12:46 +00:00
magnus@neptunus.(none)
4faaed98ed
Merge fixes
2004-09-30 16:12:28 +02:00
tomas@poseidon.ndb.mysql.com
148fc3ca7b
added configuration warnings for arbitration and node groups
2004-09-30 14:12:27 +00: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