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 791a5d9444 Fixed compiler warnings
Move plugin declarations after system functions have been checked
(Fixes problem with ndb_config failing becasue SHM is not declared)
Fixed some memory leaks


configure.in:
  Move plugin declarations after system functions have been checked
  (Fixes problem with ndb_config failing becasue SHM is not declared)
mysql-test/t/disabled.def:
  Disabled ndb_load, as it is in 5.0
  (Fails randomly in binlog_close_connection())
mysql-test/t/log_tables.test:
  Update error numbers
mysql-test/t/ndb_config.test:
  Moved test depending on SHM to ndb_config2.test
mysql-test/t/ndb_partition_error.test:
  Update error numbers
sql/event_timed.cc:
  Removed not needed line
sql/ha_berkeley.cc:
  Fixed compiler warning
sql/ha_heap.cc:
  Fixed compiler warning
sql/ha_innodb.cc:
  Fixed compiler warning
sql/ha_myisam.cc:
  Fixed compiler warning
sql/ha_myisammrg.cc:
  Fixed compiler warning
sql/ha_ndbcluster.cc:
  Fixed compiler warning
sql/ha_partition.cc:
  Fixed compiler warning
sql/mysql_priv.h:
  After merge fix
sql/mysqld.cc:
  Fixed memory leak in skip_grant.test
sql/share/errmsg.txt:
  Removed wrong error messages
sql/sql_lex.cc:
  More debugging
  Faster lex_end()
sql/sql_partition.cc:
  Fixed memory leak
sql/sql_view.cc:
  Fixed memory leak
mysql-test/r/ndb_config2.result:
  New BitKeeper file ``mysql-test/r/ndb_config2.result''
mysql-test/t/ndb_config2.test:
  New BitKeeper file ``mysql-test/t/ndb_config2.test''
2006-05-04 19:39:47 +03:00
BitKeeper pekka:get - push push push 2006-05-02 21:47:53 +02:00
BUILD WL#3201 post-review fixups 2006-05-01 21:33:09 -07:00
client After merge fixes 2006-05-04 06:28:24 +03:00
cmd-line-utils Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557 2006-02-21 08:57:18 +01:00
config/ac-macros fix legacy configure option handling 2006-05-03 15:58:15 -07:00
dbug Final patch to remove the last of the OS2 support. 2006-04-15 18:17:32 -07:00
Docs Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new, 2006-04-11 18:54:24 -07:00
extra Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2006-04-30 13:27:38 -07:00
include Merge mysql.com:/home/my/mysql-5.0 2006-05-04 15:58:30 +03:00
libmysql Final patch to remove the last of the OS2 support. 2006-04-15 18:17:32 -07:00
libmysql_r fixes for 'make dist' and 'make distcheck' 2006-04-12 14:08:24 +02:00
libmysqld Merge xiphis.org:/home/antony/work2/wl3201.3 2006-04-24 13:36:15 -07:00
man - Removed obsolete and outdated man page files from the man 2005-10-27 14:51:58 +02:00
mysql-test Fixed compiler warnings 2006-05-04 19:39:47 +03:00
mysys Merge mysql.com:/home/my/mysql-5.0 2006-05-04 15:58:30 +03:00
netware Merge 2006-04-04 23:37:44 +02:00
plugin fixes 2006-04-30 15:52:30 -04:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
scripts Delete unused (and unmaintained) scripts. 2006-04-17 20:01:07 -07:00
server-tools Merge mysql.com:/home/jimw/my/mysql-5.0-clean 2006-04-30 13:27:38 -07:00
sql Fixed compiler warnings 2006-05-04 19:39:47 +03:00
sql-common Final patch to remove the last of the OS2 support. 2006-04-15 18:17:32 -07:00
storage Merge mysql.com:/home/my/mysql-5.0 2006-05-04 15:58:30 +03:00
strings Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-05-02 15:09:35 -04:00
support-files Merge 2006-05-02 02:45:04 +02:00
tests Windows build fixes for CMake 2006-05-03 09:06:22 +02:00
unittest fix for make distcheck 2006-04-20 23:04:55 +02:00
VC++Files Merge mysql.com:/home/my/mysql-5.0 2006-05-04 15:58:30 +03:00
vio Added support for key_block_size for key and table level (WL#602) 2006-05-03 15:59:17 +03:00
win Update readme file with instructions for VCExpress and Platform SDK 2006-04-10 18:44:55 +02:00
zlib Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
.bzrignore Merge xiphis.org:/home/antony/work2/mysql-5.1 2006-05-01 22:45:31 -07:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
cmakelists.txt WL#3201 2006-04-20 10:44:21 -07:00
configure.in Fixed compiler warnings 2006-05-04 19:39:47 +03:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
Makefile.am fixes 2006-04-30 15:52:30 -04:00
README README: 2006-04-01 04:13:33 +02:00

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file.
- For commercial distributions, see the MySQLEULA.txt file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.