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
Ajo Robert 15de3c6275 Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHEN
DOING BAD DDL IN PREPARED STATEMENT

Analysis
========
A repeat execution of the prepared statement 'ALTER TABLE v1
CHECK PARTITION' where v1 is a view leads to server exit.

ALTER TABLE ... CHECK PARTITION is not applicable for views
and check for the same check is missing. This leads to
further execution and creation of derived table for the view
(Allocated under temp_table mem_root). Any reference to open
 view or related pointers from second execution leads to
server exit as the same was freed at previous execution closure.

Fix:
======
Added check for view in mysql_admin_table() on PARTITION
operation. This will prevent mysql_admin_table() from
going ahead and creating temp table and related issues.
Changed message on admin table view operation error to
be more appropriate.
2015-11-13 17:51:18 +05:30
BUILD
client Bug#21973610: BUFFER OVERFLOW ISSUES 2015-11-06 16:41:55 +05:30
cmake Bug #20168526 YASSL: CORRUPT SSL-KEY CRASHES CLIENT 2015-07-13 10:10:12 +02:00
cmd-line-utils Merge branch 'mysql-5.1' into mysql-5.5 2015-04-24 11:31:59 +05:30
dbug
Docs
extra Updated yassl to yassl-2.3.8 2015-09-18 11:18:25 +02:00
include Bug #21221862 NEWEST RHEL/CENTOS OPENSSL UPDATE BREAKS MYSQL DHE CIPHERS 2015-06-19 08:26:33 +05:30
libmysql Bug#21973610: BUFFER OVERFLOW ISSUES 2015-11-06 16:41:55 +05:30
libmysqld Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG 2014-10-13 09:52:28 +02:00
libservices
man
mysql-test Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHEN 2015-11-13 17:51:18 +05:30
mysys Bug #21503595 : --QUERY-ALLOC-BLOCK-SIZE=-1125899906842624 + 2015-09-04 11:10:57 +05:30
packaging BUG#21950975 - MYSQL RPM INSTALLER(NEW STYLE) FAILS TO CREATE 'MYSQL' USER FOR EL5 2015-11-05 16:33:47 +05:30
plugin Bug #21467458 - UNINSTALL PLUGIN DAEMON_EXAMPLE CRASHES 2015-09-16 18:58:43 +05:30
regex Bug#21973610: BUFFER OVERFLOW ISSUES 2015-11-06 16:41:55 +05:30
scripts Bug#17619241 SERVICE OR MYSQLD_SAFE STARTS PICKING WRONG PLUGIN DIRECTORY 2015-01-16 07:27:01 +01:00
sql Bug#19817021 CRASH IN TABLE_LIST::PREPARE_SECURITY WHEN 2015-11-13 17:51:18 +05:30
sql-bench
sql-common Bug#17599258:- ERROR 1160 (08S01): GOT AN ERROR WRITING 2014-11-10 16:21:59 +05:30
storage Bug #22023218: MYSQL 5.5: MAIN.FULLTEXT HAS VALGRIND ISSUES. 2015-11-03 07:43:54 +05:30
strings
support-files Bug#21527467 - RPM SCRIPTS FAIL WITH MULTIPLE DATADIR 2015-08-26 19:29:00 +02:00
tests Changing the copyright headers a bit to be complaint with the standards 2014-08-27 16:06:50 +02:00
unittest
vio Bug #21221862 NEWEST RHEL/CENTOS OPENSSL UPDATE BREAKS MYSQL DHE CIPHERS 2015-06-19 08:26:33 +05:30
win
zlib
.gitignore Create .gitignore as a copy of .bzrignore 2014-10-06 12:54:53 +02:00
BUILD-CMAKE
CMakeLists.txt Updated CMakeLists.txt to include rpm-docker directory 2015-06-16 13:56:28 +02:00
config.h.cmake
configure.cmake Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG 2014-10-13 09:52:28 +02:00
COPYING
INSTALL-SOURCE
INSTALL-WIN-SOURCE
README Raise version number after cloning 5.5.42 2015-01-05 11:13:50 +01:00
VERSION Raise version number after cloning 5.5.47 2015-11-09 15:25:01 +01: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, 2015, 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.