| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This fixes a memory allocation bug in Innobase as structs was defined differently in .c and .cc files
|
|
|
|
|
|
| |
Add SJIS version of Japanese error messages.
Windows version should include this new file,
instead of the EUC-JP version.
|
|
|
|
| |
when using shm transporter, set sigmask on each thread using pthread_sigmask
|
| |
|
|
|
|
| |
compatible with 4.1.9
|
|
|
|
| |
- tagged ChangeSet 1.2207 as "mysql-4.1.9"
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
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"
|
|/
|
|
|
|
| |
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)
|
|
|
|
| |
are available
|
|\ |
|
| | |
|
| |
| |
| |
| | |
- tagged ChangeSet 1.2173 as "mysql-4.1.8"
|
| |\
| | |
| | |
| | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | | |
|
| | |
| | |
| | |
| | | |
for release debug build please configure with --without-ndb-debug
|
| |\ \
| | |/
| |/|
| | | |
into mysql.com:/usr/home/bar/mysql-4.1
|
| | |
| | |
| | |
| | | |
latin1_spanish_ci produced unknown collation error.
|
| |/
| |
| |
| | |
'regex/Makefile' (and, later, 'strings/Makefile').
|
| |
| |
| |
| | |
A work-around for SCO, disable use of clock_gettime
|
|\ \
| |/
| |
| | |
into mysql.com:/home/jonas/src/wl1744
|
| |
| |
| |
| |
| |
| |
| | |
.c -> .cc
fix source dist problem for ndb
fix type check problem for mysqladmin
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
into mysql.com:/home/jonas/src/wl1744
|
| |\ |
|
| | |\
| | | |
| | | |
| | | | |
into siva.hindu.god:/opt/home/tim/m/40/a
|
| | | |
| | | |
| | | |
| | | | |
for Solaris test, and fix if @IS_LINUX@ test in mysqld_safe itself.
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
- tagged ChangeSet@1.2048.1.2 as "mysql-4.0.22"
|
| | |
| | |
| | |
| | | |
improve ndb_global.h
|
| | |
| | |
| | |
| | | |
move ports into ndb_global
|
|\ \ \
| |/ /
|/| |
| | | |
into mysql.com:/home/jonas/src/wl1744
|
| | |
| | |
| | |
| | | |
move versing handling into ndb_version.h.in (from config.h)
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
created new facade object for CommandInterpreter
removed CPC #if 0 code
removed editline from mgmtsrver, no replace with readline since interface is obsolete anyways
|
| |
| |
| |
| |
| |
| |
| | |
remove compiler warning
patch for my_vsnprintf not dully implemented
patch for platfroms that return -1 on snprintf overflow
compile fix for hpux
|
| |
| |
| |
| |
| |
| | |
added libNDBT.a
removed printout
fixed error that ndb_show_tables required table name
|
| |
| |
| |
| |
| | |
added flag on sun forte, -instances=static
(check is only made for "non-gcc", hopefully enough)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
protocal change in create table, now allows for more than 91 attributes
upgrade compatability with 3.5.3
|
|\ \
| | |
| | |
| | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | |
| | |
| | |
| | | |
-I/usr/include needed for cxx on Tru64
|
| |\ \
| | | |
| | | |
| | | | |
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
|
| | | |
| | | |
| | | |
| | | |
| | | | |
cxx does not include -I/ust/include.dtk as it should
removed dependency on ndb_types
|
|/ / /
| | |
| | |
| | | |
ENOSYS
|