| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(compiler issue ?)
Problem:
Improper compile-time flags on AIX prevented use of files > 2 GB. This
resulted in Max_data_length being truncated to 2 GB by MyISAM code.
Solution:
Reverted large-file changes from the fix for bug10776. We need to define
_LARGE_FILES on AIX to have support for files > 2 GB.
Since _LARGE_FILE_API is incompatible with _LARGE_FILES and may be
automatically defined by including standards.h, we also need a
workaround to avoid this conflict.
|
|\
| |
| |
| | |
into trift2.:/MySQL/M50/tmp-5.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to find "ar" but if it cannot be found sets AR=false. This
leads to confusing failures during the build rather than at
configure time.
We have our own checks for ar, but as AR was already set
earlier by the libtool tests they were never exectuted.
Therefore, update the tests so that we catch any libtool
failures, and run AC_CHECK_PROG explicitly to ensure that we
see sensible output from configure prior to any potential
failure.
|
|\ \
| |/
|/|
| | |
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
|
|\
| |
| |
| |
| |
| | |
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
|