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 384456fc10 BUG#9626 valgrind warnings
- after review fixes


mysql-test/r/ndb_basic.result:
  Test using table with long name
mysql-test/t/ndb_basic.test:
  Test using table with long name
ndb/include/transporter/TransporterDefinitions.hpp:
  Define constant for max section size
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
  Add check for not sending too long table name to ndb kernel
2005-05-19 20:38:48 +02:00
bdb
BitKeeper Resolve merge from 4.1 2005-05-18 11:06:34 -07:00
BUILD Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-05-18 20:11:23 +04:00
client Merge mysql.com:/home/jimw/my/mysql-5.0-build 2005-05-18 17:13:31 -07:00
cmd-line-utils
config/ac-macros Fix warnings from icc 2005-05-18 19:00:21 +03:00
dbug
Docs
extra Fix warnings from icc 2005-05-18 19:00:21 +03:00
heap
include Change the return type back to int (modify_defaults_file). 2005-05-19 14:02:12 +04:00
innobase
libmysql New file default_modify.c. Fixed a typo on mysqld.cc 2005-05-18 20:10:17 +03:00
libmysql_r
libmysqld New file default_modify.c. Fixed a typo on mysqld.cc 2005-05-18 20:10:17 +03:00
man
myisam Resolve merge from 4.1 2005-05-18 11:06:34 -07:00
myisammrg
mysql-test BUG#9626 valgrind warnings 2005-05-19 20:38:48 +02:00
mysys Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-05-19 14:53:57 +02:00
ndb BUG#9626 valgrind warnings 2005-05-19 20:38:48 +02:00
netware
NEW-RPMS
os2
pstack
regex
scripts Merge mysql.com:/home/jimw/my/mysql-5.0-build 2005-05-18 17:13:31 -07:00
server-tools Merge mysql.com:/home/jimw/my/mysql-5.0-build 2005-05-18 17:13:31 -07:00
sql Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-05-19 14:53:57 +02:00
sql-bench
sql-common
SSL
strings
support-files
tests Change update_auto_increment to return 1 if get_auto_increment() returned ~(ulonglong) 2005-05-18 10:41:35 +03:00
tools
VC++Files default.c: 2005-05-18 12:15:28 +02:00
vio
zlib
.bzrignore Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
.cvsignore
configure.in configure.in: 2005-05-19 07:22:23 +02:00
COPYING
Makefile.am
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'.