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 b465979edc Show charsets dir in error message, instead of just "path: default".
include/my_sys.h:
  make get_charsets_dir a public function
libmysql/libmysql.c:
  show charsets dir instead of the string "default" in error message
mysys/charset.c:
  make get_charsets_dir a public function
2000-10-09 16:10:41 -04:00
BitKeeper/etc Merge 2000-10-07 14:05:45 +02:00
BUILD Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
Build-tools Fixes for 3.23.24 2000-09-08 09:49:25 +02:00
client First part of automatic repair of MyISAM tables. 2000-10-03 14:18:03 +03:00
dbug Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
Docs manual.texi Reworked propaganda in Contact information section. 2000-10-09 05:56:51 -05:00
extra DISTINCT optimization 2000-10-06 21:15:03 +03:00
heap Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
Images Import changeset 2000-07-31 21:29:14 +02:00
include Show charsets dir in error message, instead of just "path: default". 2000-10-09 16:10:41 -04:00
isam Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
libmysql Show charsets dir in error message, instead of just "path: default". 2000-10-09 16:10:41 -04:00
libmysql_r don't depend on mit-pthread files 2000-08-31 01:29:12 +02: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 Fix for compilation ; Turned of RCS flag for all files to avoid 2000-08-30 22:44:57 +03:00
myisam Merge 2000-10-07 14:05:45 +02:00
myisammrg Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
mysql-test Import changeset 2000-07-31 21:29:14 +02:00
mysys Show charsets dir in error message, instead of just "path: default". 2000-10-09 16:10:41 -04:00
NEW-RPMS Import changeset 2000-07-31 21:29:14 +02:00
readline First part of automatic repair of MyISAM tables. 2000-10-03 14:18:03 +03:00
regex First part of automatic repair of MyISAM tables. 2000-10-03 14:18:03 +03:00
repl-tests Docs/manual.texi 2000-10-08 01:48:50 -06:00
scripts Fixed mysql_install_db.sh 2000-09-27 04:04:25 +03:00
sql Merge 2000-10-09 00:02:54 +02:00
sql-bench Bigger ranges if set_maximum_open_files fails + fix for release 2000-09-27 11:47:30 +03:00
strings Portability fixes 2000-10-04 23:20:16 +03:00
support-files sql/log.cc 2000-10-05 17:58:16 -06:00
tests sql/slave.cc 2000-09-19 17:23:58 -06: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 Update to get 3.23.23 to compile 2000-08-31 17:25:30 +03:00
acinclude.m4 Made configure's help output nice and pretty. 2000-09-19 21:43:54 -05:00
config.guess Portability fixes 2000-10-04 23:20:16 +03:00
config.sub Portability fixes 2000-10-04 23:20:16 +03:00
configure.in Merge 2000-10-07 14:05:45 +02:00
install-sh Import changeset 2000-07-31 21:29:14 +02:00
ltconfig Portability fixes 2000-10-04 23:20:16 +03:00
ltmain.sh ltmain.sh Don't add -lc to deplibs under FreeBSD 2000-10-04 17:54:49 -04:00
Makefile.am configure fix to handle my_config.h 2000-09-14 15:40:55 +03: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 Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +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'.