summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+3
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+3
| |\
| | * MDEV-22422: Assertion `! is_set()' failed in Diagnostics_area::set_eof_statusRucha Deodhar2020-12-151-0/+3
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-5/+6
|/ / / /
* | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-2/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-3/+4
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-12/+8
* | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-4/+4
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-3/+7
|/ / /
* | | Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+10
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1/+10
| |\ \
| | * | MDEV-9524 Cannot load from mysql.event when sql_mode is set to PAD_CHAR_TO_FU...Alexander Barkov2016-06-211-1/+10
* | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-6/+11
|/ / /
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-12/+21
* | | Stage 2 of MDEV-6152:Monty2015-08-211-16/+29
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-13/+17
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-1/+1
|/ /
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-1/+1
|/
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+1
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | mysql-5.5.32 mergeSergei Golubchik2013-07-161-1/+1
|\ \ | |/
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
* | mysql-5.5.29 mergeSergei Golubchik2013-01-151-2/+8
|\ \ | |/
| * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-2/+8
* | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \
| * \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \
| | * \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \
| | | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \
* | | | \ \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-2/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-2/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-2/+2
| * | | | | | merge with 5.1Michael Widenius2010-11-301-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge with MySQL 5.1.53Michael Widenius2010-11-251-1/+1
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
* | | | | | | 5.5-mergeSergei Golubchik2011-07-021-6/+8
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix for BUG#59894Guilhem Bichot2011-02-111-5/+7
| * | | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-201-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |