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
Tor Didriksen 50e8ac0b83 Bug#13734987 MEMORY LEAK WITH I_S/SHOW AND VIEWS WITH SUBQUERY
In fill_schema_table_by_open(): free item list before restoring active arena.


sql/sql_show.cc:
  Replaced i_s_arena.free_items with DBUG_ASSERT(i_s_arena.free_list == NULL)
  (there's nothing to free in that list)
2012-09-05 17:40:13 +02:00
.bzr-mysql
BitKeeper
BUILD
client BUG#11757312: MYSQLBINLOG DOES NOT ACCEPT INPUT FROM STDIN 2012-08-08 22:15:46 +05:30
cmd-line-utils
config/ac-macros
dbug
Docs INSTALL-BINARY placeholder: change invalid URLs (request from Kristofer) 2012-07-31 20:41:46 +02:00
extra Bug #13115401: -SSL-KEY VALUE IS NOT VALIDATED AND IT ALLOWS INSECURE 2012-08-11 15:43:04 +05:30
include Bug#13928675 MYSQL CLIENT COPYRIGHT NOTICE MUST 2012-08-07 18:58:19 +05:30
libmysql Bug #13708485: malformed resultset packet crashes client 2012-06-28 18:38:55 +03:00
libmysql_r
libmysqld Merge unpushed changes from 5.1.64-release 2012-07-12 10:00:14 +02:00
man
mysql-test Bug #13453036 ERROR CODE 1118: ROW SIZE TOO LARGE - EVEN 2012-08-31 15:42:00 +05:30
mysys BUG#11762670:MY_B_WRITE RETURN VALUE IGNORED 2012-07-10 14:23:17 +05:30
netware
plugin
regex
scripts Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
server-tools
sql Bug#13734987 MEMORY LEAK WITH I_S/SHOW AND VIEWS WITH SUBQUERY 2012-09-05 17:40:13 +02:00
sql-bench
sql-common Bug #13708485: malformed resultset packet crashes client 2012-06-28 18:38:55 +03:00
storage Bug #13453036 ERROR CODE 1118: ROW SIZE TOO LARGE - EVEN 2012-08-31 15:42:00 +05:30
strings Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | 2012-07-05 13:41:16 +03:00
support-files
tests mysql_client_fw.c was not included in make dist 2012-07-10 11:57:24 +02:00
unittest
vio Bug #13115401: -SSL-KEY VALUE IS NOT VALIDATED AND IT ALLOWS INSECURE 2012-08-11 15:43:04 +05:30
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt Bug #14035452 - MODULARIZE MYSQL_CLIENT_TEST 2012-07-19 12:57:36 +02:00
configure.in Reverting broken configure/make stuff 2012-07-19 15:55:41 +02:00
COPYING
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am Reverting broken configure/make stuff 2012-07-19 15:55:41 +02:00
README

MySQL Server 5.1

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, 2012, 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.