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 2e27ab2708 protocol test update
(fix for memory ovverun bug from DBD(ranger) + changes for removal of collation from explain)
2003-06-04 00:19:09 -07:00
bdb - make sure to generate the BDB tags file, otherwise s_symlink will create 2003-04-11 17:20:32 +02:00
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 fixed bug with locales in libedit 2003-04-06 20:14:36 -04:00
dbug Merge with 4.0 2003-03-16 19:17:54 +02:00
Docs - removed all traces of internals.texi from Docs/Makefile.am to avoid 2003-05-27 20:22:47 +02:00
extra Removed some not used files 2003-04-22 22:41:59 +03:00
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 Some optimization in CHARSET_INFO: 2003-04-01 12:45:16 +05:00
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 - added mysql_fix_privilege_tables(1) man page to distribution 2003-05-13 18:54:20 +02:00
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 Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
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 protocol test update 2003-06-04 00:19:09 -07:00
tools system_charset_info has been moved to /sql directory 2003-03-16 12:30:10 +04:00
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'.