summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Added "const" to new data for handler::update_row()Michael Widenius2017-04-1810-16/+16
* Change "static int" to enum in classesMichael Widenius2017-04-186-115/+105
* Simple cleanupsMichael Widenius2017-04-181-1/+1
* Derive Item_func_makedate from Item_datefunc rather than Item_temporal_funcAlexander Barkov2017-04-151-3/+3
* Moving implementation of Item_hybrid_func::fix_attributes() from item_cmpfunc...Alexander Barkov2017-04-142-8/+9
* MDEV-12238 Add Type_handler::Item_func_{plus|minus|mul|div|mod}_fix_length_an...Alexander Barkov2017-04-134-103/+553
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-1312-59/+77
|\
| * MDEV-12395: DROP PARTITION does not work as expected when table has DEFAULT L...Oleksandr Byelkin2017-04-071-2/+1
| * MDEV-12379: Server crashes in TABLE_LIST::is_with_table on SHOW CREATE VIEWOleksandr Byelkin2017-04-071-1/+1
| * cleanup: unused method LOGGER::flush_logsSergei Golubchik2017-04-072-18/+0
| * ASAN error in rpl.mysql-wsrep#110-2Sergei Golubchik2017-04-072-1/+2
| * ASAN errors in many rpl testsSergei Golubchik2017-04-072-3/+5
| * MDEV-11995 ALTER TABLE proceeds despite reporting ER_TOO_LONG_KEY errorSergei Golubchik2017-04-071-1/+1
| * Fixed the bug mdev-12440.Igor Babaev2017-04-061-0/+1
| * Merge 10.1 into 10.2Marko Mäkelä2017-04-063-35/+66
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2017-04-062-35/+61
| | |\
| | | * MDEV-8642: WHERE Clause not applied on View - Empty result set returnedOleksandr Byelkin2017-04-051-13/+0
| | | * Compiling, Windows . Avoid unnecessary rebuilds with MSVC.Vladislav Vaintroub2017-04-031-22/+61
| | * | fix warning "ignoring return value" of fwrite.Jan Lindström2017-04-051-1/+5
* | | | MDEV-12478 CONCAT function inside view casts values incorrectly with Oracle s...Alexander Barkov2017-04-113-7/+39
* | | | Adding the const quafilier to "sp_name *" parameters in a few routine.Alexander Barkov2017-04-114-19/+21
* | | | Fixed failure in mtr --ps sql_sequence.create sql_sequence.read_onlyMichael Widenius2017-04-091-0/+8
* | | | Simple binary cache optimizationsMonty2017-04-071-18/+20
* | | | Change error message when using DROP VIEW on a non existing view fromMonty2017-04-071-3/+3
* | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-0757-427/+2951
* | | | MDEV-8203 Assert in Query_log_event::do_apply_event()Monty2017-04-076-28/+93
* | | | MDEV-12461 TYPE OF and ROW TYPE OF anchored data typesAlexander Barkov2017-04-073-17/+91
* | | | MDEV-12457 Cursors with parametersAlexander Barkov2017-04-071-4/+72
* | | | Using the -t command line to bison instead of %name-prefixAlexander Barkov2017-04-073-2/+2
* | | | MDEV-12441 Variables declared after cursors with parameters lose valuesAlexander Barkov2017-04-055-31/+97
* | | | A cleanup for MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-056-16/+65
* | | | Cleanup for MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-053-11/+18
* | | | A cleanup patch for MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable de...Alexander Barkov2017-04-054-31/+25
* | | | Uninitialized Column_definition::pack_flag for ROW-type SP variables and thei...Alexander Barkov2017-04-057-31/+44
* | | | MDEV-12089 sql_mode=ORACLE: Understand optional routine name after the END ke...Alexander Barkov2017-04-053-5/+49
* | | | MDEV-12347 Valgrind reports invalid read errors in Item_field_row::element_in...Alexander Barkov2017-04-051-2/+9
* | | | MDEV-12314 Implicit cursor FOR LOOP for cursors with parametersAlexander Barkov2017-04-055-16/+110
* | | | MDEV-12291 Allow ROW variables as SELECT INTO targetsAlexander Barkov2017-04-056-21/+64
* | | | MDEV-10598 Variable declarations can go after cursor declarationsAlexander Barkov2017-04-057-28/+94
* | | | MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-059-36/+379
* | | | MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarationsAlexander Barkov2017-04-0516-83/+351
* | | | MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarationsAlexander Barkov2017-04-0515-56/+457
* | | | MDEV-12209 sql_mode=ORACLE: Syntax error in a OPEN cursor with parameters mak...Alexander Barkov2017-04-053-14/+21
* | | | Part#2 for MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is o...Alexander Barkov2017-04-051-4/+14
* | | | MDEV-12107 sql_mode=ORACLE: Inside routines the CALL keywoard is optionalAlexander Barkov2017-04-054-34/+50
* | | | MDEV-12143 sql_mode=ORACLE: make the CONCAT function ignore NULL argumentsAlexander Barkov2017-04-052-1/+6
* | | | MDEV-12088 sql_mode=ORACLE: Do not require BEGIN..END in multi-statement exce...Alexander Barkov2017-04-051-3/+3
* | | | MDEV-12086 sql_mode=ORACLE: allow SELECT UNIQUE as a synonym for SELECT DISTINCTAlexander Barkov2017-04-051-0/+1
* | | | MDEV-10697 GOTO statementhalfspawn2017-04-059-41/+386
* | | | MDEV-12007 Allow ROW variables as a cursor FETCH targetAlexander Barkov2017-04-053-4/+40