Commit graph

58 commits

Author SHA1 Message Date
joreland@mysql.com
5fe332db5e merge 2004-12-16 22:42:27 +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
joreland@mysql.com
9a937a3b22 ndb - Fixed bitfields of upto 31 bits 2004-12-08 17:58:00 +01:00
joreland@mysql.com
eda8685471 ndb - Test program for new bitmask functions 2004-12-07 20:58:46 +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
joreland@mysql.com
047a3d1258 merge 2004-11-25 14:33:33 +01: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
26bd793133 merge 2004-11-15 11:21:21 +01:00
joreland@mysql.com
4f2ba8e9f9 wl1744 - ndb win-port 2004-11-11 21:38:42 +01:00
joreland@mysql.com
58ecd9a5cf merge 2004-11-11 10:45:45 +01:00
joreland@mysql.com
b2ff852c62 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/wl1744
2004-11-10 21:53:21 +01:00
joreland@mysql.com
432c12de86 wl1744 - fix compiler problems 2004-11-10 00:13:26 +01:00
tomas@poseidon.ndb.mysql.com
761bee8647 added management function to purge stale sessions in the management server 2004-11-09 19:39:29 +00:00
tomas@poseidon.ndb.mysql.com
41e39c7be3 aligned ndb versioning with mysql
changed define SNPRINTF_RETURN_ZERO to SNPRINTF_RETURN_TRUNC
    added define NDB_INIT
    removed getarg, strlcat, strlcpy
    aligned ndb version with mysql version
    cpcd: removed old way of reading config file and replaced with mysql load_defaults
    changed from using getarg to my_getopts
    use mysql my_progname
    moved getarg to test
2004-11-01 13:55:43 +00:00
joreland@mysql.com
5374ac8f35 wl1540, 1802
Index scan/lookup (only scan specific fragment)
2004-10-31 22:21:51 +01:00
tomas@poseidon.ndb.mysql.com
ee1acdf0e0 compilation fix for AIX 2004-10-26 09:48:01 +00:00
tomas@poseidon.ndb.mysql.com
6e10fe2519 changed to call internal snprintf/vsnprintf 2004-10-21 19:02:01 +00:00
tomas@poseidon.ndb.mysql.com
8224ef80e4 some platforms provide posix snprintf via special defined, these defines however cause problems elsewhere
so this is a way to only have to do this define in one file
2004-10-21 16:26:53 +00:00
pekka@mysql.com
abf1b8fbc3 NDB compile fix sol9x86 2004-10-12 14:07:41 +02:00
tomas@poseidon.ndb.mysql.com
c7cadf6575 addes auto pointer class for using with my_ functions
switch to using my_ for heap allocations
2004-10-04 06:58:33 +00:00
pekka@mysql.com
e274047c24 Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/space/pekka/ndb/version/my41-cc
2004-09-17 14:18:32 +02:00
pekka@mysql.com
d02998e20f ndb charsets (wl-1732) final part: use strxfrm + strcoll 2004-09-17 14:09:21 +02:00
tomas@poseidon.ndb.mysql.com
f5e6f23343 made tryBind static
using tryBind instead to determine if we're "config host" is "local"
2004-09-17 10:05:42 +00:00
pekka@mysql.com
82c0e3b478 ndb charsets: metadata in TUP, TUX 2004-09-16 12:57:15 +02:00
pekka@mysql.com
0caba84b46 ndb charsets: DICT 2004-09-15 17:44:13 +02:00
pekka@mysql.com
75586fe45d tux optim 14 - use pointers to cmp functions 2004-08-27 13:57:51 +02:00
tomas@poseidon.(none)
57c12e0fd3 enables case insensitivity in ndb config file 2004-08-24 19:07:09 +00:00
tomas@poseidon.(none)
b4c8431c18 fix compile error on some platforms 2004-08-20 16:04:06 +00:00
tomas@poseidon.(none)
f9337ba947 Some platfom compile/build fixes for ndb 2004-08-19 08:24:27 +00:00
joreland@mysql.com
6f92147258 Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/ll
2004-08-08 20:58:57 +02:00
joreland@mysql.com
86d2906be5 Initial support for updating configuration "on the fly"
Only updates values mgmsrv's on main memory
to be used in test prg's
2004-08-05 16:21:33 +02:00
mysqldev@o2k.irixworld.net
7786fce2fd Compile fixes for irix 2004-08-03 17:16:57 +02:00
joreland@mysql.com
20c86363f5 Merge 4.1 with jonas irix clone 2004-08-03 14:16:16 +02:00
pekka@mysql.com
4312a79132 Bitmask.hpp:
compile fix for gcc-3.4.x
2004-07-31 15:53:27 +02:00
pekka@mysql.com
8c0ec12baf NdbSqlUtil.cpp, NdbSqlUtil.hpp:
add NdbSqlUtil::cmp for missing datatypes
2004-07-27 10:31:10 +02:00
pekka@mysql.com
e38792a638 ha_ndb blobs 2004-07-22 12:33:14 +02:00
joreland@mysql.com
f16e5a0afa Removed some macros
and moved some code.
Improve portability
2004-07-09 10:00:09 +02:00
joreland@mysql.com
27fc980e79 Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-07-06 10:20:52 +02:00
mysqldev@melody.local
c29cd379d7 BUG#4384 2004-07-05 07:52:20 +02:00
tomas@poseidon.bredbandsbolaget.se
e80c66b063 wl 1748 2004-06-23 23:53:48 +00:00
tomas@poseidon.bredbandsbolaget.se
efa105bca7 WL 1748 2004-06-23 00:48:07 +00:00
tomas@poseidon.bredbandsbolaget.se
48a47a0ea6 Tru64 fixes 2004-06-17 17:38:05 +00:00
tomas@poseidon.bredbandsbolaget.se
5f0e117a08 removed warnings on Tru64 2004-06-17 17:32:03 +00:00
pekka@mysql.com
c15a866f6c merged ndb api blobs 2004-06-10 14:02:30 +02:00
tomas@poseidon.ndb.mysql.com
d3543b7a6a removed myVector from ndb restore 2004-06-10 12:01:47 +00:00
pekka@mysql.com
699793ec95 ndb api blobs 2004-06-10 12:04:30 +02:00
joreland@mysql.com
55e78a48b1 Added file(s) 2004-05-26 11:49:12 +02:00