summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* travis: disable ccache on deb build - ENOSPCDaniel Black2017-06-291-0/+2
* travis: MDEV-13002 fixed - don't allow failures in MYSQL_TEST_SUITES=pluginsDaniel Black2017-06-291-7/+0
* travis: packages for debian build - added fakerootDaniel Black2017-06-291-0/+1
* Fixed the bug mdev-13107 and some similar unreported bugs.Igor Babaev2017-06-283-3/+69
* MDEV-12851: Case with window functions query crashes serverVicențiu Ciorbaru2017-06-285-7/+71
* MDEV-13186: main.win failure post MDEV-12336Vicențiu Ciorbaru2017-06-283-3/+25
* Simplify IO_CACHE by removing current_pos and end_pos as self-referencesVicențiu Ciorbaru2017-06-286-57/+11
* Avoid InnoDB messages about recovery after creating redo logsMarko Mäkelä2017-06-283-1/+30
* Fix a merge error in commit 8f643e2063c9890a353149f39ef85b2cf3151fd0Marko Mäkelä2017-06-276-36/+23
* 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
* MDEV-13068 Crash in Item::split_sum_func2 with INSERT SELECT using window fun...Vicențiu Ciorbaru2017-06-203-2/+181
* 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
* | 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
* | | MDEV-13084 MariaDB 10.2 crashes on corrupted SYS_TABLES.MIX_LEN fieldMarko Mäkelä2017-06-145-100/+131
* | | MDEV-13061 innodb_encrypt_log recovery is spamming the error logMarko Mäkelä2017-06-121-13/+0
* | | 10.2 follow-up to MDEV-13039 innodb_fast_shutdown=0 crash due premature purge...Marko Mäkelä2017-06-126-59/+91