summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed mdev-15162 Query with CTE hangs if assignment operator (:=) is usedIgor Babaev2018-02-053-1/+30
* Fixed mdev-15119 CTE, referencing another CTE, that is declared after,Igor Babaev2018-02-053-11/+54
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-0469-205/+483
|\
| * MDEV-15176 Storing DATETIME-alike VARCHAR data into TIME produces wrong resultsAlexander Barkov2018-02-045-23/+202
| * Adding "const" qualifier to the MYSQL_TIME* argument of Field::store_time_dec()Alexander Barkov2018-02-032-17/+17
| * Setting Field::field_index for Virtual_tmp_table fieldsAlexander Barkov2018-02-021-1/+1
| * Added name to MEM_ROOT for esier debuggingMonty2018-02-0260-122/+187
| * A cleanup in sp_rcontext, as requested by MontyAlexander Barkov2018-01-315-27/+45
| * MDEV-15133: array bound (bulk) parameters of NULL propagate on next rowsOleksandr Byelkin2018-01-312-18/+27
| * MDEV-15133 array bound (bulk) parameters of NULL propagate on next rowsMonty2018-01-301-0/+8
* | Clarify a comment after MDEV-15061Marko Mäkelä2018-02-041-2/+5
* | This commit solves a couple of issuesSachin Setiya2018-02-024-5/+10
* | MDEV-14849 CREATE + ALTER with user-invisible columns produce ...Sachin Setiya2018-02-023-11/+21
* | Mdev-15085 Invisible Column Non-constant Default value results...Sachin Setiya2018-02-023-1/+21
* | Removed 'thd' from THD::reset_for_next_command()Monty2018-02-011-32/+31
* | Fixed mdev-15120 CTE table should not belong to database, that is in useIgor Babaev2018-01-313-1/+27
* | MDEV-15104 - Optimise MVCC snapshotSergey Vojtovich2018-01-3117-330/+324
* | MDEV-15104 - Remove trx_sys_t::serialisation_listSergey Vojtovich2018-01-315-92/+41
* | MDEV-15104 - Remove trx_sys_t::rw_trx_idsSergey Vojtovich2018-01-318-94/+166
* | Reduce number of trx_sys.mutex referencesSergey Vojtovich2018-01-314-28/+23
* | Follow-up fix to MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-6/+10
* | MariaBackup: gcc7 - snprintf output overflow warningDaniel Black2018-01-311-2/+2
* | versioning: add explict fallthough to prevent gcc warningDaniel Black2018-01-311-0/+1
* | MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-311-5/+13
* | MDEV-15132 Avoid accessing the TRX_SYS pageMarko Mäkelä2018-01-3111-166/+104
* | Clean up trx_undo_page_get_end()Marko Mäkelä2018-01-311-11/+5
* | Simplify undo log access during InnoDB startupMarko Mäkelä2018-01-317-181/+119
* | Do not call trx_rseg_mem_restore() when creating rollback segmentMarko Mäkelä2018-01-311-2/+2
* | Clean up some undo page accessor functionsMarko Mäkelä2018-01-313-154/+82
* | Remove unnecessary function parametersMarko Mäkelä2018-01-313-40/+17
* | Simplify access to the TRX_SYS pageMarko Mäkelä2018-01-3111-476/+282
* | Avoid an assertion failure on aborted startupMarko Mäkelä2018-01-311-0/+1
* | Fixed MDEV-14994 Assertion `join->best_read < double(1.79...15e+308L)' orIgor Babaev2018-01-303-2/+37
* | Don't give warning about usage of --language with full pathMonty2018-01-301-2/+5
* | Remove compiler warningsMonty2018-01-302-1/+6
* | Added some checking that LEX_CSTRING is \0 terminatedMonty2018-01-306-19/+30
* | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-3038-779/+764
* | Removed not used functions and variablesMonty2018-01-302-2/+0
* | Added defines for mysqld_error_find_printf_error_usedMonty2018-01-302-0/+6
* | Renamed Item_user_var_as_out_param::name to org_nameMonty2018-01-302-4/+5
* | Updated error message for wrong foreign key constraintMonty2018-01-307-30/+31
* | Fixed wrong arguments to printfMonty2018-01-304-6/+7
* | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-30145-2409/+2363
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-3027-415/+651
|\ \ | |/
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-3024-356/+637
| |\
| | * MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-3024-357/+640
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-3023-78/+137
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-3024-83/+86
| |\ \ | | |/
| | * MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d...Jan Lindström2018-01-301-4/+4
| | * Fix some wrong test resultMonty2018-01-305-3/+34