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 c6622b3adf mysql-test-run.pl now creates an innodb data file of 10M:autoextend instead of 128M:autoextend.
This is faster under gdb/valgrind (this should speed up work of people who have to run
a simple test 50 times to do debugging). Running without --big, which is the default, InnoDB tests
take at most 18MB so 128 was overkill. Running with --big, InnoDB tests take 450MB so 128
was not enough anyway.


mysql-test/mysql-test-run.pl:
  10M is faster to create than 128M (especially under gdb or valgrind) and is enough for most tests.
2006-04-12 10:55:26 +02:00
BitKeeper post-commit: 2006-03-13 16:16:46 +01:00
BUILD Implement --warning-mode in SETUP.sh. The value of the 2006-04-07 02:25:59 +04:00
client Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-04-11 09:54:00 +02:00
cmd-line-utils Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557 2006-02-21 08:57:18 +01:00
config/ac-macros Merge mysql.com:/Users/kent/mysql/bk/tmp_merge 2006-04-05 10:39:44 +02:00
dbug Add missing files for CMake build. 2006-03-27 11:23:50 +02:00
Docs Merge 2006-04-04 23:37:44 +02:00
extra Add missing files for CMake build. 2006-03-27 11:23:50 +02:00
include Merge bk-internal:/home/bk/mysql-5.1-new 2006-04-11 09:11:36 +02:00
libmysql Merge 192.168.0.10:mysql/mysql-5.1 2006-04-11 12:19:28 +02:00
libmysql_r yassl link problem fixed 2006-04-03 12:07:18 +02:00
libmysqld Merge 192.168.0.10:mysql/mysql-5.1 2006-04-11 12:19:28 +02:00
man - Removed obsolete and outdated man page files from the man 2005-10-27 14:51:58 +02:00
mysql-test mysql-test-run.pl now creates an innodb data file of 10M:autoextend instead of 128M:autoextend. 2006-04-12 10:55:26 +02:00
mysys Merge bk-internal:/home/bk/mysql-5.1-new 2006-04-11 09:11:36 +02:00
netware Merge 2006-04-04 23:37:44 +02:00
plugin plugin/fulltext/configure.in 2006-04-07 22:36:04 +02: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 mysql-test-run.pl: 2006-04-10 14:15:02 +02:00
server-tools Remove unused variables and label 2006-04-10 18:34:18 +02:00
sql Merge bk-internal:/home/bk/mysql-5.1-new 2006-04-11 16:03:49 -07:00
sql-bench Set thread_stack after return from end_thread() 2005-12-03 18:13:06 +02:00
sql-common Update implementation of new function 'mysql_get_ssl_cipher' after review 2006-04-10 12:23:20 +02:00
SSL Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
storage Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-11 21:06:48 +02:00
strings Bug#16233: XML: ExtractValue() fails with special characters 2006-04-11 13:25:02 +05:00
support-files Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0 2006-04-07 11:23:55 +02:00
tests Fix incorrect merge: put '/*' comment start back. 2006-03-30 22:35:50 +04:00
tools pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
VC++Files Merging 2006-04-10 20:54:42 +05:00
vio Manual merge. 2006-03-28 10:07:03 +02: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 Fixed compiler and valgrind warnings 2006-03-29 14:27:36 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
cmakelists.txt Add CSV storage engine to cmake files 2006-04-10 18:18:29 +02:00
configure.in Drop a number of OS2 specific files. 2006-04-10 17:48:19 -07: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 Merge bk-internal:/home/bk/mysql-5.1-new 2006-04-11 09:11:36 +02: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.