blob: 38f504cd1a1c04a808d856a2578f9d7a88e5309f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
Copyright (c) 2007 MySQL AB
MySQL Cluster MAINTAINERS
-------------------------
This is a list of knowledgable people in parts of the NDB code.
In changing that area of code, you probably want to talk to the
people who know a lot about it to look over the patch.
When sending patches and queries, always CC the mailing list.
If no list specified, assume internals@lists.mysql.com
P: Person
M: Mail
L: Mailing list
W: Web page with status/info
C: Comment
SRC: Source directory (relative to this directory)
T: SCM tree type and location
S: Status, one of:
Supported: Somebody is paid to maintain this.
Maintained: Not their primary job, but maintained.
Orphan: No current obvious maintainer.
Obsolete: Replaced by something else.
-------------------------------------------------------------
Binlog Injector
SRC: ha_ndbcluster_binlog.cc
C: see also row based replication
P: Stewart Smith
M: stewart@mysql.com
C: Original author
P: Tomas Ulin
M: tomas@mysql.com
C: Lots of updates
P: Martin Skold
M: martin@mysql.com
C: Metadata ops
S: Supported
BLOBs
SRC: ha_ndbcluster.cc
SRC: src/ndbapi/NdbBlob*
P: Pekka
M: pekka@mysql.com
S: Supported
cpcd/cpcc
SRC: src/cw/cpcd
SRC: src/cw/cpcc
C: Maintained only as part of autotest
P: Jonas Orland
M: jonas@mysql.com
S: Maintained
cpcc-win32
SRC: src/cw/cpcc-win32
S: Obsolete
Handler
SRC: ha_ndbcluster.cc
P: Martin Skold
M: martin@mysql.com
S: Supported
Management Server
SRC: src/mgmsrv/
P: Stewart Smith
M: stewart@mysql.com
S: Supported
Management Client
SRC: src/mgmclient/
P: Stewart Smith
M: stewart@mysql.com
S: Supported
Management API
SRC: src/mgmapi/
P: Stewart Smith
M: stewart@mysql.com
S: Supported
NDB API Examples
SRC: ndbapi-examples/
P: Tomas Ulin
M: tomas@mysql.com
C: Originally by Lars
P: Lars Thalmann
M: lars@mysql.com
S: Maintained
NDB API NdbRecord Examples
SRC: ndbapi-examples/
P: Kristian Nielsen
M: knielsen@mysql.com
S: Maintained
tsman
C: Disk Data (Table Space MANager)
SRC: src/kernel/blocks/tsman.cpp
SRC: src/kernel/blocks/tsman.hpp
P: Jonas Oreland
M: jonas@mysql.com
S: Supported
lgman
C: Disk Data (LoG MANager)
SRC: src/kernel/blocks/lgman.cpp
SRC: src/kernel/blocks/lgman.hpp
P: Jonas Oreland
M: jonas@mysql.com
S: Supported
pgman
C: Disk Data (PaGe MANager)
SRC: src/kernel/blocks/lgman.cpp
SRC: src/kernel/blocks/lgman.hpp
P: Jonas Oreland
M: jonas@mysql.com
S: Supported
SUMA
C: SUbscription MAnager
C: Used for replication
SRC: src/kernel/blocks/suma/
P: Tomas Ulin
P: tomas@mysql.com
P: Jonas Oreland
P: jonas@mysql.com
S: Supported
TRIX
C: TRiggers and IndeXs (but only online Index build)
SRC: src/kernel/blocks/trix
P: Martin Skold
P: mskold@mysql.com
S: Supported
QMGR
C: Cluster (with a Q) ManaGeR
C: Heartbeats etc
SRC: src/kernel/blocks/qmgr
S: Supported
NDBFS
C: NDB FileSystem
C: File System abstraction
SRC: src/kernel/blocks/ndbfs
S: Supported
TRIX
C: TRiggers and IndeXs (but only online Index build)
SRC: src/kernel/blocks/trix
S: Supported
TRIX
C: TRiggers and IndeXs (but only online Index build)
SRC: src/kernel/blocks/trix
S: Supported
|