kent@kent-amd64.(none)
fd3b865149
Merge mysql.com:/home/kent/bk/config_h/mysql-5.0-build
...
into mysql.com:/home/kent/bk/config_h/mysql-5.1-build
2007-07-30 21:45:06 +02:00
kent@mysql.com/kent-amd64.(none)
a9d2569cba
Generate "config.h" directly into the "include" directory, later copied
...
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.
2007-07-30 21:09:45 +02:00
kent@mysql.com/kent-amd64.(none)
0886cc3bed
Many files:
...
Put back old code to check stack direction at configure time
2007-07-23 23:54:55 +02:00
kent@mysql.com/kent-amd64.(none)
a069db06a6
sql_parse.cc, config-win.h, config-netware.h:
...
Don't try determine stack direction at configure time
compiler_flag.m4:
Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
misc.m4, configure.in:
Use fourth argument to AC_TRY_RUN, to be used in cross compilation
Don't try determine stack direction at configure time
2007-05-27 23:21:03 +02:00
tomas@whalegate.ndb.mysql.com
a4934466c0
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
2007-05-22 23:21:32 +02:00
tsmith@siva.hindu.god
4a4590cd49
Merge siva.hindu.god:/home/tsmith/m/bk/51
...
into siva.hindu.god:/home/tsmith/m/bk/maint/51
2007-05-17 14:21:35 -06:00
mikael@dator3.(none)
80bd7f4ec6
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into dator3.(none):/home/mikael/mysql_clones/rt-5.1
2007-05-10 09:08:34 +02:00
tomas@whalegate.ndb.mysql.com
19a2814f47
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-opt
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
2007-05-10 08:06:09 +02:00
mikron@mikael-ronstr-ms-dator.local
927228a99a
Merge mikael@192.168.0.203:/home/mikael/mysql_clones/rt-5.1
...
into mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
2007-05-08 10:15:50 +02:00
gni@dev3-221.dev.cn.tlan
305d0eaf02
Merge dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb-bj
...
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-new-ndb
2007-05-08 09:52:27 +08:00
mikron@mikael-ronstr-ms-dator.local
8a83924eb6
Merge mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.0-ndb
...
into mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/mysql-5.1-ndb
2007-05-07 15:39:36 +02:00
mikron@mikael-ronstr-ms-dator.local
4cdf0fab48
Fix SCI Transporter
2007-05-07 15:25:24 +02:00
msvensson@pilot.blaudden
3899138fe0
Bug #28267 Cannot build with OpenSSL
...
- Fix use of uninitialized variable in config/ac-macros/ssl.m4
2007-05-07 11:50:38 +02:00
istruewing@chilla.local
581b8504f3
WL#2936 - Falcon & MySQL plugin interface: server variables
...
Avoid compiler warnings
2007-04-30 18:49:38 +02:00
dli@dev3-164.dev.cn.tlan
c98aea71e4
Merge dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-new-ndb-bj
...
into dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.1/mysql-5.1-bug-23137
2007-04-24 10:28:11 +08:00
df@pippilotta.erinye.com
4869a255be
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-25601
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
2007-04-11 13:33:15 +02:00
df@pippilotta.erinye.com
f98d1614c3
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
2007-04-11 13:32:40 +02:00
kent@kent-amd64.(none)
473b1f31d5
Merge mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
...
into mysql.com:/home/kent/bk/tmp3/mysql-5.1-build
2007-04-11 01:48:43 +02:00
kent@mysql.com/kent-amd64.(none)
8bcdaa86cf
my_memmem.c:
...
Back port of include change and copyright from 5.1
Makefile.am, zlib.m4:
Use separate libtool convenience library for the bundled
zlib to embed into executables and shared libraries created,
and one to install into the pkglib directory
2007-04-11 01:47:42 +02:00
kent@kent-amd64.(none)
6a8582a8bc
Merge mysql.com:/home/kent/bk/sotest/mysql-5.0-build
...
into mysql.com:/home/kent/bk/sotest/mysql-5.1-build
2007-04-05 08:42:32 +02:00
kent@mysql.com/kent-amd64.(none)
463b34e77b
zlib.m4:
...
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"
2007-04-05 08:36:56 +02:00
bar@mysql.com
3099b103ce
Merge mysql.com:/home/bar/mysql-5.0.b22378
...
into mysql.com:/home/bar/mysql-5.1-new-rpl
2007-03-29 10:03:59 +05:00
bar@mysql.com
daa7e9c386
Bug#22378 Make error, strings/ctype-utf8.c, uni_plane undeclared
...
- Fixing utf8_general_cs according to recent changes.
- Compiling utf8_general_cs in pentium-debug-max configuration
to avoid these problems in the future.
2007-03-27 15:06:41 +05:00
df@pippilotta.erinye.com
9c3b446664
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-25601
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-25601
2007-03-09 10:19:50 +01:00
df@pippilotta.erinye.com
43a57774d9
BUG#25601 Missing m4 macro MYSQL_CHECK_TIME_T
2007-03-09 10:17:21 +01:00
mtaylor@qualinost.(none)
c77cebec11
files are in storage/ndb in 5.1. fix merge from 5.0
2007-01-19 17:06:53 -08:00
mtaylor@qualinost.(none)
8778f60112
We only want to do these things if we are building Ndb.
2007-01-19 17:02:46 -08:00
mtaylor@qualinost.(none)
dab88cfaa3
Fixed the make distcheck problem. We only really need to create libndb.ver if we are building Ndb.
2007-01-19 16:54:01 -08:00
lars/lthalmann@dl145j.mysql.com
1e356251a0
Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl
...
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
2007-01-12 12:31:44 +01:00
holyfoot/hf@mysql.com/hfmain.(none)
842b23a8fc
WL#3630 (add embedded server to pushbuild)
...
5.1-related fixes
libmysqld/Makefile.am fixed to recompile and link ha_*.cc files that
keep dependance on THD structure.
Minor fixes to make tests working.
2006-12-28 09:42:04 +04:00
lars@black.(none)
d85ca0dc1d
Merge mysql.com:/home/bkroot/mysql-5.1-new-rpl
...
into mysql.com:/home/bk/MERGE/mysql-5.1-merge
2006-12-08 23:41:29 +01:00
cbell/Chuck@suse.vabb.com
9f36c1c286
WL#3618 - Remove HAVE_ROW_BASED_REPLICATION from source code.
...
Please see worklog for details on files changed.
2006-12-07 09:18:35 -05:00
kent@mysql.com/kent-amd64.(none)
ea5c7f9756
Many files:
...
Changed paths to ndb include directory to include "storage"
Makefile.am:
Adjusted path to yaSSL libtool libraries
ssl.m4:
Use libtool way of specifying yaSSL libraries
2006-11-29 18:36:51 +01:00
kent@kent-amd64.(none)
e99c548bcd
Merge mysql.com:/home/kent/bk/mysql-5.0
...
into mysql.com:/home/kent/bk/mysql-5.1
2006-11-27 23:12:05 +01:00
kent@mysql.com/kent-amd64.(none)
1b61612f86
ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4:
...
Reenabled build outside source tree
2006-11-27 21:15:25 +01:00
dli@dev3-76.dev.cn.tlan
feaf6d1615
ndb - fix for BUG#23137, ha_ndbcluster.m4 bug.
...
Because NDB_CXXFLAGS is just used in ndb engine, moved NDB_CXXFLAGS from ha_ndbcluster.m4 to ndb/config/common.mk.am.
2006-11-14 15:58:06 +08:00
joerg@trift2.
0d27df6f1a
Merge trift2.:/MySQL/M51/clone-5.1
...
into trift2.:/MySQL/M51/push-5.1
2006-11-01 13:26:03 +01:00
holyfoot/hf@mysql.com/deer.(none)
ff25d2b71a
libmysqld/Makefile.am fixed
2006-10-19 16:39:24 +05:00
holyfoot/hf@mysql.com/deer.(none)
fc35165805
letter's case fixed
2006-10-18 18:48:38 +05:00
holyfoot/hf@mysql.com/deer.(none)
b8e31d05f1
bug #23369 (Embedded library can't be linked)
...
Problem is that some files moved to storage/*/ still are dependent
on sql/ code (usually use members of THD structure)
that can get different being compiled with another #define-s
Code added to recompile these for the embedded server
2006-10-18 17:03:37 +05:00
stewart@willster.(none)
975e2f37b9
BUG#21253 NdbApi.h should not include my_config.h
2006-10-16 17:01:01 +10:00
msvensson@shellback.(none)
346730ee6b
Use a direct reference to the yassl and taocrypt libtool libraries to link with
2006-09-21 11:37:08 +02:00
guilhem@gbichot3.local
09c5a83416
WL#3504 "plugin actions for engines' and plugins' unit tests"
...
for push in 5.1 (I will inform Trudy).
Storage engines and plugins can now have unit tests to test their components; such
test must be an executable C/C++ program which name ends with '-t' and which is
obeys the mytap protocol, it must be stored in the storage engine's or plugin's
source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of
this.
The top-level Makefile target "test-unit" will run all unit tests: it will scan
the engines' and plugins' directories, recursively, and execute all executable
files which name ends with '-t'."
2006-09-15 15:15:24 +02:00
kent@mysql.com/g4-2.local
b329f2c3ef
Many files:
...
Deleted config/ac-macros/ha_berkeley.m4
Removed more referenses to bdb
2006-08-21 15:34:29 +02:00
msvensson@neptunus.(none)
91c2e68c2b
Bug#21327 OpenSSL-checking in configure
...
- Change $d to $libs as suggested.
- Thanks to Michael Prohm for the patch!
2006-08-14 20:16:47 +02:00
serg@janus.mylan
12dc638abd
compile-time definition of intptr type
2006-08-01 14:02:19 +02:00
acurtis@xiphis.org
f242546e85
Merge xiphis.org:/home/antony/work2/p4-bug12096.2
...
into xiphis.org:/home/antony/work2/p4-bug12096.2-merge
2006-06-28 09:54:40 -07:00
acurtis@ltamd64.xiphis.org
d2b5205b65
Merge xiphis.org:/home/antony/work2/p4-bug12096.2
...
into xiphis.org:/home/antony/work2/p4-bug12096.3
2006-06-22 11:00:01 -07:00
acurtis@xiphis.org
9d74f0c601
traditional grep does not have -q option
2006-06-21 20:27:52 -07:00
serg@serg.mylan
3c609f0aa3
don't call plugins' configure scripts manually, use AC_CONFIG_SUBDIRS
...
don't add CFLAGS/CXXFLAGS to ./configure command line in config.status
but _do_ add them before calling plugins' configure scripts
2006-06-15 21:43:29 +02:00
tomas@poseidon.ndb.mysql.com
faa2f09107
Merge jonas@perch:src/51-jonas
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-06-12 13:46:10 +02:00
jonas@perch.ndb.mysql.com
e3323e7b90
ndb -
...
restore --with-ndb-ccflags functionality
2006-06-09 09:06:43 +02:00
serg@serg.mylan
5409997d49
unittest:
...
rename *.t* to *-t* to be automake-friendly
simplify Makefiles
test_atomic.c:
move to unittest, add GPL comment, fix warnings, convert to tap framework.
configure:
remove custom tests for available types, use AC_CHECK_TYPE instead
x86-gcc.h:
fix gcc -ansi errors while maintaining readability
ignore:
added *-t
2006-06-01 12:25:47 +02:00
msvensson@shellback.(none)
20217ba36f
Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init
...
- Include prefix files that renames all public functions in yaSSLs
OpenSSL API to ya<function_name>. They will otherwise conflict
with OpenSSL functions if loaded by an application that uses OpenSSL
as well as libmysqlclient with yaSSL support.
2006-05-31 16:19:06 +02:00
acurtis@xiphis.org
23e612ae11
Bug#12096
...
"Add line for non-executable stack in .s files"
Fix so that configure will use "--noexecstack" for assembler if gcc supports
option and compiled C doesn't need executable stack.
2006-05-31 00:07:58 -07:00
msvensson@neptunus.(none)
5df9964651
Bug#20002 Old --with-openssl and --with-yassl options just silently ignored
...
- Terminate configure with error(and message) if --with-yassl or --with-openssl is used.
2006-05-23 10:07:07 +02:00
msvensson@neptunus.(none)
eadbb3d1f9
Merge neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2006-05-18 18:26:52 +02:00
msvensson@neptunus.(none)
f4567f9f92
BUG#18818 configure: No longer finds OpenSSL on Mac OS X
...
- Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
2006-05-17 13:59:37 +02:00
tomas@poseidon.ndb.mysql.com
5971c0872b
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-05-15 20:35:17 +02:00
msvensson@neptunus.(none)
5f62c30332
Merge neptunus.(none):/home/msvensson/mysql/bug18818/my50-bug18818
...
into neptunus.(none):/home/msvensson/mysql/bug18818/my51-bug18818
2006-05-12 11:32:43 +02:00
msvensson@neptunus.(none)
0472f7eb44
Bug#18818 configure: No longer finds OpenSSL on Mac OS X
...
- Remove usage of $shrext_cmds variable
- Test for libs using all known library file endings
2006-05-12 11:29:31 +02:00
holyfoot@mysql.com
4d4b5c8137
Merge
2006-05-12 14:16:20 +05:00
serg@sergbook.mysql.com
6158fc15d8
apparently "sinclude" is consireded by aclocal (up to 1.9.5)
...
by a dirty word, and it complains about it, even in a comment.
2006-05-10 13:57:58 -04:00
serg@sergbook.mysql.com
f15dde450c
a workaround for aclocal-1.8 bug
2006-05-10 11:27:38 -04:00
serg@sergbook.mysql.com
549fe7c850
auto-set MYSQL_PLUGIN_DIRECTORY for plug.in files
2006-05-06 07:43:18 -04:00
serg@sergbook.mysql.com
376117eb98
auto-include plug.in, remove the need for plugins to modify configure.in
2006-05-04 17:14:56 -04:00
serg@sergbook.mysql.com
17b46953ca
cleanup - don't test in configure what belongs to m4
2006-05-04 14:15:37 -04:00
acurtis@xiphis.org
16d8d6bcca
fix legacy configure option handling
2006-05-03 15:58:15 -07:00
serg@sergbook.mysql.com
375d3e8258
Fixed dependency checking
2006-05-03 09:46:19 -04:00
acurtis@xiphis.org
20b687ce0d
WL#3201 post-review fixups
2006-05-02 12:04:20 -07:00
acurtis@xiphis.org
f1d4921139
WL#3201 additional post-review fixes
2006-05-02 04:11:00 -07:00
holyfoot@mysql.com
128593f0c2
Merge bk@192.168.21.1:mysql-5.1-new
...
into mysql.com:/home/hf/work/mysql-5.1.18518
2006-05-02 14:36:05 +05:00
acurtis@xiphis.org
09c7374d69
Merge xiphis.org:/home/antony/work2/mysql-5.1
...
into xiphis.org:/home/antony/work2/wl3201-post-review.2
2006-05-01 22:45:31 -07:00
acurtis@xiphis.org
0736d18337
WL#3201 post-review fixups
...
end plugin/module naming schizophrenia
fixup shell code and m4 macro comments
cmakelists.txt included in EXTRA_DIST
2006-05-01 21:33:09 -07:00
jimw@mysql.com
b4586b2908
Clean up after big merge
2006-05-01 00:14:32 -07:00
jimw@mysql.com
f21c110d13
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-04-30 13:27:38 -07:00
serg@sergbook.mysql.com
506f9800bd
fixes
2006-04-30 15:52:30 -04:00
serg@sergbook.mysql.com
281fb1cfc5
make distcheck and cosmetic fixes
2006-04-29 09:33:34 -07:00
msvensson@neptunus.(none)
50c920ffab
Bug#18818 configure: No longer finds OpenSSL on Mac OS X
...
- Eval shrext_cmds variable before using it
- Moved from acinclude.m4 to openssl.m4 and zlib.m4 when merging 4.1 -> 5.0
2006-04-28 13:55:40 +02:00
holyfoot@mysql.com
06b57c4871
Merge bk@192.168.21.1:mysql-5.1-new
...
into mysql.com:/home/hf/work/mysql-5.1.18518
2006-04-27 15:07:36 +05:00
acurtis@xiphis.org
e2ac9dda83
WL#3201
...
post-merge fixes
2006-04-24 14:32:45 -07:00
acurtis@xiphis.org
53d4594cfe
Merge xiphis.org:/home/antony/work2/wl3201.3
...
into xiphis.org:/home/antony/work2/wl3201.merge
2006-04-24 13:36:15 -07:00
holyfoot@deer.(none)
25f56ce8b4
bug #18518 (embedded server crashes starting)
...
The problem is that now server works properly only with the
row-based replication
2006-04-24 19:39:33 +05:00
bell@sanja.is.com.ua
b2c810e847
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.1
2006-04-24 13:32:07 +03:00
acurtis@xiphis.org
35166137f0
WL#3201
...
Fixes after first review
2006-04-20 10:03:15 -07:00
msvensson@neptunus.(none)
ab62f848ec
Merge 192.168.0.20:mysql/my50-yassl_3/
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-04-19 14:15:17 +02:00
acurtis@xiphis.org
4e11a4d941
WL#3201
...
" Configure support for server plugins "
2006-04-13 13:49:29 -07:00
bell@sanja.is.com.ua
df69944e73
postmerge fix: added tinfo support.
2006-04-13 16:06:52 +03:00
serg@serg.mylan
70c2ff34f7
fixes for 'make dist' and 'make distcheck'
2006-04-12 14:08:24 +02:00
msvensson@shellback.(none)
1c4e31d5fe
Add new yaSSL files
...
Add benchmark, testsuite and taocrypt/test as places where to
produce Makfiles and build - very useful for debugging
2006-04-11 23:51:14 +02:00
kent@mysql.com
1f88c4e5df
Merge mysql.com:/Users/kent/mysql/bk/tmp_merge
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
2006-04-05 10:39:44 +02:00
kent@mysql.com
b492d05ee9
Merge
2006-04-04 23:37:44 +02:00
serg@serg.mylan
a1bf113868
yassl link problem fixed
2006-04-03 12:07:18 +02:00
kent@mysql.com
f98de2cc35
zlib.m4:
...
Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=,
and search the given include directory first (bug#18369)
2006-04-01 03:49:14 +02:00
kent@mysql.com
f5a9cc17a1
Makefile.am, yassl.m4:
...
Enable automake to determine dependency on yaSSL, by explicitly
listing the .la files in Makefile.am, instead of using
'yassl_libs_with_path', bug#18273
2006-04-01 01:24:28 +02:00
kent@mysql.com
50b0868141
zlib.m4, openssl.m4:
...
Use when testing if shared library exists, bug#16332
2006-03-31 01:03:45 +02:00
kent@mysql.com
9571e81f04
config-win.h:
...
Enable row based replication for Windows build
replication.m4:
Made help text more clear, default is with row based replication enabled
2006-02-25 21:27:49 +01:00
joerg@mysql.com
26ddd4fa45
config/ac-macros/ha_ndbcluster.m4 : Get back the message "Using NDB Cluster".
2006-02-15 21:04:42 +01:00
jonas@perch.ndb.mysql.com
ae15f53840
ndb -
...
remove removed makefiles
2006-01-20 15:12:21 +01:00
cps@outpost.site
c08d4aa703
Fix the tree: plugin-related changes, necessary for
...
CSV storage engine to be statically compiled.
Derived from antony's patch.
2006-01-20 00:40:56 +03:00