Commit graph

102 commits

Author SHA1 Message Date
joreland@mysql.com
8f2d0ec1a1 merge 2004-12-31 06:36:32 +01:00
monty@mysql.com
d71c030587 After merge fixes 2004-12-31 00:44:00 +02:00
tomas@poseidon.ndb.mysql.com
89c037b2a9 backwards compatible name change NdbConnectionto NdbTransaction
removed friend declarations from doxygen
updated some documentation in mgmapi
2004-12-23 11:21:01 +01:00
monty@mishka.local
4f4bbfc279 Merge with 4.1 2004-12-22 13:54:39 +02: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
580238e734 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-12-17 11:22:27 +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
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
pekka@mysql.com
b2f164b4b4 ndb: wl-1893: range scanning backwards, ndb kernel 2004-12-17 10:20:18 +01:00
joreland@mysql.com
5fe332db5e merge 2004-12-16 22:42:27 +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
4115519537 Merge 2004-12-15 13:12:54 +01:00
joreland@mysql.com
ff294177dc wl2240 - ndb - scan only 1 fragment if possible 2004-12-15 12:17:29 +01:00
joreland@mysql.com
11234eccb5 wl2240 - ndb partitioning, bug fixes 2004-12-15 09:11:33 +01:00
pekka@mysql.com
38ffc7d6db Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/space/pekka/ndb/version/my50-cc
2004-12-13 11:17:55 +01:00
pekka@mysql.com
31d8a89407 ndb: wl-1732 support all charsets 2004-12-12 18:37:36 +01:00
joreland@mysql.com
408097f543 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-12 10:10:59 +01:00
guilhem@mysql.com
1cbc904c59 Changing the default of libmysqlclient : it's now NO reconnection.
All our programs which use mysql_real_connect() and mysql_connect() are updated accordingly, though I have deliberately
made mysqlimport not reconnect anymore (already true for mysqldump >= 4.1.8).
All Connector devs have been warned about the change I'm doing here - which was agreed with Monty,
and fixes BUG#2555.
2004-12-09 14:44:10 +01:00
joreland@mysql.com
a45702c3b0 Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-09 14:19:14 +01: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
20fa339cb1 wl2126 - ndb - fix last unhandled part of read_multi_range
reading sorted multi_range with several range-scans
2004-12-07 15:15:49 +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
joreland@mysql.com
df14eda793 Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/wl2077
2004-11-21 22:18:09 +01:00
joreland@mysql.com
4d43c10f3b wl2077 - ndb close scan - fix introduced bugs wrt premature close of scan 2004-11-21 22:15:44 +01:00
tomas@poseidon.ndb.mysql.com
0de3a28048 Merge tulin@bk-internal.mysql.com:/tmp/my4.1-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-mysqladmin
2004-11-19 14:25:59 +00:00
joreland@mysql.com
4dead3b68d Merge joreland@bk-internal.mysql.com:/tmp/my4.1-ndb
into mysql.com:/home/jonas/src/wl2077
2004-11-19 13:35:14 +01:00
tomas@poseidon.ndb.mysql.com
bcd7f9a907 Merge 2004-11-18 22:06:51 +00:00
tomas@poseidon.ndb.mysql.com
554ae2336e change file name to avoid conflict
corrected mistake in previous patch
2004-11-18 21:42:25 +00:00
tomas@poseidon.ndb.mysql.com
21e8a09056 bug#6677 bug#6684 2004-11-18 21:15:18 +00:00
joreland@mysql.com
ffad3d6b7a Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/wl2077
2004-11-18 20:56:56 +01:00
joreland@mysql.com
5e0d7711c2 wl2077 moved inline to .hpp file 2004-11-18 20:54:35 +01:00
tomas@poseidon.ndb.mysql.com
b444c28e2a bug#6684, error messages id wrong settings 2004-11-18 19:07:14 +00:00
tomas@poseidon.ndb.mysql.com
7ec0239162 changed mysqladmin.c to mysqladmin.cc
no need for dvlags to have DEFINE_CXA_PURE_VIRTUAL anymore
    aligned the parsing of connectstring, retries for connect, allocation of nodeid for all cluster nodes
    removed all dependencies of LocalConfig, except for mgmapi internals
    enabled multiple management servrs to fetch data configurations from eachother
2004-11-18 18:38:38 +00:00
joreland@mysql.com
6b2b1b8e81 merge 2004-11-16 07:22:30 +01:00
joreland@mysql.com
0dec6c9bb3 wl1744 - ndb on windows 2004-11-16 07:20:30 +01:00
tomas@poseidon.ndb.mysql.com
a2177a2f35 always let traffic through to api cluster manager in transporter
print some info event on api connects with wrong versions
2004-11-15 12:20:05 +00: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
joreland@mysql.com
37e92ab27a Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/wl1744
2004-11-11 22:02:17 +01:00
tomas@poseidon.ndb.mysql.com
09ee973411 ndb_test_platform.cpp:
better printouts in ndb_test_platform
2004-11-11 16:51:38 +00:00
tomas@poseidon.ndb.mysql.com
37d1b4ecd5 waiter.cpp:
fixed so that connectring option works
2004-11-11 16:38:15 +00:00
joreland@mysql.com
32796b4860 wl1744 - ndb on windows
Add rules for creating dsp-files
2004-11-10 00:03:01 +01:00
tomas@poseidon.ndb.mysql.com
17de85dfa6 added ndb test platform test 2004-11-08 13:33:10 +00:00