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
monty@mashka.mysql.fi 25de9c19b2 After merge fixes & remove compiler warnings
Added lengths for all MYSQL_FIELD string parameters
Changed field length to 2 byte in .frm files
2003-02-07 15:47:24 +02:00
bdb Merge with 4.0.11 2003-02-04 21:52:14 +02:00
BitKeeper Merge with 4.0.11 2003-02-04 21:52:14 +02:00
BUILD Merge with 4.0.11 2003-02-04 21:52:14 +02:00
Build-tools - merge relevant Do-compile changes from 4.0 tree 2003-01-23 20:07:19 +01:00
client Merge with 4.0.11 2003-02-04 21:52:14 +02:00
cmd-line-utils - added missing files/directories from bdb and libedit to source distribution 2003-02-03 11:32:29 +01:00
dbug
div
Docs Merge with 4.0.11 2003-02-04 21:52:14 +02:00
extra Merge with 4.0.11 2003-02-04 21:52:14 +02:00
fs
heap
Images
include After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
innobase Merge with 4.0.11 2003-02-04 21:52:14 +02:00
isam Merge with 4.0.11 2003-02-04 21:52:14 +02:00
libmysql Merge with 4.0.11 2003-02-04 21:52:14 +02:00
libmysql_r
libmysqld Merge with 4.0.11 2003-02-04 21:52:14 +02:00
man
merge
myisam After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
myisammrg Merge with 4.0.11 2003-02-04 21:52:14 +02:00
mysql-test After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
mysys Merge with 4.0.11 2003-02-04 21:52:14 +02:00
netware Makefile.am: 2003-02-03 18:15:48 +01:00
NEW-RPMS
os2
pstack
regex Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
repl-tests
scripts Merge with 4.0.11 2003-02-04 21:52:14 +02:00
sql After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
sql-bench Merge with 4.0.11 2003-02-04 21:52:14 +02:00
SSL
strings More use of new CHARSET_INFO functions and two bug fixes 2003-01-31 17:08:14 +04:00
support-files - added support-files/MacOSX to include files specific for building 2003-02-03 20:39:48 +01:00
tests Force to read all unread packets on stmt_close 2003-01-31 15:20:03 -08:00
tools
VC++Files Update to VC++ build files 2003-01-21 21:22:45 +02:00
vio Merge with 4.0.11 2003-02-04 21:52:14 +02:00
zlib
.bzrignore fixed row items with group functions 2003-01-29 20:44:47 +02:00
.cvsignore
acconfig.h Always use USE_STRCOLL code 2003-01-30 11:15:14 +04:00
acinclude.m4
config.guess
config.sub
configure.in After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
depcomp
install-sh
ltconfig - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, 2003-01-27 13:44:16 +01:00
ltmain.sh
Makefile.am Merge with 4.0.11 2003-02-04 21:52:14 +02:00
missing
mkinstalldirs
README

This is a release of MySQL, a GPL (free) SQL database server (more
licence information in the PUBLIC file and in the reference manual).

Please read the "Upgrading from..." section in the manual first, if you are
migrating from older versions of MySQL!

The latest information about MySQL can be found at:
http://www.mysql.com

To see what it can do take a look at the features section in the
manual.

For installation instructions see the Installation chapter in the
manual.

For future plans see the TODO appendix in the manual.

New features/bug fixes history is in the news appendix in the manual.

For the currently known bugs/misfeatures (known errors) see the bugs
appendix in the manual.

For examples of SQL and benchmarking information see the bench
directory.

The manual mentioned above can be found in the Docs directory. The
manual is available in the following formats: as plain ASCII text in
Docs/manual.txt, in HTML format in Docs/manual_toc.html, as GNU Info in
Docs/mysql.info and as PostScript in Docs/manual.ps.

MySQL is brought to you by the MySQL team at MySQL AB

For a list of developers and other contributors, see the Credits appendix
in the manual.

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

IMPORTANT:

Send bug (error) reports, questions and comments to the mailing list
at mysql@lists.mysql.com

Please use the 'mysqlbug' script when posting bug reports or questions
about MySQL. mysqlbug will gather some information about your system
and start your editor with a form in which you can describe your
problem. Bug reports might be silently ignored by the MySQL
maintainers if there is not a good reason included in the report as to
why mysqlbug has not been used. A report that says 'MySQL does not
work for me. Why?' is not considered a valid bug report.

The mysqlbug script can be found in the 'scripts' directory of the
distribution, that is '<where-you-installed-mysql>/scripts'.