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 619232cc8b Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi
client/mysqlcheck.c:
  Fixed three bugs in mysqlcheck:
  1. mysqlcheck died with error Got error: 1103: Incorrect table name when
     executing 'REPAIR TABLE'
  2. --auto-repair used together with --all-in-1 (-1) tried to fix next table
     in a row, independent whether the next table was OK or corrupted, in case an
     error was found from a previous table and the previous table remained unfixed.
  3. --auto-repair didn't work at all when -1 option wasn't used; broken tables
     were not noticed at all.
scripts/mysqld_multi.sh:
  Changed documentation
2002-10-17 19:34:02 +03:00
bdb Merge with 3.23.51 2002-07-25 22:46:28 +03:00
BitKeeper Merge with 3.23.54 2002-10-16 13:11:25 +03:00
BUILD compile-*-debug* scripts will now compile InnoDB in non-inline fashion 2002-08-21 21:20:56 +00:00
Build-tools Merge with 3.23.54 2002-10-16 13:11:25 +03:00
client Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi 2002-10-17 19:34:02 +03:00
dbug - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
div
Docs Added Change note about the fixed join parsing, allowing (removing) braces. 2002-10-17 10:58:30 +02:00
extra - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
fs moved my_getopt.h under client_priv.h 2002-05-22 23:54:24 +03:00
heap Merge with 3.23.54 2002-10-16 13:11:25 +03:00
Images
include Fix for build problem on AIX 2002-10-09 13:04:03 +03:00
innobase Merge with 3.23.54 2002-10-16 13:11:25 +03:00
isam - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
libmysql Updated VC++ project files for 4.0.4 2002-09-24 17:11:59 +03:00
libmysql_r - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
libmysqld Builder C++ Embedded Server Sample 2002-10-13 03:08:44 -02:00
man
merge - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
myisam Fixes after last merge. 2002-10-16 19:05:10 +03:00
myisammrg - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
mysql-test Fixes after last merge. 2002-10-16 19:05:10 +03:00
mysys Fix the 100% CPU usage with TZ variable 2002-10-16 21:22:56 -02:00
NEW-RPMS
os2 - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> 2002-07-15 18:26:11 +02:00
pstack
readline Portability fix. 2002-08-21 23:31:33 +03:00
regex - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
repl-tests
scripts Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi 2002-10-17 19:34:02 +03:00
sql Fixes after last merge. 2002-10-16 19:05:10 +03:00
sql-bench merge with 3.23.53 2002-08-16 14:41:22 +03:00
SSL server-key.pem regenerated 2002-08-08 23:06:15 +02:00
strings - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
support-files - Small fix for support-files/mysql.spec.sh 2002-10-02 13:06:04 +02:00
tests Fixed missing table_list->name -> table_list->alias convert 2002-10-08 17:58:43 +03:00
tools - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
VC++Files additions for compiling for Win via samba 2002-10-08 16:55:39 +05:00
vio - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
zlib Adding the new zlib tree for Windows 2002-03-19 01:08:09 -03:00
.bzrignore merge with 3.23 2002-08-24 02:10:49 +03:00
.cvsignore
acconfig.h Fix for HAVE_QUERY_CACHE 2002-04-02 19:10:55 +03:00
acinclude.m4 Fixes after last merge. 2002-10-16 19:05:10 +03:00
config.guess - minor fixes and documentation for the update to automake 1.5 2002-10-09 20:54:47 +02:00
config.sub - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
configure.in Merge with 3.23.54 2002-10-16 13:11:25 +03:00
depcomp - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
install-sh - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
ltconfig - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
ltmain.sh - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
Makefile.am - Removed MIRRORS from EXTRA_DIST files in Makefile.am to get 2002-07-22 14:19:11 +02:00
missing - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
mkinstalldirs
README Removed URL (website is not actively maintained anymore) 2002-04-24 08:28:50 +02:00

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'.