MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
unknown 2533dd0844 BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking
- Remove yassl_libsfrom CLIENT_LIBS var
 - Add yassl_libs to libmysql and libmysqld


config/ac-macros/yassl.m4:
  Add variable yassl_libs_with_path variable for libmysqld
configure.in:
  Don't add yassl_libs to CLIENT_LIBS var since clients will be linked with libmysqlclient that includes yassl libs.
extra/yassl/src/Makefile.am:
  Make a normal .a lib
extra/yassl/taocrypt/src/Makefile.am:
  Make a normal .a lib
libmysql/Makefile.am:
  Add yassl_libs to libmysql
libmysqld/Makefile.am:
  Add yassl_libss_with_path to libmysqld
2005-10-27 21:48:43 +02:00
bdb
BitKeeper
BUILD
client Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-18 15:43:59 +02:00
cmd-line-utils
config/ac-macros BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-27 21:48:43 +02:00
dbug
Docs
extra BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-27 21:48:43 +02:00
heap
include
innobase
libmysql BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-27 21:48:43 +02:00
libmysql_r Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-18 15:43:59 +02:00
libmysqld BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-27 21:48:43 +02:00
man
myisam
myisammrg
mysql-test
mysys
ndb
netware
NEW-RPMS
os2
pstack
regex
scripts
server-tools Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-18 15:43:59 +02:00
sql Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-18 15:43:59 +02:00
sql-bench
sql-common
SSL
strings
support-files
tests
tools
VC++Files
vio Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-18 15:43:59 +02:00
zlib
.bzrignore
.cvsignore
configure.in BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking 2005-10-27 21:48:43 +02:00
COPYING
Makefile.am
README

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file.
- For commercial distributions, see the MySQLEULA.txt file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http:/dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.