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
Marko Mäkelä 262668e314 Fix a bogus UNIV_SYNC_DEBUG failure in the fix of Bug #59641
or Oracle Bug #11766513.

trx_undo_free_prepared(): Do not acquire or release trx->rseg->mutex.
This code is invoked in the single-threaded part of shutdown, therefore
a mutex is not needed.
2011-05-18 15:05:08 +03:00
.bzr-mysql
BUILD
client Merge mysql-5.1 -> mysql-5.1-innodb 2011-04-21 11:08:05 +03:00
cmake Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5. 2011-04-30 10:54:38 +05:30
cmd-line-utils Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5. 2011-04-30 10:54:38 +05:30
dbug
Docs
extra Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5 2011-03-29 14:43:49 +02:00
include Fixed the ABI check files after the push of bug # 12325444. 2011-04-28 13:08:05 +03:00
libmysql BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
libmysqld
libservices
man
mysql-test Merge mysql-5.5-innodb -> mysql-5.5 2011-05-02 12:50:00 +03:00
mysys Remove some leftovers from the removal of the gethostbyname wrappers. 2011-04-13 16:05:26 -03:00
packaging/WiX
plugin Fixed a wrong name in a comment 2011-04-05 15:25:19 +03:00
regex
scripts Merged the fix for bug #11936829 to 5.5.11 release 2011-03-31 16:08:31 +03:00
sql Merge mysql-5.1-innodb -> mysql-5.1 2011-05-02 12:49:19 +03:00
sql-bench
sql-common Addendum to the fix for bug #12325444 2011-04-29 11:33:17 +03:00
storage Fix a bogus UNIV_SYNC_DEBUG failure in the fix of Bug #59641 2011-05-18 15:05:08 +03:00
strings
support-files
tests A patch for Bug#11763413 (56115: SELECT doesn't work in 2011-03-22 14:48:56 +03:00
unittest
vio FIONREAD is located in sys/filio.h on Solaris. 2011-04-29 18:48:23 -03:00
win Removed the obsolete windows build files 2011-03-28 16:32:53 +03:00
zlib
.bzrignore Manual merge from 5.1 2011-04-20 19:53:08 +02:00
BUILD-CMAKE
CMakeLists.txt
config.h.cmake Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5. 2011-04-30 10:54:38 +05:30
configure.cmake Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5. 2011-04-30 10:54:38 +05:30
COPYING
INSTALL-SOURCE
INSTALL-WIN-SOURCE
README Removed the "Third-Party Component Notices" part from README 2011-03-16 23:11:25 +01:00
VERSION Merge from mysql-5.1 (bump the version). 2011-04-11 13:49:05 +04:00

MySQL Server 5.5

This is a release of MySQL, a dual-license SQL database server.
For the avoidance of doubt, this particular copy of the software 
is released under the version 2 of the GNU General Public License. 
MySQL is brought to you by Oracle.

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

License information can be found in the COPYING file.

MySQL FOSS License Exception
We want free and open source software applications under certain
licenses to be able to use specified GPL-licensed MySQL client
libraries despite the fact that not all such FOSS licenses are
compatible with version 2 of the GNU General Public License.  
Therefore there are special exceptions to the terms and conditions 
of the GPLv2 as applied to these client libraries, which are 
identified and described in more detail in the FOSS License 
Exception at 
<http://www.mysql.com/about/legal/licensing/foss-exception.html>.

This distribution may include materials developed by third
parties. For license and attribution notices for these
materials, please refer to the documentation that accompanies
this distribution (see the "Licenses for Third-Party Components"
appendix) or view the online documentation at 
<http://dev.mysql.com/doc/>.

GPLv2 Disclaimer
For the avoidance of doubt, except that if any license choice
other than GPL or LGPL is available it will apply instead, 
Oracle elects to use only the General Public License version 2 
(GPLv2) at this time for any software where a choice of GPL 
license versions is made available with the language indicating 
that GPLv2 or any later version may be used, or where a choice 
of which version of the GPL is applied is otherwise unspecified.

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 Reference Manual sections of special interest:
- If you are migrating from an older version of MySQL, please 
  read the "Upgrading from..." section.
- 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 MySQL Change History 
  appendix.

You can browse the MySQL Reference Manual online or download it 
in any of several formats at the URL given earlier in this file.
Source distributions include a local copy of the manual in the
Docs directory.