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 17efbe9f48 Bug #13164 yassl: "SSL connection error" on several platforms
- it's a requirement fo yaSSL that either /dev/urandom or /dev/random is available on the target system.
 - Added a fix that tries to open /dev/random if /dev/urandom is not available.


extra/yassl/taocrypt/src/random.cpp:
  Try to open /dev/ranom if /dev/urandom is not available.
2005-09-22 12:19:09 +02:00
bdb
BitKeeper Merge mysql.com:/home/alexi/dev/mysql-4.1-0 2005-09-06 23:49:54 +04:00
BUILD Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2005-09-01 14:09:23 +02:00
client Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1 2005-09-12 20:18:49 +03:00
cmd-line-utils
config/ac-macros Many files: 2005-09-12 19:35:50 +05:00
dbug
Docs
extra Bug #13164 yassl: "SSL connection error" on several platforms 2005-09-22 12:19:09 +02:00
heap Bug#12891: 2005-09-01 19:31:08 +05:00
include Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
innobase InnoDB: Reject foreign keys in temporary tables. Closes bug #12084. 2005-09-06 14:38:21 +03:00
libmysql
libmysql_r
libmysqld
man
myisam Merge mysql.com:/usr/home/ram/work/4.1.b4214 2005-09-05 18:28:56 +05:00
myisammrg
mysql-test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
mysys Many files: 2005-09-12 19:35:50 +05:00
ndb Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
netware Applied a couple of Netware related patches. 2005-08-28 11:38:18 +03:00
NEW-RPMS
os2
pstack
regex
scripts Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-02 12:42:00 -07:00
server-tools options.cc: 2005-09-10 16:01:26 -05:00
sql Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
sql-bench
sql-common Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
SSL
strings Many files: 2005-09-12 19:35:50 +05:00
support-files
tests Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-31 15:24:06 -07:00
tools
VC++Files Fixes bug #11815. Convert file path to UNIX format to build correct query 2005-08-30 22:19:15 +04:00
vio Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
zlib
.bzrignore Merge eel.(none):/home/jonas/src/mysql-4.1 2005-09-09 12:54:03 +02:00
.cvsignore
configure.in Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-09-12 17:00:50 -07:00
COPYING
Makefile.am Removed redundant case in Makefile.am 2005-09-02 12:20:18 +02:00
README README: 2005-09-12 12:44:13 -05:00

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.