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 0af662b9e3 Bug #3891 - "DROP TABLE many-unexistent-tables, was printing an error with
%s instead of table names".

Propagating changes from old language-specific errmsg.txt files to new
global errmsg.txt.


sql/share/errmsg.txt:
  Allow longer "table names" as DROP TABLE puts a list here.
2005-04-03 11:31:50 +04:00
bdb Fix calls to memset() with arguments out of order. (Bug #9323) 2005-03-22 16:00:02 -08:00
BitKeeper BUG#8585 ndb_cache2 2005-03-31 14:33:50 +02:00
BUILD
Build-tools merge 4.1->5.0 2005-03-31 10:39:48 +03:00
client Merge 2005-04-01 08:35:33 -06:00
cmd-line-utils
config/ac-macros Merge mysql.com:/M50/mysql-5.0 into mysql.com:/M50/push-5.0 2005-03-29 21:13:56 +02:00
dbug Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
Docs - Added new error message. 2005-03-22 15:57:24 +02:00
extra Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
heap Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-03-17 08:17:36 -08:00
include Merge 2005-03-30 17:07:40 +05:00
innobase Merge bk-internal:/home/bk/mysql-5.0 2005-03-22 16:11:43 +01:00
libmysql Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-03-24 15:44:50 +01:00
libmysql_r Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
libmysqld fixed conflict making embedded server with libmysqld 2005-03-25 14:12:46 -08:00
man Manual merge 2005-03-17 21:47:46 -08:00
myisam Merge 2005-03-25 10:43:35 +04:00
myisammrg Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
mysql-test Merge of patch for bug #3891 into 5.0 tree. 2005-04-03 10:36:18 +04:00
mysys merge 2005-03-29 17:24:26 +05:00
ndb merge 2005-04-01 11:21:55 +02:00
netware
NEW-RPMS
os2
pstack
regex Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
scripts Merge 2005-04-01 10:13:37 +02:00
server-tools Revert the inclusion of 'signal.h' as the module contains 'kill()'. 2005-03-22 10:39:26 +01:00
sql Bug #3891 - "DROP TABLE many-unexistent-tables, was printing an error with 2005-04-03 11:31:50 +04:00
sql-bench
sql-common Manual merge 2005-03-26 01:44:54 +03:00
SSL
strings decimal_div bug#9501 2005-03-31 17:46:36 +02:00
support-files Merge 2005-04-01 10:13:37 +02:00
tests Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-03-25 17:35:37 +04:00
tools Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08:00
VC++Files mysqld.dsp: 2005-04-02 03:35:28 +02:00
vio Merge 2005-03-30 17:07:40 +05:00
zlib upgrade zlib to 1.2.2 2005-03-23 21:08:13 +01:00
.bzrignore
.cvsignore
config.guess
config.sub
configure.in Merge 2005-04-01 11:15:11 +02:00
depcomp
install-sh
ltconfig
ltmain.sh
Makefile.am Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup). 2005-03-16 16:22:56 -08: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 from..." section in the manual first, if you are
migrating from older versions of MySQL!

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 plain ASCII text in
Docs/manual.txt, in HTML format in Docs/manual_toc.html, as GNU Info in
Docs/mysql.info and as PostScript in Docs/manual.ps.

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 considered a valid bug report.

The mysqlbug script can be found in the 'scripts' directory of the
distribution, that is '<where-you-installed-mysql>/scripts'.