pekka@mysql.com
338f75a49d
ndb - fix new decimal type mysql vs. ndb
2005-02-16 21:19:42 +01:00
pekka@mysql.com
c177f9fc4a
Merge
2005-02-16 13:14:21 +01:00
pekka@mysql.com
7c9a155c4a
ndb - fix old decimal type mysql vs ndb
2005-02-16 12:45:59 +01:00
pekka@mysql.com
8480b22122
Merge
2005-01-27 18:41:23 +01:00
pekka@mysql.com
5cbadf4358
ndb - make YEAR and TIMESTAMP into ndb types
2005-01-27 17:33:35 +01:00
joreland@mysql.com
d624de5c98
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2005-01-19 18:35:41 +01:00
joreland@mysql.com
7f6f5fdcee
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-5.0
2005-01-19 10:07:14 +01:00
joreland@mysql.com
9fa613b676
bug#7777 - ndb compile on qnx
...
remove usage of compiler supplied <new> and instead
impl. own inlined placement new
2005-01-19 09:15:34 +01:00
tomas@poseidon.ndb.mysql.com
3a75159a03
Bug#7626
2005-01-13 23:26:59 +01:00
tomas@poseidon.ndb.mysql.com
9f606fcfd8
To get correct values in SHOW TABLE STATUS
...
Added pseudo column fragment memory
changed ndb_get_table_statistics to take struct
and read row_size and fragment_memory
2005-01-13 18:24:19 +01:00
tomas@poseidon.ndb.mysql.com
db19e047d5
added som signal printout functions
...
search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed
not necessarily the same starts and stops...
+error corrected in ref signal
added print of error codes + more correct error handling of event errors
+ added goto instead of erroneous break to fix bug#7627
2005-01-12 22:09:43 +01:00
tomas@poseidon.ndb.mysql.com
3f7c13d501
change to using public enum for log events
2005-01-11 23:25:45 +01:00
joreland@mysql.com
c003577ba5
wl2240 - ndb partitioning
...
1) Fix startTransaction with hint
2) Ship fragment data to API to make better guess
3) Expose both primary & backup replicas
To (in the future) be even more clever on choosing nodes for
transactions/operations
2005-01-10 14:40:54 +01:00
tomas@poseidon.ndb.mysql.com
06216f6a73
updated ndb_mgm test
...
removed grep event and added congestion event
more docs
changed some naming, expecially regarding severities
added config param for logevel for congestion
2005-01-09 23:02:06 +01:00
pekka@mysql.com
51adbae299
Merge
2005-01-09 00:45:06 +01:00
pekka@mysql.com
fe906b4777
ndb - wl-1442 4.1->5.0 merge fixes
2005-01-08 23:24:25 +01:00
pekka@mysql.com
195f7bda02
Merge
2005-01-08 22:34:16 +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
pekka@mysql.com
f3103c489c
ndb - wl-1442 new varchar
2005-01-07 11:55:20 +01:00
tomas@poseidon.ndb.mysql.com
f105070eff
added classification "schema object already exists"
2005-01-07 10:48:13 +01:00
tomas@poseidon.ndb.mysql.com
e9a43dda06
updated event example to make use of new NdbError member in NdbEventOperation
...
added my_pthread_init to get dbug print correct in Hugo
added define for event error code
2005-01-06 21:13:04 +01:00
tomas@poseidon.ndb.mysql.com
45738d53ea
ndbapi event code cleanup
...
+ some more docs on event
2005-01-05 21:22:37 +01:00
joreland@mysql.com
8f2d0ec1a1
merge
2004-12-31 06:36:32 +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
pekka@mysql.com
933a545ec6
ndb: wl-1442 mysql vs ndb datatypes: prepare
2004-12-26 22:40:42 +01: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
joreland@mysql.com
bf2cdc7520
bug#7466 - ndb - bitfields of size 0 is unsupported
2004-12-22 06:19:19 +01:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
pekka@mysql.com
b2f164b4b4
ndb: wl-1893: range scanning backwards, ndb kernel
2004-12-17 10:20:18 +01:00
pekka@mysql.com
4ef4272e2c
ndb: small fixes (error codes, debug stuff)
2004-12-17 09:01:54 +01:00
joreland@mysql.com
5fe332db5e
merge
2004-12-16 22:42:27 +01:00
joreland@mysql.com
0bfca43490
wl2240 - fix handling of distribution key wrt unique indexes
2004-12-16 21:47:37 +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
b439d7f134
wl2240 - ndb partitioning,
...
fix scan take over
2004-12-14 10:58:29 +01:00
pekka@mysql.com
31d8a89407
ndb: wl-1732 support all charsets
2004-12-12 18:37:36 +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
tomas@poseidon.ndb.mysql.com
c2c618332e
bug #7104
...
+ some extra debug printouts
2004-12-08 14:24:59 +00:00
joreland@mysql.com
cd79b299a6
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/wl2126
2004-12-07 08:39:59 +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
joreland@mysql.com
a16633a2fb
Merge mysql.com:/home/jonas/src/mysql-5.0
...
into mysql.com:/home/jonas/src/wl2126
2004-12-06 09:29:36 +01:00
joreland@mysql.com
ac9f30df68
wl2126 - ndb - set correct found_p using new pseudo column NDB$RANGE_NO
2004-12-06 09:05:30 +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
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
d22ab3f7b3
wl2126 ndb read_multi_range - bugfixes + more tests
2004-11-29 13:50:13 +01:00
joreland@mysql.com
83434d3529
wl2126 - ndb - add support for batching range scans
...
1) removed acc keyinfo
2) introduce handling of multiple bounds
2004-11-23 22:08:47 +01:00