summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20006 Move geometry specific code in Field_blob::get_key_image() to Fiel...Alexander Barkov2019-07-101-0/+4
* MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-3/+3
* MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-071-0/+23
* MDEV-19785 Storage CONNECT compilation error: unknown type name 'UNZFAM'Aleksey Midenkov2019-07-072-0/+4
* Remove os_aio_simulated_put_read_threads_to_sleep()Vladislav Vaintroub2019-07-043-59/+0
* Fix clang-cl warningsVladislav Vaintroub2019-07-043-3/+5
* MDEV-19944 Remove GIS data types from keyword list in lex.hAlexander Barkov2019-07-041-1/+1
* MDEV-19940: Fix integer type mismatchMarko Mäkelä2019-07-041-4/+3
* MDEV-18582: Fix the 32-bit buildMarko Mäkelä2019-07-041-3/+4
* MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%'Marko Mäkelä2019-07-049-235/+287
* MDEV-18582 preparation: Allocate ibuf staticallyMarko Mäkelä2019-07-046-117/+110
* MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tablesMarko Mäkelä2019-07-0414-852/+581
* Windows, compiling : Reenable /MP for connect engine.Vladislav Vaintroub2019-06-301-4/+14
* MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-2817-59/+59
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-2721-563/+276
|\
| * Limit minium aria_block_size to 4096Monty2019-06-261-1/+2
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-265-123/+1
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-264-77/+8
| * MDEV-17441 InnoDB transition to C++11 atomicsEugene Kosov2019-06-268-217/+37
| * MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2019-06-265-123/+24
| * MDEV-19820 Wrong result with multiple single column index requestIgor Babaev2019-06-251-4/+18
| * NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-228-13/+175
| * MDEV-17301 Change of COLLATE unnecessarily requires ALGORITHM=COPYEugene Kosov2019-06-221-5/+11
* | Added s3_protocol_version=autoMonty2019-06-263-11/+14
* | Updated to latest libmarias3 to fix some compatiblity issuesMonty2019-06-261-0/+0
* | MDEV-19575 Fixed assert in ma_pagecacheMonty2019-06-261-1/+6
* | S3: Don't do discover in mysql database (makes boot faster and safer)Monty2019-06-261-0/+8
* | MDEV-19464: Altering partitioned table into S3 causes an obscure errorVlad Lesin2019-06-264-29/+42
* | MDEV-19861 Add intfastructure to have ENUM columns in INFORMATION_SCHEMAAlexander Barkov2019-06-261-1/+14
* | Added s3_debug to be able to debug s3 connectionsMonty2019-06-251-1/+9
* | Updated to latest libmarias3Monty2019-06-241-0/+0
* | MDEV-19836 Reuse new I_S table definition helper classes for RocksDBAlexander Barkov2019-06-244-125/+281
* | MDEV-19833 Reuse new I_S table definition helper classes for MrongaAlexander Barkov2019-06-223-29/+37
* | MDEV-19832 Reuse new I_S table definition helper classes for SpiderAlexander Barkov2019-06-221-17/+13
* | MDEV-19818 Reuse new I_S table definition helper classes for TokuDBAlexander Barkov2019-06-2117-60/+168
* | MDEV-19810 Reuse new I_S table definition helper classes for InnoDBAlexander Barkov2019-06-201-1899/+420
* | Merge 10.4 into 10.5Marko Mäkelä2019-06-2020-124/+194
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-06-1920-124/+194
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-06-1918-123/+188
| | |\
| | | * MDEV-19595 fixedMichael Widenius2019-06-195-9/+24
| | | * MDEV-18078 Assertion `trnman_has_locked_tables(trn) > 0' failedMichael Widenius2019-06-181-1/+2
| | | * MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-172-2/+3
| | | * mtr_t::is_block_dirtied(): Define inlineMarko Mäkelä2019-06-163-16/+16
| | | * Clarify the purpose of MTR_LOG_NONEMarko Mäkelä2019-06-161-1/+3
| | | * Add mtr_buf_t::for_each_block_in_reverse() constMarko Mäkelä2019-06-162-48/+75
| | | * MDEV-17045: MyRocks tables cannot be updated when binlog_format=MIXED.Sergei Petrunia2019-06-166-45/+65
| | * | Fix LEX_CSTRING passed as argument of printf-like functionsNikita Malyavin2019-06-171-1/+1
| | * | Fixed that ma_test_all.sh worksMichael Widenius2019-06-161-0/+5
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-06-1815-172/+147
|\ \ \ \ | |/ / /
| * | | compilation fix for fulltest-bigSergei Golubchik2019-06-171-1/+1