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 cf42a95562 Added ABS() to make tests more portable.
New postgresql crash-me file.
Increased blob size in benchmarks from 65K to 1M.


mysql-test/t/select.test:
  Added ABS() to make tests more portable
mysys/tree.c:
  Added missing call to tree->free  (MySQL didn't use this)
sql-bench/Comments/postgres.benchmark:
  Updated documentation
sql-bench/bench-init.pl.sh:
  Updated version number (changed blob size)
sql-bench/limits/pg.cfg:
  New postgres results
sql-bench/server-cfg.sh:
  Updated to PostgreSQL 7.1.1
sql-bench/test-connect.sh:
  Changed select_big -> select_big_str
tests/fork_big.pl:
  Added count(distinct) test
2001-06-03 12:26:24 +03:00
bdb
BitKeeper manual.texi Changed Jay Flaherty's email address. 2001-06-01 13:24:29 -05:00
BUILD
Build-tools
client Fixed bugs in symlink code 2001-06-02 01:16:26 +03:00
dbug
div
Docs Added missing flag latvia.eps 2001-06-02 11:36:14 +03:00
extra
heap
Images
include Added --skip-symlinks 2001-06-01 19:38:47 +03:00
innobase sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 case in mutex_reset_lock_word 2001-05-31 15:59:03 +03:00
isam
libmysql Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
libmysql_r
man
merge
mit-pthreads
myisam Added --skip-symlinks 2001-06-01 19:38:47 +03:00
myisammrg
mysql-test Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
mysys Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
NEW-RPMS
readline
regex
repl-tests
scripts
sql Fixed bug that caused client to hang because mysqld never did send an 2001-06-02 00:03:16 +03:00
sql-bench Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
strings
support-files
tests Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
vio
.bzrignore
.cvsignore
acconfig.h
acinclude.m4
config.guess
config.sub
configure.in Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-05-31 12:19:16 +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'.