| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
do link_sources only once
|
|
|
|
| |
Corrected typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Always include all sub directories in "make dist"
Removed incorrect comment
configure.in:
Unconditionally list make files in AC_CONFIG_FILES
Removed 'thread_dirs', it is not used
Minor cleanup
compile-dist:
Simplified the configure line needed for "make dist" to get it all
zlib.m4, ssl.m4:
Unconditionally list make files in AC_CONFIG_FILES
Makefile.am:
Removed DIST_SUBDIRS not needed
Don't copy soft links as files into source package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Corrected spelling in copyright text
Makefile.am:
Don't update the files from BitKeeper
Many files:
Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
Adjusted year(s) in copyright header
Many files:
Added GPL copyright text
Removed files:
Docs/Support/colspec-fix.pl
Docs/Support/docbook-fixup.pl
Docs/Support/docbook-prefix.pl
Docs/Support/docbook-split
Docs/Support/make-docbook
Docs/Support/make-makefile
Docs/Support/test-make-manual
Docs/Support/test-make-manual-de
Docs/Support/xwf
|
|\
| |
| |
| | |
into mysql.com:/home/kent/bk/mysql-5.0
|
| |
| |
| |
| |
| |
| | |
Fix undefined behaviour.
Many files:
Reenabled build outside ource tree
|
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
Add a symlink to extra/yassl/include/openssl to inlude/ when compiling with yassl
Similiar to readline)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Enable "make distcheck" to work
|
| |
| |
| |
| |
| | |
- 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.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
| |
| |
| |
| | |
wants this feature look at a web-dav hookup).
|
| |
| |
| |
| |
| | |
clean: targets removed
generated *.h files moved to include/
|
|\ \
| |/
| |
| | |
into mysql.com:/home/jonas/src/mysql-5.0
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
EXCEPTIONS file and amended the GPL text as requested by Zak
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
required autotools macro written and deployed in all apropriate Makefile.ams.
Use cases checked:
- linux, standard location of zlib, no ndb
- linux, standard locatoin of zlib, with ndb
- linux, non-standard location of zlib, no ndb
- hpux11, use of bundled zlib, no ndb
The only non-checked case is non-standard location of zlib (or use of bundled
zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts
like AIX52 or HPUX11, where such a check is possible. It didn't compile
there before as these systems dont't have installed zlib, so nothing got broken ;)
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| |
| | |
Fix for storing negative values in decimal fields
Fix for FLUSH TABLE with HANDLER
|
| |
| |
| |
| | |
setting LIBS to include @openss_libs@ (BUG#1652)
|
|/ |
|
|
|
|
|
| |
- some additional small fixes
- added "depcomp" for automake 1.5
|
|\ |
|
| | |
|
|\ \
| |/
| |
| | |
into work.mysql.com:/home/bk/mysql-4.0
|
| |
| |
| |
| | |
Fix problem with MyISAM and rows of length 65517-65520
|
|/ |
|
| |
|
| |
|
|
both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
|