| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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"
|
|/
|
|
|
|
| |
- Fixing utf8_general_cs according to recent changes.
- Compiling utf8_general_cs in pentium-debug-max configuration
to avoid these problems in the future.
|
|
|
|
| |
if we are building Ndb.
|
|
|
|
| |
Reenabled build outside source tree
|
| |
|
|
|
|
|
| |
- Change $d to $libs as suggested.
- Thanks to Michael Prohm for the patch!
|
|\
| |
| |
| | |
into xiphis.org:/home/antony/work2/p4-bug12096.2-merge
|
| | |
|
| |
| |
| |
| |
| |
| | |
"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.
|
|/
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Remove usage of $shrext_cmds variable
- Test for libs using all known library file endings
|
|
|
|
|
| |
- Eval shrext_cmds variable before using it
- Moved from acinclude.m4 to openssl.m4 and zlib.m4 when merging 4.1 -> 5.0
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| |
| |
| |
| |
| | |
Add benchmark, testsuite and taocrypt/test as places where to
produce Makfiles and build - very useful for debugging
|
|/ |
|
| |
|
|
|
|
|
| |
Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=,
and search the given include directory first (bug#18369)
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Use when testing if shared library exists, bug#16332
|
|
|
|
|
| |
Add a symlink to extra/yassl/include/openssl to inlude/ when compiling with yassl
Similiar to readline)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow for configuration of the maximum number of indexes per table.
Added and used a configure.in macro.
Replaced fixed limits by the configurable limit.
Limited MyISAM indexes to its hard limit.
Fixed a bug in opt_range.cc for many indexes with InnoDB.
Tested for 2, 63, 64, 65, 127, 128, 129, 255, 256, and 257 indexes.
Testing this part of the bugfix requires rebuilding of the server
with different options. This cannot be done with our test suite.
Therefore I added the necessary test files to the bug report.
If you repeat the tests, please note that the ps_* tests fail for
everything but 64 indexes. This is because of differences in the
meta data, namely field lengths for index names etc.
|
| |
|
|
|
|
| |
- Use libtool to build libraries
|
|
|
|
| |
(Patch provided by serg)
|
|
|
|
|
| |
Accept any shared library for "libz", not just the static one. Bug#6584
Repetition of the corresponding change, as the 4.1 "acinclude.m4" is not used in 5.0.
|
|\
| |
| |
| | |
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
|
| |
| |
| |
| |
| | |
- Remove yassl_libsfrom CLIENT_LIBS var
- Add yassl_libs to libmysql and libmysqld
|
| |
| |
| |
| |
| | |
- Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs
to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
|
| | |
| | |
| | |
| | | |
- Improve detection of when to disable inlining for integer.cpp
|
|\ \ \
| |/ /
|/| |
| | | |
into mysql.com:/home/shuichi/apps/mysql/bk/mysql-5.0b
|
| |/
| |
| |
| | |
Added check for availability of multibyte characters and functions
|
|/
|
|
| |
- Disable inlining in integer.cp for sparc solaris Cun C++ 5.6
|
|
|
|
| |
Adding esperanto collation
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
configure.in: fix --without-darwin-mwcc
|
| | |
|
|/
|
|
|
| |
Fix GCC 4.0 link failure.
Better CXX_VERSION guessing.
|
|
|
|
| |
Fix for link failures on boxes with non-gnu compiler.
|
|
|
|
| |
Compilation errors fixes.
|
|
|
|
|
| |
Added BUILD scripts for icc
Fixed (one time) memory leak in grant handling
|
| |
|
|\
| |
| |
| | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|