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 754fcca98a 1. Cumulated fix for Bug#22398, #22404 and #22405
2. Correct some logical bugs within the tests, which were caused by
   automatic resolve of BitKeeper


mysql-test/include/mix1.inc:
  - Remove hardcoded assignment of storage engine, because this violates the logics of
    refactored tests
  - Remove trailing spaces
  - Move the FOREIGN KEY creation(probably not really needed for the testcase) out of 
    the CREATE TABLE statement + let the FK creation depend on the storage engine capabilities
mysql-test/r/index_merge_innodb.result:
  Updated result
mysql-test/r/index_merge_myisam.result:
  Updated result
mysql-test/r/innodb_mysql.result:
  Updated result
mysql-test/t/disabled.def:
  Reenable the fixed tests
mysql-test/t/index_merge_innodb.test:
  Important comment describing how to modify the tests when some issues
  (most probably no bugs) are fixed.
mysql-test/t/innodb_mysql.test:
  Introduction of a variable for switching FOREIGN KEY on/off
2006-09-18 16:55:56 +02:00
bdb Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
BitKeeper
BUILD
client Merge neptunus.(none):/home/msvensson/mysql/tmp_merge 2006-09-12 15:38:02 +02:00
cmd-line-utils
config/ac-macros
dbug Fix build problem for when not compiled with debugging. 2006-09-06 17:10:58 -04:00
Docs
extra
heap Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
include Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 2006-09-12 14:49:41 +02:00
innobase Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
libmysql
libmysql_r
libmysqld Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 2006-09-12 14:49:41 +02:00
man
myisam Merge chilla.local:/home/mydev/mysql-4.1-bug14400 2006-09-14 17:50:59 +02:00
myisammrg Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
mysql-test 1. Cumulated fix for Bug#22398, #22404 and #22405 2006-09-18 16:55:56 +02:00
mysys
netware
plugin minor plugin api fixes: 2006-09-07 12:56:32 +02:00
pstack
regex
scripts
server-tools Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
sql Merge chilla.local:/home/mydev/mysql-5.1--main 2006-09-14 21:44:17 +02:00
sql-common
storage Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines 2006-09-15 17:21:38 +02:00
strings
support-files
tests
unittest
vio
win Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint 2006-09-05 17:44:08 -04:00
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in
COPYING
Makefile.am
README

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.