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 157b36675e Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp()
mysql-test/r/join.result:
  Test of range optimizer bug
mysql-test/t/join.test:
  Test of range optimizer bug
sql/sql_rename.cc:
  Added missing DEBUG_PRINT()
2003-03-07 14:40:37 +02:00
bdb - removed LIBOBJS hack (no longer required with newer versions of autoconf 2003-02-04 22:30:47 +01:00
BitKeeper fixed functions to be able work with group function as argument 2003-01-29 10:38:56 +02:00
BUILD
Build-tools Small enhancements for Do-compile: 2003-02-05 18:02:12 +01:00
client A better, but larger fix for server_id bug .. 2003-03-05 15:34:58 +02:00
dbug
div
Docs - replaced manual.texi with a dummy placeholder file (manual.texi is 2003-01-27 16:28:42 +01:00
extra
heap
Images
include Always include errno.h 2003-02-28 19:52:14 +02:00
innobase ibuf0ibuf.c: 2003-02-21 23:11:31 +02:00
isam
libmysql connect timeout bug fix 2003-02-10 17:50:06 +02:00
libmysql_r
man
merge
mit-pthreads
myisam Fixed typo 2003-01-17 13:52:23 +02:00
myisammrg
mysql-test Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp() 2003-03-07 14:40:37 +02:00
mysys
NEW-RPMS
os2
readline
regex
repl-tests
scripts change 'slave-master-info.opt' to .slave-mi to avoid problems with long filenames on some OS 2003-02-26 00:04:13 +02:00
sql Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp() 2003-03-07 14:40:37 +02:00
sql-bench
strings - fixes to properly make a "make distclean" (some files were not removed) 2002-12-27 17:37:55 +01:00
support-files
tests
VC++Files
vio
zlib
.bzrignore fixed Field::eq() to work with CHAR(0) fields 2003-03-04 18:02:56 +01:00
.cvsignore
acconfig.h
acinclude.m4
build-tags
config.guess
config.sub
configure.in - bump up version number 3.23.55 -> 3.23.56 in configure.in 2003-01-23 20:24:29 +01:00
depcomp
install-sh
ltconfig - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, 2003-01-27 13:44:16 +01:00
ltmain.sh
Makefile.am - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles, 2003-01-27 13:44:16 +01: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 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'.