summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* - 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
| * | | Implemented SHOW GRANTS functionalityVicențiu Ciorbaru2013-10-181-1/+0
| * | | Added SHOW GRANTS recursive role print.Vicențiu Ciorbaru2013-10-181-0/+5
* | | | merge 10.0-base -> 10.0unknown2013-10-171-0/+8
|\ \ \ \ | |/ / /
| * | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-10-161-0/+8
| |\ \ \ | | |/ /
| | * | MDEV-4981: Account for queries handled by query-cache in USER_STATISTICS (and...unknown2013-10-161-0/+8
* | | | Merge 10.0-base -> 10.0Sergey Petrunya2013-10-161-4/+23
|\ \ \ \ | |/ / /
| * | | MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETE, Memory leak in binlog.binlog_base64_...Sergey Petrunya2013-10-161-1/+0
| * | | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-141-1/+1
| * | | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-071-0/+4
| * | | MDEV-3798: EXPLAIN UPDATE/DELETESergey Petrunya2013-10-051-3/+3
| * | | EXPLAIN UPDATE/DELETE Sergey Petrunya2013-10-011-5/+16
| * | | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-08-241-0/+5
| |\ \ \
| | * \ \ [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-271-0/+5
| | |\ \ \
| | | * | | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-211-2/+4
| | | * | | [SHOW] EXPLAIN UPDATE/DELETE, code re-structuringSergey Petrunya2013-06-201-0/+3