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
Guilhem Bichot d44e00e791 Fix for Windows build failure: __attribute__ does not exist under Windows
storage/maria/ma_static.c:
  __attribute__ does not exist under Windows, so it can be used only afer my_global.h which defines it to nothing.
2008-10-16 10:54:53 +02:00
.bzr-mysql Merge from 5.0-bugteam. 2008-08-15 15:30:17 -04:00
.bzr-mysql.moved Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
BitKeeper
BUILD Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
client Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
cmd-line-utils
config/ac-macros Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
dbug Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
Docs
extra Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
include Merging of changes from myisam -> maria missing in last 5.1 - 5.1->maria merge 2008-10-15 00:23:33 +03:00
libmysql Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
libmysql_r
libmysqld Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
man
mysql-test Merge of my revision 2008-10-15 22:00:35 +02:00
mysys Small fixes for pushbuild: compiler warnings, checking that partitioning is enabled when testing it. 2008-10-15 14:44:31 +02:00
netware Merge from 5.0-bugteam local. 2008-08-18 13:33:00 -04:00
plugin
pstack
regex
scripts Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
server-tools Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
sql Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TABLES 2008-10-12 13:09:52 +03:00
sql-bench Fix for BUG#36104 "INFORMATION_SCHEMA.TABLES shows TRANSACTIONAL=1 twice in CREATE_OPTIONS" 2008-06-03 21:35:39 +02:00
sql-common Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
storage Fix for Windows build failure: __attribute__ does not exist under Windows 2008-10-16 10:54:53 +02:00
strings Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
support-files Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
tests Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
unittest Fix for bug#39226 Maria: crash with FLUSH TABLES WITH READ LOCK after LOCK TABLES 2008-10-12 13:09:52 +03:00
vio
win Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
zlib
.bzrignore Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
.cvsignore
CMakeLists.txt Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
configure.in Merged 5.1 maria with 5.1 maria team tree. Automerge. 2008-10-11 11:27:03 +03:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt - lifting a limit: INSERT|REPLACE SELECT and LOAD DATA always prevented versioning, now what do so is if 2008-07-09 14:07:38 +02:00
Makefile.am Merged 5.1 with maria 5.1 2008-10-10 18:28:41 +03:00
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 and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql 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 Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors 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.