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
heikki@hundin.mysql.fi 5aa9a391f5 row0mysql.c:
Add some diagnostic code to track BLOB bugs if they were not already fixed with the change in row0sel.c
row0sel.c:
  Fix a seg fault which was caused inside MySQL because InnoDB when returning a BLOB value did not initialize the length and the data pointer of a BLOB whose value is the SQL NULL; also fix a very improbable race condition which could occur if a row with an externally stored BLOB was fetched using the adaptive hash index
2002-05-09 16:13:09 +03:00
bdb Remove docs from the bdb distribution 2002-05-07 18:05:15 +03:00
BitKeeper Tiny fix to make the XML generated by the client well-formed. 2002-05-08 03:16:58 -06:00
BUILD
Build-tools Fix to be able to use egc to compile 3.23 2002-05-05 15:40:45 +03:00
client Tiny fix to make the XML generated by the client well-formed. 2002-05-08 03:16:58 -06:00
dbug Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive. 2002-04-22 10:34:46 +03:00
div
Docs Fix for ISNULL() 2002-05-07 19:08:56 +03:00
extra
heap
Images
include Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
innobase row0mysql.c: 2002-05-09 16:13:09 +03:00
isam Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
libmysql SHOW VARIABLES LIKE ... are now case insensitive 2002-04-18 18:24:14 +03:00
libmysql_r
man
merge
mit-pthreads Add missing symbols for linux 2002-05-08 13:48:40 +03:00
myisam SHOW VARIABLES LIKE ... are now case insensitive 2002-04-18 18:24:14 +03:00
myisammrg
mysql-test Fix for ISNULL() 2002-05-07 19:08:56 +03:00
mysys Small fix for HP-UX 10.20 with DCE threads 2002-04-16 21:19:00 +03:00
NEW-RPMS
os2
readline
regex
repl-tests
scripts
sql Fix for ISNULL() 2002-05-07 19:08:56 +03:00
sql-bench
strings Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
support-files
tests
vio
zlib
.bzrignore Add missing pthreadtypes.h file to mit-pthreads 2002-05-08 12:19:41 +03:00
.cvsignore
acconfig.h
acinclude.m4
build-tags
config.guess
config.sub
configure.in Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
install-sh
ltconfig
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'.