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
venu@myvenu.com c14de0f584 1. Portability fixups for Connector/ODBC 3.52 & DBD
(Addition of mysql_fetch_column & mysql_stmt_free_result)
 2. Windows build fixups for libmysqld, mysqlbinlog and mysqldemb
2003-06-04 00:17:48 -07:00
bdb
BitKeeper Lots of conflicts resolved 2003-05-28 13:54:58 +05:00
BUILD After merge fixes 2003-05-21 21:39:58 +03:00
Build-tools Merge with 4.0.13 2003-05-19 16:35:49 +03:00
client mysqlshow and mysqldump now send their vharacter set to server 2003-05-30 23:09:35 +05:00
cmd-line-utils
dbug
Docs - removed all traces of internals.texi from Docs/Makefile.am to avoid 2003-05-27 20:22:47 +02:00
extra
heap CHARSET_INFO structure reorganization for easier maintainance 2003-05-23 17:45:52 +05:00
include 1. Portability fixups for Connector/ODBC 3.52 & DBD 2003-06-04 00:17:48 -07:00
innobase Merge with 4.0.13 2003-05-19 16:35:49 +03:00
isam
libmysql 1. Portability fixups for Connector/ODBC 3.52 & DBD 2003-06-04 00:17:48 -07:00
libmysql_r
libmysqld Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 2003-06-03 15:03:29 +05:00
man
merge
myisam MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
myisammrg Merge with 4.0.13 2003-05-19 16:35:49 +03:00
mysql-test Collation & coercibility tests for LTRIM, RTRIM and TRIM 2003-06-03 17:13:19 +05:00
mysys SCRUM: 2003-06-03 15:02:57 +05:00
netware Merge with 4.0.13 2003-05-19 16:35:49 +03:00
NEW-RPMS
os2
pstack
regex
scripts new version of help 2003-05-29 17:47:31 -04:00
sql Windows build fixups (Fix for slave_net_timeout) 2003-06-03 22:57:42 -07:00
sql-bench Merge with 4.0.13 2003-05-19 16:35:49 +03:00
sql-common Windows build fixups (Fix for slave_net_timeout) 2003-06-03 22:57:42 -07:00
SSL
strings MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one now) 2003-06-03 14:59:17 +05:00
support-files Merge with 4.0.13 2003-05-19 16:35:49 +03:00
tests merge 2003-05-22 02:57:27 +03:00
tools
VC++Files 1. Portability fixups for Connector/ODBC 3.52 & DBD 2003-06-04 00:17:48 -07:00
vio Merge with 4.0.13 2003-05-19 16:35:49 +03:00
zlib
.bzrignore Obsolete files removed 2003-06-03 15:27:17 +05:00
.cvsignore
acconfig.h --with-collation argument for configure. Now one can for example use this: 2003-05-28 16:23:04 +05:00
acinclude.m4 Merge with 4.0.13 2003-05-19 16:35:49 +03:00
config.guess
config.sub
configure.in --with-collation argument for configure. Now one can for example use this: 2003-05-28 16:23:04 +05:00
depcomp
install-sh
ltconfig
ltmain.sh
Makefile.am SCRUM: 2003-05-31 15:15:46 +05: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'.