summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-19/+57
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-18/+59
| |\
| | * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-18/+59
| | |\
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-17/+41
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-19/+41
| | | | |\
| | | | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+3
| | | | | * MDEV-14715: Assertion `!table || (!table->read_set... failed in Field_num::va...Vicențiu Ciorbaru2018-01-221-8/+24
| | | | | * Remove commented out code post merge fix in 2011Vicențiu Ciorbaru2018-01-221-2/+1
| | | | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
| | | | | * MDEV-14241: Server crash in key_copy / get_matching_chain_by_join_key or valg...Varun Gupta2018-01-191-1/+1
| | | | | * Fixed mdev-14960 [ERROR] mysqld got signal 11 with join_buffer and join_cacheIgor Babaev2018-01-181-1/+4
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | | |\
| | | | | | * Bug #26867652: INCORRECT BEHAVIOR WITH PREPARE STATEMENTSreeharsha Ramanavarapu2017-10-191-2/+4
| | | | | * | cleanupSergei Golubchik2018-01-181-1/+1
| | | | | * | BIT field woesSergei Golubchik2018-01-161-1/+1
| | | | | * | Fixed mdev-14911: zero_date is considered as NULL, depending onIgor Babaev2018-01-151-4/+4
| | | | | * | Fixed mdev-6706 Wrong result (missing rows)Igor Babaev2018-01-121-0/+1
| | | * | | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-0/+16
* | | | | | | MDEV-15146 SQLError[4122]: View is not system versionedSergei Golubchik2018-02-121-7/+47
* | | | | | | Remove ER_NON_VERSIONED_FIELD_IN_HISTORICAL_QUERYSergei Golubchik2018-02-121-57/+1
* | | | | | | cleanup: renamesSergei Golubchik2018-02-121-1/+1
* | | | | | | Windows, compile : reenable previously disabled warning C4291Vladislav Vaintroub2018-02-071-0/+2
* | | | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-7/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-7/+10
* | | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-31/+30
* | | | | | | Fixed mdev-15017 Server crashes in in st_join_table::fix_splittingIgor Babaev2018-01-291-6/+3
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-0/+66
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-15107 Add virtual Field::sp_prepare_and_store_item(), make sp_rcontext s...Alexander Barkov2018-01-291-0/+64
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-0/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
* | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-241-1/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-01-231-1/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-13352: Server crashes in st_join_table::remove_duplicatesSergei Petrunia2018-01-221-1/+9
* | | | | | | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-3/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-111-3/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'Sachin Setiya2018-01-071-3/+3
* | | | | | | | Revert "MDEV-14786 Server crashes in Item_cond::transform on 2nd execution of...Sergei Golubchik2018-01-171-4/+0
* | | | | | | | MDEV-14816 Assertion `join->best_read < double(1.797...e+308L)` failed in boo...Eugene Kosov2018-01-121-6/+1
* | | | | | | | System Versioning 1.0 pre8Aleksey Midenkov2018-01-101-260/+56
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix out-of-date comments.Sergei Petrunia2018-01-041-1/+1
| * | | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-0/+16
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-0/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-13683: crash in Item_window_func::update_used_tablesVicențiu Ciorbaru2017-12-281-0/+16
| * | | | | | | This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-259/+39
* | | | | | | | SQL: error messagesSergei Golubchik2018-01-091-16/+3