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 52046a7ba3 Bug fixes for 3.23.23
myisam/mi_debug.c:
  ***MISSING WEAVE***
Docs/internals.texi:
  Added coding guidelines
Docs/manual.texi:
  Changelog update + Win32 -> Windows
client/mysql.cc:
  Changed --no-named-commands to be on by default
client/mysqlimport.c:
  Bug fix
include/config-win.h:
  Update of supported functions
include/global.h:
  Removed compiler warning
libmysql/libmysql.c:
  Fix for Ia64
myisam/ChangeLog:
  Changelog
myisam/Makefile.am:
  Added file mi_dbug.c
myisam/ft_stopwords.c:
  Fix for Ia64
myisam/mi_delete_table.c:
  Extra debugging
myisam/mi_rename.c:
  Extra debugging
myisam/mi_rnext.c:
  Fixed bug with MIN and concurrent insert
myisam/mi_rprev.c:
  Fixed bug with MAX and concurrent insert
myisam/mi_search.c:
  Fixed bug with DECIMAL/NUMERIC keys
myisam/myisamdef.h:
  Extra debugging
scripts/make_binary_distribution.sh:
  Added thread safe mysql library
sql/ha_heap.cc:
  Fix of HEAP bug with range keys
sql/ha_heap.h:
  Fix of HEAP bug with range keys
sql/handler.cc:
  Optimizing
sql/handler.h:
  Optimizing
sql/lock.cc:
  More DEBUG + fix of RENAME bug
sql/mini_client.cc:
  Fix for Ia64
sql/mysql_priv.h:
  Fix for name locks
sql/mysqld.cc:
  Shorter message if wrong options
sql/opt_range.cc:
  Added TODO
sql/sql_base.cc:
  Fix for DROP TABLE
sql/sql_parse.cc:
  Fix of permission checking for CHECK TABLE
sql/sql_select.cc:
  Fix of using LEFT JOIN with empty table
sql/table.h:
  Fix for name locks
tests/fork_test.pl:
  Fixed typo
2000-08-29 12:31:01 +03:00
BitKeeper/etc Language Corrections. 2000-08-19 13:05:35 -05:00
BUILD Removed end space 2000-08-22 00:39:08 +03:00
Build-tools Import changeset 2000-07-31 21:29:14 +02:00
client Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
dbug Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
Docs Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
extra Fixes for Ia64 2000-08-23 15:02:27 +03:00
heap Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
Images Import changeset 2000-07-31 21:29:14 +02:00
include Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
isam Fixes for Ia64 2000-08-23 15:02:27 +03:00
libmysql Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
libmysql_r Change the behavior of --enable-thread-safe-client. It now builds 2000-08-18 14:49:31 -04:00
man Import changeset 2000-07-31 21:29:14 +02:00
merge Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
mit-pthreads Import changeset 2000-07-31 21:29:14 +02:00
myisam Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
myisammrg FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
mysql-test Import changeset 2000-07-31 21:29:14 +02:00
mysys FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
NEW-RPMS Import changeset 2000-07-31 21:29:14 +02:00
readline Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
regex Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
repl-tests added sleep to allow time for replication to the alter table test 2000-08-07 16:21:11 -06:00
scripts Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
sql Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
sql-bench FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
strings RENAME TABLE table_name TO new_table_name ; Faster Alloc 2000-08-21 03:00:52 +03:00
support-files mysql.spec.sh - added libmysqlclient_r 2000-08-19 23:36:05 +02:00
tests Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
vio Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
acconfig.h PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
acinclude.m4 Make BerkeleyDB configuration work. 2000-08-03 18:42:33 -04:00
config.guess Import changeset 2000-07-31 21:29:14 +02:00
config.sub Import changeset 2000-07-31 21:29:14 +02:00
configure.in Merge 2000-08-22 12:33:46 +04:00
install-sh Import changeset 2000-07-31 21:29:14 +02:00
ltconfig Import changeset 2000-07-31 21:29:14 +02:00
ltmain.sh Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Change the behavior of --enable-thread-safe-client. It now builds 2000-08-18 14:49:31 -04:00
missing Import changeset 2000-07-31 21:29:14 +02:00
mkinstalldirs Import changeset 2000-07-31 21:29:14 +02:00
mysql.proj Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
README Import changeset 2000-07-31 21:29:14 +02:00
stamp-h.in Import changeset 2000-07-31 21:29:14 +02:00

This is a release of MySQL, a basically 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: Michael (Monty) Widenius at TcX
DataKonsult AB.

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