summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3-instantbb-10.3-instantMarko Mäkelä2017-10-033-12/+36
|\
| * MDEV-13901 Assertion `!space->stop_new_ops' failed in TRUNCATE TABLE with man...Marko Mäkelä2017-10-033-12/+36
* | Merge 10.3 into 10.3-instantMarko Mäkelä2017-10-03320-2657/+7296
|\ \
| * \ Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-03309-2499/+3366
| |\ \
| | * \ Merge 10.2 into bb-10.2-extMarko Mäkelä2017-10-0313-83/+70
| | |\ \ | | | |/
| | | * Avoid using HA_POS_ERROR constant when passing around values of type double.Sergei Petrunia2017-10-032-5/+8
| | | * Merge pull request #457 from smtalk/10.2Jan Lindström2017-10-032-8/+8
| | | |\
| | | | * wrep_sst_common: Setting "-c ''" for my_print_defaults just takes no values f...Martynas Bendorius2017-10-012-8/+8
| | | * | Remove dict_disable_redo_if_temporary()Marko Mäkelä2017-10-039-70/+54
| | * | | Fixing Item_func_hybrid_field_type::date_op(,uint) to date_op(,ulonglong)Alexander Barkov2017-10-035-16/+25
| | * | | Fix compiler error on Win64 - do not truncate pointer in DBUGVladislav Vaintroub2017-10-032-4/+4
| | * | | A cleanup for MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-10-034-14/+19
| | * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-02288-2427/+1987
| | |\ \ \ | | | |/ /
| | | * | Remove MYSQL_REPLACE_TRX_IN_THDMarko Mäkelä2017-10-022-48/+0
| | | * | Remove dict_table_t::big_rowsMarko Mäkelä2017-10-024-42/+2
| | | * | Remove a constant parameter commit=falseMarko Mäkelä2017-10-028-27/+10
| | | * | Merge 10.1 into 10.2Marko Mäkelä2017-10-0228-140/+128
| | | |\ \
| | | | * \ Merge 10.0 into 10.1Marko Mäkelä2017-10-022-16/+12
| | | | |\ \
| | | | | * \ Merge 5.5 into 10.0Marko Mäkelä2017-10-022-16/+12
| | | | | |\ \
| | | | | | * | MDEV-13980 InnoDB fails to discard record lock when discarding an index pageMarko Mäkelä2017-10-022-10/+10
| | | | | | * | MDEV-13137 MySQL 5.6.23 Crashes when SET GLOBAL server_audit_logging=OFF;Alexey Botchkov2017-09-191-2/+8
| | | | * | | | MDEV-13932: fil0pagecompress.cc fails to compile with lzo 2.10Jan Lindström2017-09-292-4/+20
| | | | * | | | MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to temporary fileJan Lindström2017-09-286-66/+34
| | | | * | | | bump the VERSIONDaniel Bartholomew2017-09-271-1/+1
| | | | * | | | MDEV-13897 SELECT @a := MAX(col) FROM t requires full index scanmariadb-10.1.28Sergei Golubchik2017-09-275-19/+19
| | | | * | | | update test results on 32-bitSergei Golubchik2017-09-271-1/+1
| | | | * | | | cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-275-26/+3
| | | | * | | | cleanup: reduce code duplicationSergei Golubchik2017-09-271-34/+23
| | | | * | | | MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-2714-19/+56
| | | | * | | | bump the VERSIONDaniel Bartholomew2017-09-251-1/+1
| | | * | | | | Remove remaining InnoDB references to the TABLESPACE keywordMarko Mäkelä2017-10-022-8/+3
| | | | |_|_|/ | | | |/| | |
| | | * | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-305-12/+12
| | | * | | | Fix "ib::fatal::~fatal': destructor never returns, potential memory leak"Vladislav Vaintroub2017-09-291-0/+13
| | | * | | | Correct definition of ATTRIBUTE_NORETURN on Windows.Vladislav Vaintroub2017-09-291-1/+1
| | | * | | | MDEV-13941 Fix high NTFS fragmentation on 10.2Vladislav Vaintroub2017-09-293-61/+104
| | | * | | | In table cache code, fix casts from longlong to long forVladislav Vaintroub2017-09-295-20/+23
| | | * | | | Fix DBUG_PRINT formatting in query cache.Vladislav Vaintroub2017-09-291-2/+2
| | | * | | | Remove unused parameters and dead codeMarko Mäkelä2017-09-298-29/+11
| | | * | | | Remove remaining references to InnoDB native partitioningMarko Mäkelä2017-09-293-422/+0
| | | * | | | fix some conversion warningsVladislav Vaintroub2017-09-289-18/+18
| | | * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-28147-491/+545
| | | * | | | MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parametersVladislav Vaintroub2017-09-289-89/+89
| | | * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-28125-1040/+1053
| | * | | | | MDEV-13967 Parameter data type control for Item_long_funcAlexander Barkov2017-10-0118-39/+660
| | * | | | | MDEV-13966 Parameter data type control for Item_temporal_funcAlexander Barkov2017-09-3010-0/+210
| | * | | | | MDEV-13965 Parameter data type control for Item_longlong_funcAlexander Barkov2017-09-2913-0/+266
| | * | | | | MDEV-13964 Parameter data type control for Item_real_funcAlexander Barkov2017-09-293-0/+198
| * | | | | | Compressed columns tests (replication and partition)Alice Sherepa2017-10-035-0/+3001
| * | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-09-2832-261/+959
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-09-2817-118/+118
| | |\ \ \ \ \ | | | |/ / / /