monty@mysql.com
7cf8285b3f
After merge fixes
...
Add support for warnings for prepare of prepared statements
Fixed test to work with --ps-protocol
Fixed some test results
2005-01-04 13:46:53 +02:00
joreland@mysql.com
c2f648508e
merge error
2005-01-03 22:58:29 +01:00
joreland@mysql.com
14b66b19e4
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-03 20:12:07 +01:00
joreland@mysql.com
18920d4831
bug#7626 - post review version
2005-01-03 20:10:23 +01:00
joreland@mysql.com
ce57f0156d
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-03 19:44:29 +01:00
joreland@mysql.com
7d0d191999
bug#7626 - ndb UintPtr handling
2005-01-03 19:39:09 +01:00
joreland@mysql.com
5278560bc3
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-03 19:09:10 +01:00
joreland@mysql.com
bd597f54d5
bug#7626 - ndb - non portable uint_ptr
2005-01-03 19:08:27 +01:00
tomas@poseidon.ndb.mysql.com
a4843c63e3
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
2005-01-01 22:51:24 +01:00
serg@sergbook.mysql.com
a04fc26c54
manually merged
2004-12-31 15:26:24 +01:00
joreland@mysql.com
dd32940b50
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-12-31 06:14:18 +01:00
tomas@poseidon.ndb.mysql.com
263832da65
fixed so that last repeats are printed first with correct time if another message comes
...
decided for fixed size buffers in LogHandler repeated messages
2004-12-22 22:47:56 +01:00
tomas@poseidon.ndb.mysql.com
e9c0a17cf2
added handling of repeated messages
2004-12-22 18:27:07 +01:00
tomas@poseidon.ndb.mysql.com
09dccee098
changed name of g_eventLogger so it can be used in TransporterRegistry and is the same as in the kernel
2004-12-22 16:29:01 +01:00
monty@mishka.local
4f4bbfc279
Merge with 4.1
2004-12-22 13:54:39 +02:00
tomas@poseidon.ndb.mysql.com
78ce178559
added configuration hostnames to SHM config struct
...
use configured hostnames for SHM transporter setup
2004-12-22 07:20:01 +01:00
tomas@poseidon.ndb.mysql.com
be131ce8d2
small fixes in documentation
2004-12-21 17:16:39 +01:00
tomas@poseidon.ndb.mysql.com
6c9dcae992
NdbApi.hpp:
...
NdbApi.hpp to include ndb_inti.h and ndb_cluster_connecion.hpp
2004-12-21 15:57:36 +01:00
tomas@poseidon.ndb.mysql.com
af30206907
Updated docs
2004-12-21 13:21:59 +01:00
tomas@poseidon.ndb.mysql.com
490f2fbab1
added ndb_init.h to distribution
...
added missing copyright text
moved ndb_init things to separate header file
removed ndb_global include
documented cluster connection class
moved internal constants to NdbImpl.hpp class
changed wait_until_ready behaviour somewhat
2004-12-21 10:37:12 +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
5712bc55dc
merge
2004-12-17 11:11:04 +01:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
tomas@poseidon.ndb.mysql.com
2d6abb1f86
moved some Ndb member variables to NdbImpl class
...
removed theCurrentConnectCounter
optimized the_release_ind by using pos[0] to indicate that there is something there
smaller storage of theDBNodes array by using Uint8
set the_relase_ind array to Uint32 to avoid possible parallell thread usage errors
2004-12-17 09:55:23 +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
50d6b23cad
ndb - fix protection wrt shm
2004-12-14 08:26:53 +01:00
joreland@mysql.com
334bb337ed
ndb - shm transporter benchmark result
2004-12-14 08:10:22 +01:00
tomas@poseidon.ndb.mysql.com
4b6a752180
bug #7230
...
+ fixed testcase
2004-12-13 11:45:45 +01:00
tomas@poseidon.ndb.mysql.com
afa5a6a7bf
fix bug#7193
...
added start backup parameter to enable setting wait state
and set different timeouts depending on waitstate
moved listen of backup event out of backup and into separete thread
thread created at connect() and destroyed at disconnect()
added start backup command options "nowait" "wait completed" "wait started"
fixed log level settings
2004-12-13 00:48:06 +01:00
joreland@mysql.com
3d2e560562
ndb - bitfields - more tests, now passes all api tests!!
2004-12-10 16:15:36 +01:00
joreland@mysql.com
d19a42d8ea
ndb - Fix printout/bugs for bit column
2004-12-09 16:19:24 +01:00
joreland@mysql.com
9a937a3b22
ndb - Fixed bitfields of upto 31 bits
2004-12-08 17:58:00 +01:00
tomas@poseidon.ndb.mysql.com
c2c618332e
bug #7104
...
+ some extra debug printouts
2004-12-08 14:24:59 +00:00
joreland@mysql.com
eda8685471
ndb - Test program for new bitmask functions
2004-12-07 20:58:46 +01:00
tomas@poseidon.ndb.mysql.com
cd83373141
added returntype BaseString& for ndb_upper and ndb_lower instead of void
...
uppercase printout
2004-12-07 15:39:46 +00:00
tomas@poseidon.ndb.mysql.com
5ede4c653a
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
2004-12-07 15:23:31 +00:00
mskold@mysql.com
885a9d6ef5
Removed getTableForAlteration
2004-12-07 10:27:22 +01:00
tomas@poseidon.ndb.mysql.com
2677c34b82
fixed clusterlog "filter" command
2004-12-07 09:11:50 +00: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
mskold@mysql.com
3791170159
Fix for bug#6935 table rename does not work with ndb tables
2004-12-06 14:51:10 +01:00
joreland@mysql.com
255cf71a63
ndb - Use BitmaskImpl in TUP (in BitField operations)
2004-12-06 12:31:17 +01:00
joreland@mysql.com
b2987e0a40
Add general n-bitfields to ndb storage engine
2004-12-05 19:48:15 +01:00
brian@avenger.(none)
b85f4677d5
Merge for Matt for Innodb bug.
2004-11-30 10:10:40 -08: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
e5d03d1b7c
added check connection mgmapi method
...
added ndb_mgm_check_connection when error is printed
2004-11-30 12:02:53 +00:00
tomas@poseidon.ndb.mysql.com
08a84bebaf
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
2004-11-29 15:19:08 +00:00
tomas@poseidon.ndb.mysql.com
b11f3feb53
aligned backup errorcodes with rest of ndb error codes giving it range from 1300
...
added new error type "configuration or application error"
Added check if backup is issued during diskless mode, backup refuse returned
added possibility to get error code as a result from management client
addded possibility to set connecstring with CONNECT command
changed to use strcasecmp instead of strcmp
added possibility to run one command on cammand client to ndb_mgm and get an errorcode of command fails
made thread safe veriosn of getErrorText in management server
aligned backup errorcodes with rest of ndb error codes giving it range from 1300
print error message from regular ndberror struct
added new arrer type "cofiguration or application error"
commented on allocaded ranges for errors
2004-11-29 15:14:43 +00:00
joreland@mysql.com
2aa77fdaae
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-11-29 09:28:23 +01:00
joreland@mysql.com
208050f63f
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-11-29 09:17:45 +01:00