1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Igor Babaev d03581bf3c MDEV-17360 Server crashes in optimize_keyuse
This was a bug in the code of MDEV-12387 "Push conditions into materialized
subqueries". The bug manifested itself in rather rare situations. An
affected query must contain IN subquery predicate whose left operand
was an outer field of a mergeable derived table or view and right operand
was a materialized subquery.
The erroneous code in fact stripped off the Item_direct_ref wrapper from
the left operand of the IN subquery predicate when building equalities
produced by the conversion of the predicate into a semi-join. As a result
the left operand was not considered as an outer reference anymore and
used_tables() was calculated incorrectly. This caused a crash in the
function optimize_keyuse().
2018-10-07 12:18:38 -07:00
2018-09-11 21:31:03 +03:00
2018-09-28 16:37:06 +02:00
2018-04-05 15:26:57 +04:00
2018-09-11 21:31:03 +03:00
2018-04-05 15:26:57 +04:00
2018-10-05 08:09:49 +03:00
2018-09-24 15:34:23 +02:00
2018-01-30 21:33:56 +02:00
2018-09-06 22:35:45 +03:00
2018-10-05 08:09:49 +03:00
2018-08-13 12:14:56 +02:00
2018-09-11 21:31:03 +03:00
2018-10-05 08:09:49 +03:00
2018-04-30 14:05:27 +03:00
2018-10-05 08:09:49 +03:00
2018-09-28 16:37:06 +02:00
2018-10-05 08:09:49 +03:00
2018-06-30 16:39:20 +02:00
2018-10-05 09:36:02 +01:00
2018-09-28 16:37:06 +02:00
2017-09-08 18:22:15 +00:00
2018-05-05 14:01:59 +02:00
2018-08-16 10:08:30 +03:00
2018-09-09 10:05:56 +04:00
2018-09-28 16:37:06 +02:00
2017-03-10 18:21:29 +01:00
2018-09-10 16:47:44 +04:00
2012-06-18 16:57:58 -04:00
2018-09-10 22:41:27 +04:00
2018-09-08 11:34:22 -04:00

Code status:

  • tests status travis-ci.org (10.4 branch)

MariaDB: drop-in replacement for MySQL

MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

MariaDB is brought to you by the MariaDB Foundation. Please read the CREDITS file for details about the MariaDB Foundation, and who is developing MariaDB.

MariaDB is developed by many of the original developers of MySQL who now work for the MariaDB Foundation and the MariaDB Corporation, and by many people in the community.

MySQL, which is the base of MariaDB, is a product and trademark of Oracle Corporation, Inc. For a list of developers and other contributors, see the Credits appendix. You can also run 'SHOW authors' to get a list of active contributors.

A description of the MariaDB project and a manual can be found at:

https://mariadb.org/

https://mariadb.com/kb/en/

https://mariadb.com/kb/en/mariadb-vs-mysql-features/

https://mariadb.com/kb/en/mariadb-versus-mysql-features/

https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/

As MariaDB is a full replacement of MySQL, the MySQL manual at http://dev.mysql.com/doc is generally applicable.

Help:

More help is available from the Maria Discuss mailing list https://launchpad.net/~maria-discuss and the #maria IRC channel on Freenode.

License:


NOTE:

MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2). (I.e. Without the "any later version" clause.) This is inherited from MySQL. Please see the README file in the MySQL distribution for more information.

License information can be found in the COPYING, COPYING.LESSER, and COPYING.thirdparty files.


Bug Reports:

Bug and/or error reports regarding MariaDB should be submitted at https://mariadb.org/jira

Bugs in the MySQL code can also be submitted at https://bugs.mysql.com

The code for MariaDB, including all revision history, can be found at: https://github.com/MariaDB/server


Description
Сервер MariaDB - это разработанный сообществом форк сервера MySQL
https://mariadb.org Readme 2.1 GiB
Languages
MariaDB\ 71.9%
C++ 16.2%
C 10.5%
Shell 0.5%
Perl 0.4%
Other 0.3%