| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
place.
|
|\
| |
| |
| | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| | |
|
|\ \
| |/
|/|
| | |
into mysql.com:/home/tnurnberg/15327/50-15327
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
make sure that if builder configured with a non-standard (!= 3306)
default TCP port that value actually gets used throughout. if they
didn't configure a value, assume "use a sensible default", which
will be read from /etc/services or, failing that, from the factory
default. That makes the order of preference
- command-line option
- my.cnf, where applicable
- $MYSQL_TCP_PORT environment variable
- /etc/services (unless configured --with-tcp-port)
- default port (--with-tcp-port=... or factory default)
|
| | |
|
|\ \
| | |
| | |
| | | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| |\ \
| | | |
| | | |
| | | | |
into sin.intern.azundris.com:/home/tnurnberg/10776/50-10776
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mysqld hasn't been built on AIX with ndb-everything in quite a while.
this allowed a variety of changes to be added that broke the AIX build
for both the GNU and IBM compilers (but the IBM suite in particular).
Changeset lets build to complete on AIX 5.2 for users of the GNU and
the IBM suite both. Tudo bem?
|
|/ /
| |
| |
| |
| |
| | |
to "my_config.h". Not to pollute the top directory, and to get more control
over what is included. Made the include path for "libedit" pick up its own
"config.h" first.
|
|\ \
| |/
|/|
| | |
into trift-lap.fambruehe:/MySQL/M50/push-5.0
|
| |\
| | |
| | |
| | | |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added --with-system-type=<systype> and --with-machine-type=<machtype>
options, to be able to override the one detected, for --version strings
field.cc, field.h, listener.cc:
C++ compatibility change for IBM VisualAge 6 and i5/OS
|
|/ / |
|
|/ |
|
|\
| |
| |
| | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
|
| |\
| | |
| | |
| | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
|
| | | |
| | | |
| | | |
| | | | |
Added --with-mysqld-libs configure flag
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
|
| |\ \ \
| | |/ /
| |/| |
| | | | |
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
|
| | |/
| | |
| | |
| | | |
- Declare 'tgoto' if not already declared in system header files.
|
| |\ \
| | | |
| | | |
| | | | |
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Since isinf() portability across various platforms and
compilers is a complicated question, we should not use
it directly. Instead, the my_isinf() macro should be used,
which is defined as an alias to the system-defined isinf()
if it is safe to use, or a workaround implementation otherwise
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In many cases, binaries can no longer dump core after calling setuid().
Where the PR_SET_DUMPABLE macro is set, use the prctl() system call
to tell the kernel that it's allowed to dump the core of the server.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
DragonflyBSD misc patches
The bug reporter anticipated a problem, instead of experiencing one.
IRC conversation:
<xtraeme> sem_init is defined in librt on NetBSD
solaris uses libposix4 iirc
that's why I sent a patch
<chadmiller> xtraeme: Agreed. But, AFAICT, mysql doesn't use
sem_init() anywhere. Thus my confusion.
<xtraeme> I didn't verify that, but I saw that sem_init wasn't detected
correctly...
why are you checking for sem_init if it's unused then? :-)
<chadmiller> xtraeme: In recent autoconf scripts, we change it to test
for sched_yield() .
<xtraeme> that's ok then
sched_yield is in libc
feel free to close the bug report then :-)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
DragonflyBSD misc patches
Add the original intended test, since our current test for sched_yield
is insufficient to copy.
|
|\ \ \
| |/ /
|/| |
| | | |
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
misc patches
Patch from community member Juan RP. "dragonfly" os name should be synonymous
with netbsd and sem_* functions may also be found in librt.
|
|\ \ \
| | | |
| | | |
| | | | |
into trift-lap.fambruehe:/MySQL/M50/push-5.0
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into debian.(none):/M50/push-5.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
not some other tool (file system checker on Tru64).
Patch originally supplied by Peter O'Gorman, slightly modified by me.
Bug#27739 "build fails on Tru64 due to icheck test in configure"
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | | |
into debian.(none):/M50/push-5.0
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
features ("embedded")
also control the list of man pages installed, so that they correspond better to the binaries.
This is the second version of this fix, including review comments.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into qualinost.(none):/home/mtaylor/src/mysql/mysql-5.0-maint
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
into qualinost.(none):/home/mtaylor/src/mysql/mysql-5.0-maint
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replaced hardcoded sover reference with variable.
Removed references to added manpages.
---
BUG#27769
Cleaned up some things to make building the packages go a little smoother.
---
debian/rules really does need to be called from the source root.
---
Fixed two problems with the build caused by adding debian to the source tree
---
Left off the debian/ prefix to the Makefile filter.
---
BUG#27769 - MySQL should include debian packaging dir
Changed substitution variables to match already existing autoconf vars.
Generate debian/control and debian/defs.mk from autoconf now, since we run that
to make a source package.
---
Corrected incorrect variable name
---
Renamed template files to have shorter names.
---
Moved generation of debian/control to dist-hook so make clean won't eat it.
---
A few final changes to make debs build from a source tarball dist.
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | | |
into siva.hindu.god:/home/tsmith/m/bk/maint/50
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-maint
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
---
Removed reference to debian svn location of debian dir.
Changed verbage of comment to appease Timothy.
---
Removed added manpages that aren't appropriate for our build.
---
Added debian dir to list of dist targets.
Added list of files needed to be distributed in debian dir.
---
Added semi-colons to fix syntax error.
---
BUG#27769 MySQL should include debian packaing dir
Added debian/Makefile to configure.in to support make dist.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-36sp1
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only require the more recent zlibCompileFlags() when
building the server, client zlib don't need it.
Makefile.am:
Always build the bundled zlib static only
configure.in:
Look for dlopen() even if --with-mysqld-ldflags constains "-static",
as this is not the same as the flag to "ld", it just informs
"libtool" to link static with libraries created part of the build,
even if there exists shared versions.
make_binary_distribution.sh:
Real "mysqlmanager" executable might be in ".libs"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't install ndb man pages if no ndb configured
config-win.h, CMakeLists.txt, README, configure.js:
Removed Cybozu patches
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
|