bar@mysql.com
d45e954801
configure.in:
...
Add SJIS version of Japanese error messages.
Windows version should include this new file,
instead of the EUC-JP version.
2005-01-20 12:39:46 +04:00
joreland@mysql.com
b0b8f9115a
bug#7693 - ndb
...
when using shm transporter, set sigmask on each thread using pthread_sigmask
2005-01-19 07:23:20 +01:00
konstantin@mysql.com
9fa2bb096c
Fix 'make distclean' goal.
2005-01-18 16:23:10 +03:00
tomas@poseidon.ndb.mysql.com
8830ec9a1d
bumped up ndb version
...
compatible with 4.1.9
2005-01-14 16:14:50 +01:00
lenz@mysql.com
b531a5e212
- bumped up the version number in configure.in from 4.1.9 to 4.1.10
...
- tagged ChangeSet 1.2207 as "mysql-4.1.9"
2005-01-13 14:57:51 +01:00
joreland@mysql.com
7829053491
bug#7690 - ndb startup with shm, use sigaction to escape SA_RESETHAND
2005-01-07 11:47:01 +01:00
joerg@mysql.com
df1c8a1f2e
Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1
2004-12-30 16:44:50 +01:00
joerg@mysql.com
8311f83f06
Clean up the handling of "server" and "client" directories, while still avoiding the double listing of
...
common directories in 'SUBDIRS' macro ("make distclean" had failed due to that).
Solves bug#7368: "regex make error in 4.1.8"
2004-12-30 14:03:19 +01:00
lenz@mysql.com
9682485c1e
- make sure that MYSQL_VERSION_ID created by "configure" does not contain any
...
non-numerical characters (if $VERSION was e.g. "4.1.8a", $MYSQL_VERSION_ID
resulted in "40108a", which broke the build as MYSQL_VERSION_ID must be
numerical)
2004-12-27 18:15:32 +01:00
mwagner@here.mwagner.org
f3fc9a2dda
configure.in:
...
Increment from 4.0.23 to 4.0.24
2004-12-20 15:12:13 -06:00
tomas@poseidon.ndb.mysql.com
7d5e413f62
automatically configure with shared memory transporter for ndb if functions are available
2004-12-20 16:19:22 +01:00
joreland@mysql.com
cfa20fbaa6
merge
2004-12-17 10:36:14 +01:00
joreland@mysql.com
9395fa2942
Bumb up ndb version
2004-12-17 06:55:21 +01:00
lenz@mysql.com
b9c549ae39
- bumped up version number in configure.in from 4.1.8 to 4.1.9
...
- tagged ChangeSet 1.2173 as "mysql-4.1.8"
2004-12-16 13:34:25 +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
4753641048
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-12-06 08:54:53 +00:00
tomas@poseidon.ndb.mysql.com
b44ab76554
wixed ndb-debug option for configure
2004-12-06 08:49:34 +00:00
bar@mysql.com
6ad58765b7
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1
2004-12-06 10:58:40 +04:00
bar@mysql.com
86013091ca
configure.in:
...
latin1_spanish_ci produced unknown collation error.
2004-12-06 10:57:22 +04:00
tomas@poseidon.ndb.mysql.com
ee3953c5c1
added configure option to control extra ndb debug options,
...
for release debug build please configure with --without-ndb-debug
2004-12-03 21:26:14 +00:00
joerg@mysql.com
9150971bac
Change to prevent the failure of "make distclean" on the missing 'regex/Makefile' (and, later, 'strings/Makefile').
2004-12-02 16:42:37 +01:00
kent@mysql.com
77c32ac173
configure.in:
...
A work-around for SCO, disable use of clock_gettime
2004-11-28 15:45:12 +01:00
tomas@poseidon.ndb.mysql.com
3f36910639
fix for mysqladmin link problem
...
.c -> .cc
fix source dist problem for ndb
fix type check problem for mysqladmin
2004-11-18 20:28:36 +00:00
joreland@mysql.com
6b2b1b8e81
merge
2004-11-16 07:22:30 +01:00
tomas@poseidon.ndb.mysql.com
16e34bd27d
changed compile order, mysqladmin with ndbcluster extensions needs ndb to be compiled first
...
added libs variable for ndbmgmclient used by mysqladmin
add linkage with @ndb_mgmclient_libs@
additional options for ndbcluster
added support for managing the cluster to mysqladmin
added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs
use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
2004-11-15 12:40:32 +00:00
joreland@mysql.com
f63b126f7e
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl1744
2004-11-15 10:50:58 +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
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
joreland@mysql.com
64f7965d80
wl1744 - ndb win port
...
improve ndb_global.h
2004-11-11 22:39:24 +01:00
joreland@mysql.com
02209bb010
wl1744- ndb windows
...
move ports into ndb_global
2004-11-11 08:15:52 +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
b6c44a2960
wl1744 - ndb windows port
...
move versing handling into ndb_version.h.in (from config.h)
2004-11-10 21:43:12 +01:00
tomas@poseidon.ndb.mysql.com
17b2d671ee
added configure switch for ndb port number
...
added new variable for ndb port 1186
changed meaning of ndb_port_base to be default tcp port setting
changed to use split between port and port_base for ndbcluster
so that ndb_port and ndb_port_base are propagated to startscript for ndbcluster
added larger space to pid print
moved readAndExecute out of CommandInterpreter to avoid linking lib with readline
added c-api to Ndb_mgmclient
pass also ndb_port to make
2004-11-10 16:05:28 +00:00
tomas@poseidon.ndb.mysql.com
9f999953a2
removed editline and replaced with mysql readline
...
created new facade object for CommandInterpreter
removed CPC #if 0 code
removed editline from mgmtsrver, no replace with readline since interface is obsolete anyways
2004-11-08 10:21:39 +00:00
tim@siva.hindu.god
a20399c0ae
Merge siva.hindu.god:/opt/home/tim/m/40/bk
...
into siva.hindu.god:/opt/home/tim/m/40/a
2004-11-04 10:29:24 -07:00
joerg@mysql.com
cb0bd6f57d
The files stored in "Docs/Images" within the "mysqldocs" BK tree must be included
...
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro
in a new "Docs/Images/Makefile". As the source BK tree does not contain these files,
they are copied from the "mysqldocs" tree at release build time.
This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
2004-11-04 11:18:12 +01:00
tim@siva.hindu.god
b0510c7fd4
Portability fixes to mysqld_safe for non-Linux systems. Fix FIND_PROC
...
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
2004-11-02 17:53:25 -07:00
tomas@poseidon.ndb.mysql.com
ded5595cb2
add compile flad -DSNPRINTF_RETURN_TRUNC on hp ux 11
...
remove compiler warning
patch for my_vsnprintf not dully implemented
patch for platfroms that return -1 on snprintf overflow
compile fix for hpux
2004-11-02 19:40:10 +00:00
tomas@poseidon.ndb.mysql.com
ebd0ee4a0d
fix for solaris forte -instances=static
...
added libNDBT.a
removed printout
fixed error that ndb_show_tables required table name
2004-11-01 18:21:57 +00:00
tomas@poseidon.ndb.mysql.com
d129fffe57
configure.in:
...
added flag on sun forte, -instances=static
(check is only made for "non-gcc", hopefully enough)
2004-11-01 14:25:07 +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
tomas@poseidon.ndb.mysql.com
24d38aea13
added define flag SNPRINTF_RETURN_ZERO to indicate that snprintf returns zero if buffer too small
...
use flag SNPRINTF_RETURN_ZERO
emulate snprintf behavior by writing to _big_ buffer if set
use my_vsnprintf if HAVE_SNPRINTF is not set and set SNPRINTF_RETURN_ZERO in that case
2004-10-29 13:59:40 +00:00
tomas@poseidon.ndb.mysql.com
d6481499cf
bumped up version for ndb
...
protocal change in create table, now allows for more than 91 attributes
upgrade compatability with 3.5.3
2004-10-29 11:25:16 +00:00
tomas@poseidon.ndb.mysql.com
8924e0974d
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-29 11:06:38 +00:00
tomas@poseidon.ndb.mysql.com
0a3d9a43b2
configure.in:
...
-I/usr/include needed for cxx on Tru64
2004-10-29 11:06:06 +00:00
tomas@poseidon.ndb.mysql.com
cbeac303c7
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-29 09:49:55 +00:00
tomas@poseidon.ndb.mysql.com
19bc50957f
Tru64 cxx compiler fix
...
cxx does not include -I/ust/include.dtk as it should
removed dependency on ndb_types
2004-10-29 09:49:04 +00:00
lenz@mysql.com
35e8670301
- bumped up version number from 4.0.22 to 4.0.23 in configure.in
...
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
2004-10-29 09:24:21 +02:00
joreland@mysql.com
a206cb7574
Fix for aix4 which defines clock_gettime, but it only returns
...
ENOSYS
2004-10-28 10:50:39 +02:00
lenz@mysql.com
9ec8e38ec5
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-10-26 19:09:12 +02:00