pekka@sama.ndb.mysql.com
5961666886
ndb - bug#29390: fix mem leak introduced in previous cset
2007-10-14 16:17:39 +02:00
tsmith@ramayana.hindu.god
070dc3ffb5
Merge ramayana.hindu.god:/home/tsmith/m/bk/50
...
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
2007-10-10 14:12:36 -06:00
cmiller@zippy.cornsilk.net
eedde95a33
Change URLs.
...
Our web server has been restructured several times, and references
to it in our source code has stayed the same. This patch from Paul
DuBois updates all URLs to modern semantics.
2007-10-05 13:16:54 -04:00
pekka@sama.ndb.mysql.com
82da7623d4
ndb - bug#29390: if ScanFilter is too large, abort or optionally discard it
2007-10-04 11:32:49 +02:00
stewart@flamingspork.com[stewart]
87359889f3
[PATCH] BUG#29565 managment server can log entries multiple times after mgmd restart
...
Close the event log on shutdown of mgmd (in stopEventLog())
Index: ndb-work/ndb/src/mgmsrv/MgmtSrvr.cpp
===================================================================
2007-10-03 16:16:48 +10:00
jmiller/ndbdev@mysql.com/ndb15.mysql.com
6515a7f4c3
testScanFilter.cpp:
...
Updated variable size arrays to use vector like Jonas did for 5.1 so that my build would not break
2007-10-02 21:21:45 +02:00
stewart@willster.(none)
f72c7d0108
remove debug printout
2007-10-01 14:32:22 +10:00
gni@dev3-221.dev.cn.tlan
60a185803e
BUG#28298 Node Id larger than MAX_NDB_NODES in config file doesn't generate error
2007-09-28 09:49:16 +08:00
stewart@flamingspork.com[stewart]
33412d2b8e
[PATCH] BUG#30379 Better randomise time before retry in timeout check (DBTC)
...
timoOutLoopStartLab() checks if any transactions have been delayed
for so long that we are forced to perform some action (e.g. abort,
resend etc).
It is *MEANT* to (according to the comment):
> To avoid aborting both transactions in a deadlock detected by time-out
> we insert a random extra time-out of upto 630 ms by using the lowest
> six bits of the api connect reference.
> We spread it out from 0 to 630 ms if base time-out is larger than 3 sec,
> we spread it out from 0 to 70 ms if base time-out is smaller than 300 msec,
> and otherwise we spread it out 310 ms.
The comment (as all do) lies.
the API connect reference is not very random, producing incredibly
predictable "random" numbers. This could lead to both txns being
aborted instead of just one.
Before:
timeout value: 123 3
timeout value: 122 2
timeout value: 122 2
timeout value: 122 2
timeout value: 123 3
After:
timeout value: 127 7
timeout value: 126 6
timeout value: 129 9
timeout value: 139 19
timeout value: 137 17
timeout value: 151 31
timeout value: 130 10
timeout value: 132 12
Index: ndb-work/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp
===================================================================
2007-09-25 12:01:23 +02:00
tomas@whalegate.ndb.mysql.com
df552c310d
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-09-12 14:01:51 +02:00
tomas@whalegate.ndb.mysql.com
83eed4d876
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-bj
2007-09-12 13:55:22 +02:00
tomas@whalegate.ndb.mysql.com
461a3dccac
BUG#23354 revert
2007-09-12 13:53:32 +02:00
tomas@whalegate.ndb.mysql.com
f1674d1b66
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-09-12 07:34:42 +02:00
pekka@sama.ndb.mysql.com
af1ce5c230
ndb - bug#29102 : use locked read even for blob parts
2007-08-29 21:45:53 +03:00
lzhou/zhl@dev3-63.(none)
0f22183652
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
2007-08-20 15:29:59 +00:00
lzhou/zhl@dev3-63.(none)
2093858fff
BUG#29674 Remove warning in pushbuild in 5.0
2007-08-20 14:57:04 +00:00
gni@dev3-221.dev.cn.tlan
6acee16fad
BUG#30271 NDB_LE_MemoryUsage.page_size_kb actually returns page size in bytes, not kilobyte
2007-08-17 14:32:39 +08:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
921cba22bc
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-08-16 11:06:41 +08:00
lzhou/zhl@dev3-63.(none)
c8b88e4ceb
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug29674
2007-08-15 16:28:27 +00:00
jonas@perch.ndb.mysql.com
e01f587dd4
ndb - bug#28804
...
Handle out of transaction buffer in TC for INDX lookups
2007-08-13 09:22:42 +02:00
gni/root@dev3-221.dev.cn.tlan
17c3b8d53b
Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/mysql-5.0-ndb-bj
...
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.0/bug27683
2007-08-08 18:24:13 +08:00
lzhou/zhl@dev3-63.(none)
cbe2a3c780
BUG#29674 Restore/backup are endian compatible in 5.0
2007-08-07 18:07:57 +00:00
tnurnberg@sin.intern.azundris.com
8dd4751be9
Bug #10776 : Failure to compile ndb ReadNodesConf.cpp on AIX 5.2
...
mysqld hasn't been built on AIX with ndb-everything in quite a while.
this allowed a variety of changes to be added that broke the AIX build
for both the GNU and IBM compilers (but the IBM suite in particular).
Changeset lets build to complete on AIX 5.2 for users of the GNU and
the IBM suite both. Tudo bem?
2007-08-01 04:56:58 +02:00
lzhou/zhl@dev3-63.(none)
10a9cca053
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-07-30 10:45:46 +00:00
gni@dev3-221.dev.cn.tlan
326d7307e3
BUG#27683 Incorrect description for ndb_restore --print
2007-07-25 14:53:25 +08:00
tomas@whalegate.ndb.mysql.com
af75c3eeec
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-07-13 15:53:58 +02:00
jonas@perch.ndb.mysql.com
21da0d2111
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-07-04 22:42:31 +02:00
jonas@perch.ndb.mysql.com
dfcfd6afc4
ndb - bug#29354 - fix bug in bug fix,
...
dont assert if 2 LCP's are being run during a node recovery
2007-07-04 22:39:55 +02:00
lzhou/zhl@dev3-63.(none)
6f935a3db8
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj
...
into dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug25941
2007-07-04 17:59:12 +00:00
jonas@perch.ndb.mysql.com
446e3272c4
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-07-03 08:46:41 +02:00
jonas@perch.ndb.mysql.com
71996bd6f4
ndb - bug#29354 - Incorrect handling of replica REDO during SR (5.0)
...
Not very clever fix for DIH incorrect REDO handling
- Dont report GCP_SAVE_CONF until first LCP has been complete during NR
2007-07-03 08:39:42 +02:00
jonas@perch.ndb.mysql.com
3c1cfd7631
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
2007-07-02 14:19:15 +02:00
jonas@perch.ndb.mysql.com
f6c0acde24
ndb - bug#29364 - "SQL queries hang while data node in start phase 5"
...
In TC init node status for already started nodes during node restart
(not present in 5.1)
2007-07-02 13:45:24 +02:00
jonas@perch.ndb.mysql.com
2609e057eb
ndb - bug#29057 bug#29067 and bug#29118
...
Fix 3 problems in REDO validation that could(will) lead to "Error while reading REDO log"
2007-06-25 07:05:25 +02:00
lzhou/zhl@dev3-63.(none)
fe40eedb85
BUG#25941 Output warning messages from stdout to stderr when abitrator warnings exist
2007-06-15 09:23:27 +00:00
mskold/marty@linux.site
dea70c74dd
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
2007-06-14 21:58:45 +02:00
tomas@whalegate.ndb.mysql.com
ad81e83c70
Bug #27640 backup id not displayed in the output of "ndb_mgm start backup wait completed"
...
- correction, missing node id
2007-06-14 18:40:32 +02:00
mskold/marty@linux.site
8945183fc3
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
2007-06-14 16:21:52 +02:00
mskold/marty@mysql.com/linux.site
c41a4472c7
Bug#26342 auto_increment_increment AND auto_increment_offset REALLY REALLY anger NDB cluster, implemented support for auto_increment_offset and auto_increment_increment for Ndb, post review fix
2007-06-14 16:01:51 +02:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
ad88a849c8
Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.0/bug27640-5.0-ndb
2007-06-14 20:45:12 +08:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
51fe11b494
Bug#27640, backup id not displayed in the output of "ndb_mgm start backup wait completed"
2007-06-14 19:40:44 +08:00
lzhou/zhl@dev3-63.(none)
14e19b1edb
BUG#23354 Clear "no start" when nodes restart and add new prompting string when nodes restart
2007-06-13 10:42:21 +00:00
tomas@whalegate.ndb.mysql.com
52269dc2dc
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-05-30 17:27:29 +02:00
tomas@whalegate.ndb.mysql.com
0d4bf93e24
Bug #28443
...
- correction of merge error
2007-05-30 17:25:22 +02:00
tomas@whalegate.ndb.mysql.com
a325e1db0a
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-05-30 12:32:36 +02:00
tomas@whalegate.ndb.mysql.com
720f56fb0b
Bug #28770 file already opened error when corrupt schema file
...
- make sure we close the first file, before opening the next
2007-05-30 12:29:19 +02:00
tomas@whalegate.ndb.mysql.com
5783f5ab92
Bug #28749 MaxNoOfOpenFiles offset by 1
2007-05-30 09:00:50 +02:00
jonas@perch.ndb.mysql.com
92ad59d4f9
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
...
into perch.ndb.mysql.com:/home/jonas/src/50-work
2007-05-29 07:17:22 +02:00
jonas@perch.ndb.mysql.com
561cb58a4c
ndb - fix typo
2007-05-29 07:16:26 +02:00
tomas@whalegate.ndb.mysql.com
05985b8956
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-telco-gca
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
2007-05-28 16:31:58 +02:00