kent@mysql.com/kent-amd64.(none)
226a5c833f
Many files:
...
Changed header to GPL version 2 only
2006-12-23 20:17:15 +01:00
dli@dev3-76.dev.cn.tlan
cdf20b96f5
Merge dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-4.1/mysql-4.1-bug-19651
...
into dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-19651
2006-09-28 20:06:18 +08:00
dli@dev3-76.dev.cn.tlan
192c01e164
fix for bug#19651, if temporary error occured while retoring, report it in the restore result.
2006-09-26 11:03:11 +08:00
tomas@poseidon.ndb.mysql.com
4199719438
Bug #20820 auto inc table not handled correctly when restored from cluster backup
2006-07-06 18:50:44 +02:00
tomas@poseidon.ndb.mysql.com
95447f9d1a
Bug #19852 Restoring backup made from cluster with full data memory fails
...
- make sure to allocate just enough pages in the fragments by using the actual
row count from the backup, to avoid over allocation of pages to fragments, and
thus avoid the bug
2006-06-27 10:02:58 +02:00
pekka@mysql.com
54963c2e52
ndb - bug#14509 [related] re-do auto-incr error handling
2006-05-17 12:40:10 +02:00
pekka@mysql.com
dd58dd51a1
ndb - bug#14509 [related] setAutoIncrement: add error handling
2006-05-16 12:58:41 +02:00
tomas@poseidon.ndb.mysql.com
4f449e4f22
ndb:
...
add optional reporting of of a "name" tied to a nodeid in the cluster log
reporting added for mysql server and ndb_restore
2006-02-13 12:58:12 +01:00
jonas@perch.ndb.mysql.com
63ebbf217d
ndb - bug#13512
...
core dump on no free node id
2005-09-28 11:58:34 +02:00
msvensson@neptunus.(none)
ef6d75d032
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-09-05 22:49:36 +02: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
joreland@mysql.com
9b71605d6c
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-13 09:11:53 +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
7bcc81c87b
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-06-08 16:55:06 +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
tomas@poseidon.ndb.mysql.com
79fb236b0a
changed to using NdbTransaction scoped enums
...
and removed usage of Ndb::waitUntilReady()
2005-01-05 17:59:24 +01:00
tomas@poseidon.ndb.mysql.com
b44738826a
changed NdbConnection to NdbTransaction
2005-01-04 08:30:48 +01:00
joreland@mysql.com
9dac644fc9
ndb - removed deprecated Ndb constructor
2005-01-01 19:25:31 +01:00
joreland@mysql.com
d8df85c78d
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-17 11:21:08 +01:00
joreland@mysql.com
1f55f7784d
bug#7379 & bug#7346 - ndb_restore
2004-12-17 10:27:58 +01:00
joreland@mysql.com
ff294177dc
wl2240 - ndb - scan only 1 fragment if possible
2004-12-15 12:17:29 +01:00
tomas@poseidon.ndb.mysql.com
0d55af3f0e
moved ndb_restore together with rest of the ndb tools
...
kernel includes needed by ndb_restore
changed link order
moved LocalConfig to mgmapi
Moved NdbConfig to Portlib
mgmapi to use LocalConfig for connectstring parsing instead of it's own
enable usage of "NULL" connectstring for default
new ndbmgmclient lib that can be used by e.g. mysqladmin later
LocalConfig no longer needed here, now in mgmapi
Send connectstring to mgmapi instead
added valid connectstring to be with only host without port i.e.
valid connectstring =host1,host2,host3
default port will be added
2004-11-14 11:02:06 +00:00