summaryrefslogtreecommitdiff
path: root/sql/sql_signal.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-2/+3
* MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-3/+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 branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | * | Remove unused declarationsMarko Mäkelä2019-04-031-14/+0
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-061-4/+6
|\ \ \ \ | |/ / /
| * | | MDEV-16036: Debug assertion failed in resignal on create temporary tableOleksandr Byelkin2018-12-201-4/+6
* | | | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-1/+1
|/ / /
* | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-10/+3
* | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | MDEV-15241: make SIGNAL maximum MESSAGE_TEXT length a larger valueVarun Gupta2018-04-041-2/+3
* | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-32/+32
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | SP stack tracehalfspawn2017-05-291-4/+10
* | | MDEV-10587 sql_mode=ORACLE: User defined exceptionsAlexander Barkov2017-04-051-9/+4
* | | MDEV-11037 Diagnostics_area refactoring for user defined exceptionsAlexander Barkov2017-04-051-2/+1
* | | MDEV-11037 Diagnostics_area refactoring for user defined exceptionsAlexander Barkov2017-04-051-68/+2
* | | MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptionsAlexander Barkov2017-04-051-4/+10
* | | fix build and some warningskevg2016-11-241-14/+0
|/ /
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-5/+5
* | Reducing duplicate code and simplifying well formed string copyingAlexander Barkov2015-02-271-10/+3
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | fix signal_demo3.test: fix a typo in the merge, and update results to match 5.6Sergei Golubchik2013-07-111-1/+1
* | Finished merging wl5986 started by Igor.unknown2013-06-191-10/+25
* | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-35/+50
* | 10.0-base mergeSergei Golubchik2013-01-311-3/+9
|\ \ | |/
| * mysql-5.5.29 mergeSergei Golubchik2013-01-151-3/+9
| |\
| | * Bug#14640599 MEMORY LEAK WHEN EXECUTING STORED ROUTINE EXCEPTION HANDLERJon Olav Hauglid2012-10-041-3/+9
* | | small code cleanup taken from MySQL 5.6Sergei Golubchik2012-12-161-4/+2
|/ /
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ | |/
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
* | with introduction of progress reporting, max error number is 65534Sergei Golubchik2011-10-191-3/+4
|/
* Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-12/+0
* Patch for Bug#27863 (excessive memory usage for many small queries in aAlexander Nozdrin2010-05-141-4/+0
* Patch for Bug#21818 (Return value of ROW_COUNT() is incorrectAlexander Nozdrin2010-05-141-1/+13
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+1
* WL#2110 (SIGNAL)Marc Alff2009-09-101-0/+510