summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-17/+27
|\
| * MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further ...Sergei Golubchik2015-07-311-3/+7
| * Simple cleanupsMonty2015-06-251-11/+16
| * Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-3/+4
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-0/+41
|\ \ | |/
| * Item_cache::safe_charset_converter() fixesSergei Golubchik2015-06-111-3/+9
| * MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITE...Alexander Barkov2015-06-081-0/+30
| * MDEV-4922 Stored Procedure - Geometry parameter not working.Alexey Botchkov2015-06-081-0/+5
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-6/+24
|\ \ | |/
| * MDEV-8058: funcs_1.innodb_views and funcs_1.memory_views failOleksandr Byelkin2015-04-271-3/+5
| * MDEV-6892: WHERE does not applyOleksandr Byelkin2015-04-231-5/+21
* | 5.5 mergeSergei Golubchik2015-01-211-9/+9
|\ \ | |/
| * cleanupunknown2014-12-171-8/+0
| * MDEV-6985: MariaDB crashes on stored procedure callunknown2014-12-171-1/+9
* | 5.5.40+ mergeSergei Golubchik2014-10-091-11/+17
|\ \ | |/
| * mysql-5.5.40Sergei Golubchik2014-10-061-2/+14
| |\
| | * Bug#18928848 II. MALLOC OF UNINITIALIZED MEMORY SIZETor Didriksen2014-08-211-3/+14
| | * Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS....Tor Didriksen2014-07-071-1/+13
| * | MDEV-6592 Assertion `ltime->day == 0' failed with TIMESTAMP, MAKETIMEAlexander Barkov2014-10-031-9/+3
* | | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | | Fixed test failuresMichael Widenius2014-09-221-1/+1
* | | fixes for valgrind failuresSergei Golubchik2014-09-171-0/+1
* | | - MDEV-6695 Bad column name for UCS2 string literalsAlexander Barkov2014-09-041-46/+29
* | | Moving Item::str_value from public to protected.Alexander Barkov2014-09-031-6/+3
* | | MDEV-6683 A parameter and a string literal with the same values are not recog...Alexander Barkov2014-09-031-0/+1
* | | MDEV-6679 Different optimizer plan for "a BETWEEN 'string' AND ?" and "a BETW...Alexander Barkov2014-09-021-84/+6
* | | A clean-up for the previous patchAlexander Barkov2014-09-021-0/+2
* | | MDEV-6661 PI() does not work well in UCS2/UTF16/UTF32 contextAlexander Barkov2014-09-011-143/+65
* | | 5.5.39 mergeSergei Golubchik2014-08-071-1/+1
|\ \ \ | |/ /
| * | MDEV-5745 analyze MySQL fix for bug#12368495Alexander Barkov2014-07-281-1/+1
* | | MDEV-6052 Inconsistent results with bit typeSergei Golubchik2014-08-051-2/+0
* | | MDEV-6065 MySQL Bug#13623473 "MISSING ROWS ON SELECT AND JOIN WITH TIME/DATET...Sergei Golubchik2014-06-111-2/+5
* | | 5.5.38 mergeSergei Golubchik2014-06-061-1/+3
|\ \ \ | |/ /
| * | Merge 5.3->5.5Alexander Barkov2014-06-041-1/+3
| |\ \
| | * | MDEV-4858 Wrong results for a huge unsigned value inserted into a TIME columnAlexander Barkov2014-06-041-1/+3
* | | | 5.5 mergeSergei Golubchik2014-05-091-7/+19
|\ \ \ \ | |/ / /
| * | | merge 5.5->5.3unknown2014-05-071-0/+4
| |\ \ \ | | |/ /
| | * | MDEV-5981: name resolution issues with views and multi-update in ps-protocolunknown2014-05-011-0/+4
| | * | 5.2 mergeSergei Golubchik2014-03-161-3/+5
| | |\ \
| | | * \ 5.1 mergeSergei Golubchik2014-03-161-3/+5
| | | |\ \
| | | | * \ mysql-5.1.73 mergeSergei Golubchik2014-03-151-3/+5
| | | | |\ \
| * | | | | | MDEV-6129: Server crashes during UNION with ORDER BY field IS NULLMichael Widenius2014-04-241-7/+15
* | | | | | | MDEV-5975 Prepared statements with DATE literals do not honor NO_ZERO_IN_DATE Alexander Barkov2014-04-221-0/+2
* | | | | | | MDEV-5969 Crash in prepared statement with NO_ZERO_IN_DATE and ROLLUPSergei Golubchik2014-03-291-6/+23
* | | | | | | 5.5 mergeSergei Golubchik2014-03-261-0/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 5.3-mergeSergei Golubchik2014-03-161-0/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-5446: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...unknown2014-03-141-0/+2
* | | | | | | make append_query_string() more usable:Sergei Golubchik2014-03-261-3/+3
* | | | | | | @@old_mode=zero_date_time_castSergei Golubchik2014-03-071-1/+2
* | | | | | | MDEV-5372 Make "CAST(time_expr AS DATETIME)" compatible with MySQL-5.6 (and t...Alexander Barkov2014-03-071-19/+48