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 bbd8831471 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-10-29 18:22:04 -07:00
bdb More debug info 2001-09-08 11:47:34 +03:00
BitKeeper Adding code for NT service in the install and remove 2001-10-25 05:57:15 -02:00
BUILD added symbols files to RPM to resolve stack trace 2001-09-03 13:09:08 -06:00
Build-tools Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-10-03 18:38:31 +03:00
client Fix for 'mysqladmin -w1 unknown-command' 2001-10-07 14:18:09 +03:00
dbug Portability fixes 2001-08-30 10:51:36 +03:00
div
Docs Don't use signal() on windows. 2001-10-19 22:10:54 +03:00
extra Fix for LOAD DATA FROM MASTER when using tables with checksum 2001-09-18 04:58:15 +03:00
heap OS2 patch 2001-09-12 23:53:31 +03:00
Images
include HA_NO_FULLTEXT_KEY and an appropriate error message 2001-10-23 10:52:51 +02:00
innobase InnoDB portability fixes 2001-10-11 12:49:44 +03:00
isam Fixed bug in --safe-create-user 2001-09-15 15:24:56 +03:00
libmysql bug in libmysql.c:mysql_reconnect() fixed 2001-10-24 21:38:48 +02:00
libmysql_r Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
man
merge Fixes for OS2. 2001-08-22 01:45:07 +03:00
mit-pthreads
myisam Fixed bug in INSERT DELAYED 2001-10-02 21:08:08 +03:00
myisammrg Fix problem with comments/blank lines in MERGE files. 2001-08-30 11:20:28 +03:00
mysql-test Merge work:/home/bk/mysql 2001-10-29 18:22:04 -07:00
mysys Fixed bug in counting open files when using many files 2001-09-27 22:02:37 +03:00
NEW-RPMS
os2 Fix for OS2 2001-08-30 01:22:02 +03:00
readline
regex
repl-tests
scripts Cleaned up udf_example.cc and mysql_fix_privilege_tables 2001-09-27 21:35:35 +03:00
sql Merge work:/home/bk/mysql 2001-10-29 18:22:04 -07:00
sql-bench Some fixes for Gemini 2001-09-20 20:22:43 +03:00
strings Fix for make dist 2001-10-02 22:21:14 +03:00
support-files Added unique error for DEADLOCK 2001-09-17 23:43:53 +03:00
tests
vio
.bzrignore Merge work:/home/bk/mysql 2001-08-11 15:27:10 -06:00
.cvsignore
acconfig.h
acinclude.m4 Cleaned up udf_example.cc and mysql_fix_privilege_tables 2001-09-27 21:35:35 +03:00
config.guess Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8 2001-08-28 18:48:13 -04:00
config.sub Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8 2001-08-28 18:48:13 -04:00
configure.in Update version number 2001-09-28 14:34:52 +03:00
install-sh
ltconfig Update the SCO (now Caldera)/SysV tests. This should allow OpenUnix8 2001-08-28 18:48:13 -04:00
ltmain.sh
Makefile.am
missing
mkinstalldirs
README
stamp-h.in

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 section in the manual if emigration from
3.20.# to 3.21.#. Otherwise it wont work!!

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 text in
Docs/manual.txt, as HTML in Docs/manual_toc.html, as GNU Info in
Docs/mysql.info and as PostScript in Docs/manual.ps.

For a contributed user manual see http://www.turbolift.com/mysql.

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 consider a valid bug report.

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