tomas@poseidon.ndb.mysql.com
9432143bee
ndb: added some missing error codes to mgmapi
...
ndb: ndb_waiter disconnect/reconnect on get status error
2006-05-17 00:22:43 +02:00
pekka@mysql.com
5c0012cb98
ndb - bug#19201 (4.1), see comment in NdbBlob.cpp
2006-05-02 14:33:55 +02:00
kent@mysql.com
a0a4381ebf
Makefile.am:
...
Use "dist_bin_SCRIPTS" to get a script distributed
2006-03-29 22:33:27 +02:00
kent@mysql.com
e5ec09e888
Makefile.am:
...
Install "ndb_size.pl" script and template, bug#18421
2006-03-29 14:07:13 +02:00
jonas@perch.ndb.mysql.com
f835cc6a54
ndb -
...
Add per partition info (optionally to ndb_desc)
2006-03-22 15:06:44 +01:00
pekka@mysql.com
8ed86030b4
ndb - bug#16693 (4.1) test + workaround, analyze later
2006-02-05 22:12:06 +01:00
stewart@mysql.com
95e29a975a
small typo fixes
2006-01-19 22:50:54 +11:00
stewart@mysql.com
1e630458f7
New tool to collate all information to form a good error report for NDB.
...
It will copy from each node the logs and trace dumps (if any) and create
a tarball. Having this tarball attached to a bug report greatly helps
troubleshooting and avoids user error.
It will (optionally) also get the filesystem.
2005-12-07 11:11:59 +01:00
stewart@mysql.com
416cd04a51
ndb_size.pl:
...
fix incorrect quoting of column name
2005-11-29 14:55:26 +01:00
stewart@mysql.com
87e98c8706
WL#2779 ndb_size.pl
...
Add display of minimum requirements for various cluster parameters
e.g. DataMemory, IndexMemory, MaxNoOfTables, MaxNoOfAttributes etc
and the memory usage because of them.
2005-11-16 19:47:03 +11:00
stewart@mysql.com
d9ef452289
WL#2779 ndb_size.pl
...
fix some small bugs, slightly improve output, add --help
2005-11-16 18:26:30 +11:00
jonas@perch.ndb.mysql.com
6169d529e5
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
2005-09-30 12:25:46 +02:00
jonas@perch.ndb.mysql.com
bb70442366
ndb_config
...
Check returnvalue on load/fetch configuration
2005-09-30 12:22:00 +02:00
jonas@perch.ndb.mysql.com
a30faa3b34
ndb -
...
add support for reading config.ini from ndb_config
(as alternative to contacting ndb_mgmd)
2005-09-30 11:39:49 +02:00
stewart@mysql.com
b4043e31a0
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/wl2779
...
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
2005-09-29 16:55:28 +10:00
jonas@eel.(none)
e899d41169
ndb
...
impl support for querying resource usage in ndb api
to help track down mem leaks
2005-09-16 11:26:34 +02:00
stewart@mysql.com
8bb1af7aef
WL#2779 ndb_size.pl
...
Bug reported by Adam Dixon - table name needs quoting.
2005-09-14 16:28:19 +10:00
stewart@mysql.com
ff640a0fb4
W#2776 Utility for calculating storage requirements for NDB
...
Initial ndb_size.pl
Connects to an existing MySQL database and produces a XHTML document containing
an estimation of storage requirements.
2005-09-12 15:54:23 +10:00
tulin@dl145b.mysql.com
d5d360b180
added --core-file option to ndb executables
...
added parseable printout in ndb_restore
2005-09-05 16:33:40 +02:00
kent@mysql.com
fd4880814c
Makefile.am:
...
config.cpp => ndb_config.cpp, solves link problems on case insensitive OS
ndb_config.cpp:
Rename: ndb/tools/config.cpp -> ndb/tools/ndb_config.cpp
2005-08-11 13:47:24 +02:00
lenz@mysql.com
6893e5969a
Portability fixes:
...
- Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c
and ndb/src/common/portlib/NdbThread.c
- portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in
ndb/tools/config.cpp
2005-08-03 13:46:38 +02:00
joreland@mysql.com
ca6eb7c70a
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-25 13:48:34 +02:00
joreland@mysql.com
0cd9e2e269
fix compile error
2005-07-25 13:47:40 +02:00
joreland@mysql.com
7040b3277a
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-25 12:42:32 +02:00
joreland@mysql.com
5490cdfb24
Add tool to extract config info from ndb_mgmd
2005-07-23 12:06:02 +02:00
joreland@mysql.com
07aab2139b
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-push
2005-07-20 13:32:20 +02:00
joreland@mysql.com
9f707b6734
bug#11942
2005-07-20 11:48:48 +02:00
tomas@poseidon.ndb.mysql.com
9be420ee10
stilled mem leak in usage on getVersionString
...
added __LINE__ so systemErrorLab for better error printout
2005-07-14 18:02:33 +02:00
joreland@mysql.com
2d64907d12
bug#10294 - ndb restore with #concurrent transactions < parallelism
...
Enable retry on startTransaction
2005-06-13 09:09:50 +02:00
joreland@mysql.com
dc78a77206
bug#11166 - ndb
...
Fix potential inconsistency when running ndb_restore due to faulty parsing
of backup log wrt inserts
2005-06-08 16:48:57 +02:00
pekka@mysql.com
114b421c8b
ndb - csc#4847 release scan op early to save memory
2005-04-05 13:14:03 +02:00
pekka@mysql.com
7c9a155c4a
ndb - fix old decimal type mysql vs ndb
2005-02-16 12:45:59 +01:00
tomas@poseidon.ndb.mysql.com
732d1a5e81
Bug#8167 signal usage clash between mysql server and ndb shared memory
...
added shared memory config parameter, signum for use in signalling
added global variable for holdign signum to be used for shared memory connection
only fiddle with signals if it is set
simplified common ndb client option handling
2005-01-28 00:42:41 +01:00
tomas@poseidon.ndb.mysql.com
e38381f241
backported from 5.0 extra option to ndb_waiter
2005-01-23 12:12:50 +01:00
tomas@poseidon.ndb.mysql.com
beffd06278
Bug#7937
2005-01-17 12:29:43 +01:00
pekka@mysql.com
50c3a883b2
ndb - wl-1442 fix Time ordering
2005-01-08 19:28:44 +01:00
pekka@mysql.com
0462ccfe3c
ndb - wl-1442 fix Date ordering
2005-01-08 16:57:51 +01:00
tomas@poseidon.ndb.mysql.com
7b47be8990
added config parameter Group on connection
...
moved NdbWaiter, m_ndb_cluster_connection, to impl class
moved node selection things to cluster connection
moved all private things to impl class
added opts for shared memory and node selection
changed opts handling somewhat; introduced enum for options and common handling of option variables
added checks for transporter support
automatic addition of shared mem transporters
moved wait_until_ready code to cluster connection
added control of usage of new node selection method
2004-12-20 12:36:14 +01:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
joreland@mysql.com
1f55f7784d
bug#7379 & bug#7346 - ndb_restore
2004-12-17 10:27:58 +01:00
joreland@mysql.com
dc3d133057
merge
2004-12-16 21:55:50 +01:00
konstantin@mysql.com
ba69a5b7e8
Making 4.1 tree compile with -ansi -pedantic
2004-12-16 16:16:28 +03:00
joreland@mysql.com
c3db04f6a4
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-12-09 14:04:27 +01:00
joreland@mysql.com
4614cdfad9
bug#6995 - fixed so that ndb_restore 4.1.8 can read files
...
created by 4.1.7 as bugfix changed binary format
2004-12-09 13:36:23 +01:00
joreland@mysql.com
0ab8c723fa
bug#6995 - ndb
...
don't store keys in normalized form
instead save everythings as normal attributes
2004-12-09 11:29:17 +01:00
joreland@mysql.com
50e15affff
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/wl1744
2004-12-06 14:52:31 +01:00
tomas@poseidon.ndb.mysql.com
aec0b4e4d7
fixed error in test result
...
added extra calls to retrieve connectstring used
reengineered connect somewhat to make retries etc explicit
2004-11-30 17:47:47 +00:00
tomas@poseidon.ndb.mysql.com
45341b920a
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-mysqladmin
2004-11-22 11:07:52 +00:00
tomas@poseidon.ndb.mysql.com
c23b521e2f
aligned connect string option on all cluster executables, --ndb-connectstring is now supported by all
...
enabled new section in my.cnf [mysql_cluster], which is read by all executables, where connect string can be put for all cluster executables
2004-11-22 08:06:39 +00:00
joreland@mysql.com
d35fe3e606
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-fix
2004-11-22 07:52:42 +01:00