summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-06-2782-266/+3030
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-2779-264/+2849
| |\
| | * MDEV-13176 ALTER TABLE…CHANGE col col TIMESTAMP NOT NULL DEFAULT… failsMarko Mäkelä2017-06-273-46/+180
| | * Fixed the bug mdev-13166.Igor Babaev2017-06-263-3/+56
| | * MDEV-12070 - Introduce thd_query_safe() from MySQL 5.7Sergey Vojtovich2017-06-264-27/+34
| | * MDEV-12882 - Assertion failed in MDL_context::upgrade_shared_lockSergey Vojtovich2017-06-264-3/+49
| | * Prevent interleaved error log output on InnoDB startupMarko Mäkelä2017-06-232-12/+16
| | * Do allow writes for innodb_force_recovery=2 or 3Marko Mäkelä2017-06-235-23/+76
| | * Fixed the bug mdev-12845.Igor Babaev2017-06-2213-147/+568
| | * MDEV-12528 Run the engine-agnostic test suite on MyRocksElena Stepanova2017-06-2345-0/+1810
| | * Test changes to improve stability of resultsElena Stepanova2017-06-232-1/+7
| | * trx_sys_read_wsrep_checkpoint(): Do not writeMarko Mäkelä2017-06-221-1/+0
| | * Disable more threads on innodb_force_recovery=3 or moreMarko Mäkelä2017-06-222-5/+7
| | * MDEV-12579: Incorrect arguments to mysqld_stmt_execute when using LOBsOleksandr Byelkin2017-06-222-2/+39
| | * dict_create_or_check_sys_tablespace(): Add some error handlingMarko Mäkelä2017-06-221-2/+3
| | * InnoDB: Reset unknown TRX_SYS page type to FIL_PAGE_TYPE_TRX_SYSMarko Mäkelä2017-06-221-0/+9
| | * MDEV-11002 large_tests.rpl_slave_net_timeout fails due to connection loggingElena Stepanova2017-06-211-0/+7
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-213-2/+181
| |\ \ | | |/
| | * MDEV-13068 Crash in Item::split_sum_func2 with INSERT SELECT using window fun...Vicențiu Ciorbaru2017-06-203-2/+181
* | | Remove XtraDBMarko Mäkelä2017-06-21702-369696/+20
* | | Remove INFORMATION_SCHEMA.INNODB_TRX.trx_adaptive_hash_latchedMarko Mäkelä2017-06-203-20/+3
* | | Adjust sys_vars.sysvars_innodb for 32-bit buildsMarko Mäkelä2017-06-201-213/+58
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-06-19725-16794/+17244
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-1961-4424/+287
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2017-06-1929-3787/+146
| | |\
| | | * MDEV-12975 InnoDB redo log minimum size check uses detected file size instead...Marko Mäkelä2017-06-193-103/+47
| | | * Mariabackup: Remove the --stats optionMarko Mäkelä2017-06-196-461/+3
| | | * Mariabackup: Remove support for .xbcrypt filesMarko Mäkelä2017-06-1916-3015/+21
| | | * Mariabackup: Remove the options --compact --rebuild-indexes --rebuild-threadsMarko Mäkelä2017-06-193-42/+2
| | | * Mariabackup: Remove the options --to-archived-lsn --innodb-log-arch-dirMarko Mäkelä2017-06-191-192/+31
| | | * MDEV-12620 - set lock_wait_timeout = 1;flush tables with read lock;Sergey Vojtovich2017-06-163-1/+41
| | * | Fixed the bug mdev-13064.Igor Babaev2017-06-166-19/+44
| | * | result fixOleksandr Byelkin2017-06-161-1/+1
| | * | Remove trx_t::has_search_latch and simplify debug codeMarko Mäkelä2017-06-1617-420/+89
| | * | Remove the unnecessary method handlerton::release_temporary_latches()Marko Mäkelä2017-06-1611-197/+9
| * | | Additional tests for MDEV-10309 COALESCE(12345678900) makes a column of a wro...Alexander Barkov2017-06-192-0/+183
| * | | Merge 10.2 into bb-10.2-ext; also, fix MDEV-13015 After restart, InnoDB wrong...Marko Mäkelä2017-06-1544-564/+1267
| |\ \ \ | | |/ /
| | * | Follow-up to MDEV-12873: Refactor SYS_TABLES.TYPE validationMarko Mäkelä2017-06-153-161/+100
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-06-1526-149/+812
| | |\ \ | | | |/
| | | * Remove some fields from dict_table_tMarko Mäkelä2017-06-1516-82/+14
| | | * Re-record a failing test, likely related to MDEV-12610Marko Mäkelä2017-06-151-14/+14
| | | * Merge 10.0 into 10.1, plus fixup for MDEV-12873Marko Mäkelä2017-06-1310-52/+723
| | | |\
| | | | * MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSION in Mar...Marko Mäkelä2017-06-135-3/+532
| | | | * MDEV-13059 XtraDB hangs on Windows due to failing to release block->lock X-latchVladislav Vaintroub2017-06-122-11/+1
| | | * | MDEV-13009 10.1.24 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-06-131-0/+1
| | * | | MDEV-12873 InnoDB SYS_TABLES.TYPE incompatibility for PAGE_COMPRESSED=YES in ...Marko Mäkelä2017-06-1510-165/+138
| | * | | new connector version which correspond BULK commandOleksandr Byelkin2017-06-141-0/+0
| | * | | MDEV-12471: BULK CommandOleksandr Byelkin2017-06-1411-83/+191
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-15629-11104/+14689
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13084 MariaDB 10.2 crashes on corrupted SYS_TABLES.MIX_LEN fieldMarko Mäkelä2017-06-145-100/+131