summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing DBUG_ASSERT() introduced in e3fed3b9b4f488e9ad1afa57333ae80249e6cb17Alexander Barkov2015-12-031-1/+38
* MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-021-22/+0
* A patch for MDEV-4912 Add a plugin to field types (column types)Alexander Barkov2015-11-271-17/+7
* Removing the unused "field_type" parameter inAlexander Barkov2015-11-261-2/+0
* MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-3/+3
* MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-1/+1
* A joint patch for:Alexander Barkov2015-11-251-4/+4
* cleanup: remove Field->stored_in_db, Create_field->stored_in_dbSergei Golubchik2015-11-241-1/+0
* MDEV-4829 BEFORE INSERT triggers dont issue 1406 error.Alexey Botchkov2015-11-171-0/+3
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-0/+1
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-11/+23
* UNINIT_VAR() fixesSergey Vojtovich2015-08-251-3/+1
* Stage 2 of MDEV-6152:Monty2015-08-211-11/+13
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-10/+10
* Fixed failing tests and compiler warningsMonty2015-08-181-0/+2
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-0/+5
|\
| * perfschema 5.6.24Sergei Golubchik2015-05-051-0/+5
* | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-3/+1
* | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-121-0/+1
* | MDEV-7023: Error 2027: Malformed packet and assertion `field_types == 0 || fi...Oleksandr Byelkin2015-01-291-3/+5
* | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-4/+4
* | MDEV-60 Support for Spatial Reference systems for the GIS data.Alexey Botchkov2014-12-041-1/+1
* | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-18/+1
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\ \ | |/
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | MDEV-7188 main.signal_demo3 and sys_vars.max_sp_recursion_depth_func fail in ...Sergei Golubchik2014-12-011-25/+2
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-5/+15
|\ \ | |/
| * 5.5 mergeSergei Golubchik2014-09-161-2/+4
| |\
| | * MDEV-6601 Assertion `!thd->in_active_multi_stmt_transa ction() || thd->in_mul...Sergei Golubchik2014-08-251-2/+4
| * | MDEV-6610 Assertion `thd->is_error() || thd->killed' failed in mysql_execute_...Sergei Golubchik2014-09-061-0/+3
| * | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B...Sergei Golubchik2014-07-311-0/+5
| * | Fixed wrong usage of global_query_id. (It's not protected by LOCK_thread_count)Michael Widenius2014-07-301-3/+1
| * | MDEV-6435: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Kristian Nielsen2014-07-101-0/+2
* | | MDEV-6603 SBR failure upon executing a prepared statement with input placehol...Sergei Golubchik2014-10-101-13/+13
* | | cleanup: query rewrites for Item_param and Item_splocalSergei Golubchik2014-10-101-68/+34
* | | MDEV-5317 Compound statement / anonymous blocksSergei Golubchik2014-10-101-2/+8
* | | cleanup: get rid of (Item_splocal*)item downcastSergei Golubchik2014-10-101-2/+2
* | | cleanup: use null_lex_str where appropriateSergei Golubchik2014-10-101-3/+1
|/ /
* | 5.5 mergeSergei Golubchik2014-05-091-0/+3
|\ \ | |/
| * MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-151-0/+3
* | Asserting correct database name lettercase inSergei Golubchik2014-05-011-0/+1
* | make append_query_string() more usable:Sergei Golubchik2014-03-261-2/+3
* | 10.0-base mergeSergei Golubchik2013-12-161-9/+26
|\ \
| * \ 5.5 mergeSergei Golubchik2013-11-231-9/+26
| |\ \ | | |/
| | * mysql-5.5.34 mergeSergei Golubchik2013-11-191-9/+26
| | |\
| | | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-9/+25
* | | | 10.0-base merge (roles)Sergei Golubchik2013-10-291-2/+11
|\ \ \ \ | |/ / /
| * | | support DEFINER=role and DEFINER=current_roleSergei Golubchik2013-10-181-2/+7