jonas@perch.ndb.mysql.com
e47e6f7931
ndb - bug#27437
...
bug in interpretedupdate (used for auto-increment) that made TUPKEYREF be sent twice
this was however "normally" shadowed, but made LQH crash when LCP was about to start
2007-05-08 07:49:05 +02:00
mikron@mikael-ronstr-ms-dator.local
4cdf0fab48
Fix SCI Transporter
2007-05-07 15:25:24 +02:00
mskold/marty@mysql.com/linux.site
da4f6b331e
Bug#27926 wrong month name in cluster error log
2007-04-30 14:17:08 +02:00
tomas@whalegate.ndb.mysql.com
fa32db5f88
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-04-27 11:45:28 +02:00
joerg@trift-lap.fambruehe
03f4492b5b
Merge trift-lap.fambruehe:/MySQL/M50/clone-5.0
...
into trift-lap.fambruehe:/MySQL/M50/push-5.0
2007-04-26 16:48:53 +02:00
joerg@trift-lap.fambruehe
2ed383302f
Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0
...
into trift-lap.fambruehe:/MySQL/M50/push-5.0
2007-04-26 16:06:44 +02:00
knielsen@ymer.(none)
87a0ffa05f
Merge ymer.(none):/usr/local/mysql/mysql-5.0-ndb-bug27370
...
into ymer.(none):/usr/local/mysql/mysql-5.0-ndb
2007-04-25 20:58:36 +02:00
knielsen@ymer.(none)
db34fffea1
Merge ymer.(none):/usr/local/mysql/mysql-5.0-telco-gca
...
into ymer.(none):/usr/local/mysql/mysql-5.0-ndb
2007-04-25 15:31:05 +02:00
knielsen@ymer.(none)
32e7f9e62d
BUG#27495: Missing implementation of NdbTransaction::executeAsynch().
...
NdbTransaction::executeAsynch() was not implemented. Add implementation.
2007-04-25 09:23:28 +02:00
df@pippilotta.erinye.com
adf575951b
restrict recently added file to GPLv2
2007-04-24 22:33:25 +02:00
knielsen@ymer.(none)
56cf7a53b6
BUG#27370: Potential inconsistent blob reads for ReadCommitted reads.
...
The old blob implementation had code that attempted to upgrade the lock mode for
LM_CommittedRead operations, but it did not work properly as it did not recompute
the operation flags.
As a consequence, reading a blob with LM_CommittedRead could return inconsistent
data, with different part of the read data being from different commits done by
other transactions.
The fix is to correctly recompute all necessary flags when upgrading lock mode.
2007-04-24 08:15:31 +02:00
tomas@whalegate.ndb.mysql.com
53cee9f2bf
Construction does not work on hpux aCC, so some refactoring
2007-04-20 12:37:32 +02:00
kent/mysqldev@mysql.com/production.mysql.com
8378813628
testScanFilter.cpp:
...
Corrected copyright header
2007-04-20 11:53:53 +02:00
tomas@poseidon.mysql.com
3468836c76
use define instead of value
2007-04-18 07:50:58 +02:00
kent/mysqldev@mysql.com/production.mysql.com
d22e71fe50
Dbdict.cpp:
...
Bug #27710 Creating unique index fails during single user mode
- enable indexes to be used always, if in single user, reject will happen before, and if it is kerlel doing stuff, it should always be allowed
2007-04-17 15:40:38 +02:00
tomas@whalegate.ndb.mysql.com
1bf8aad558
Bug #27710 Creating unique index fails during single user mode
...
- enable indexes to be used always, if in single user, reject will happen before, and if it is kerlel doing stuff, it should always be allowed
2007-04-16 14:07:31 +02:00
tomas@whalegate.ndb.mysql.com
5d89ca3a89
Bug#27775 mediumint auto_increment with ndb_restore
...
- autoincrement column of size medium int not handled in ndb_restore
- added testcase also for other types, tiny, small... etc
2007-04-13 01:37:24 +02:00
tomas@whalegate.ndb.mysql.com
3ff7444ac7
remove inline NdbRecAttr functions for medium int as not to depend in my_global
2007-04-12 21:34:25 +02:00
tomas@whalegate.ndb.mysql.com
f9a900f80e
Bug #27758 Restoring NDB backups makes table usable in SQL nodes
...
- parse indexname using "split" instead of sscanf, as not to break at space
- test case with space in key
- enclose names in printout
2007-04-12 11:07:30 +02:00
tomas@whalegate.ndb.mysql.com
b86f256d24
remove warning
2007-04-11 20:22:31 +02:00
tomas@whalegate.ndb.mysql.com
3c0e6e3983
missing return
2007-04-11 19:29:32 +02:00
tomas@whalegate.ndb.mysql.com
06acade5c2
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-04-11 18:11:14 +02:00
tomas@whalegate.ndb.mysql.com
dd4351e96f
Bug#26176 NdbObjectIdMap::expand unable to expand!! mysqld got signal 11
...
- try to catch as many malloc failures as possible and give error messages
2007-04-11 15:21:11 +02:00
jonas@perch.ndb.mysql.com
e0a4d1b4c7
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-04-11 08:28:09 +02:00
jonas@perch.ndb.mysql.com
4954962388
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
...
into perch.ndb.mysql.com:/home/jonas/src/50-work
2007-04-11 08:24:11 +02:00
jonas@perch.ndb.mysql.com
f52b0e3768
ndb - bug#27748
...
fix commit trigger on multi-update
2007-04-11 08:23:16 +02:00
tomas@whalegate.ndb.mysql.com
ffba52433c
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-04-05 09:18:36 +02:00
tomas@whalegate.ndb.mysql.com
ee57ca9db0
set name for ndb tools
2007-04-05 09:16:16 +02:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
c7da27b5b2
Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb
...
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/mysql-5.0-ndb-bj.merge
2007-04-05 11:30:19 +08:00
jonas@perch.ndb.mysql.com
2a29f0affe
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-04-02 09:45:58 +02:00
jonas@perch.ndb.mysql.com
6f4b908b34
ndb - bug#27581
...
make sure not to leave partially initialized pagerage-records
2007-04-02 09:07:15 +02:00
jonas@perch.ndb.mysql.com
c77ffe4a26
ndb - fix bug in my.cnf config handling
...
put64 for 64-bit variables
2007-04-02 08:36:00 +02:00
lzhou/zhl@dev3-63.(none)
eecdb3baf1
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug24793
2007-03-30 17:12:48 +00:00
lzhou/zhl@dev3-63.(none)
2b2ad6d605
BUG#24793 Add SO_KEEPALIVE socket option to avoid cluster nodes keeping dead connections forever.
2007-03-30 15:01:03 +00:00
lzhou/zhl@dev3-63.(none)
d8b5edb0bd
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug23354
2007-03-30 14:40:49 +00:00
tomas@whalegate.ndb.mysql.com
c445baeabd
correct medium int printout
...
correct cit printout
correct bit store retrieve
2007-03-26 17:57:00 +02:00
pekka@clam.ndb.mysql.com/clam.(none)
6ec8bb230a
Merge clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-ndb
...
into clam.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug24028
2007-03-26 12:50:40 +02:00
tomas@whalegate.ndb.mysql.com
7386c736c2
remove warning
2007-03-26 10:39:11 +02:00
tomas@whalegate.ndb.mysql.com
01189d9627
Bug #26900 ndb_restore printout option does not give structured data
...
- set sizes for data
2007-03-26 09:58:01 +02:00
tomas@whalegate.ndb.mysql.com
cc47508432
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca-single-user
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-25 16:44:06 +02:00
tomas@whalegate.ndb.mysql.com
a837d95d53
Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
2007-03-23 17:07:33 +01:00
tomas@whalegate.ndb.mysql.com
6c4a7a4469
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca-single-user
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-single-user
2007-03-23 14:09:30 +01:00
tomas@whalegate.ndb.mysql.com
29ac950b6f
Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes
2007-03-23 13:52:03 +01:00
tomas@poseidon.mysql.com
210d055000
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-23 13:10:58 +01:00
jonas@perch.ndb.mysql.com
d645496ec5
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-03-22 11:26:18 +01:00
jonas@perch.ndb.mysql.com
ca05bbf9d0
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-03-22 11:25:29 +01:00
jonas@perch.ndb.mysql.com
702b5dad63
ndb -
...
fix test prg
2007-03-22 11:12:18 +01:00
tomas@whalegate.ndb.mysql.com
8b964c2b12
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-22 10:34:46 +01:00
tomas@poseidon.mysql.com
2ff03a2267
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb
2007-03-21 16:35:40 +01:00
jonas@perch.ndb.mysql.com
48768c6dc8
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-03-21 15:42:13 +01:00