summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-035-46/+458
* Fixed compilation warnings (while testing 32 bit builds)Monty2017-07-017-10/+10
* Fixed failing test on 32 bit systemsMonty2017-07-011-97/+126
* Clean up BUILD scriptMonty2017-07-0121-158/+18
* MDEV-13226 Server crashes when tmpdir runs out of spaceMonty2017-07-011-1/+2
* Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-0112-46/+130
* Updated spider/bg and spider/handler mtr suites.Jacob Mathew2017-06-3017-743/+1419
* Added submodule updates to BUILD scriptsMonty2017-06-301-0/+5
* Fixed wrong results in show_all_plugins.testMonty2017-06-301-0/+1
* Don't create tags for .xz filesMonty2017-06-301-1/+1
* Added tmp_disk_table_size to limit size of Aria temp tables in tmpdirMonty2017-06-3018-35/+882
* Clean up replication check in open_temporary_table()Monty2017-06-301-30/+16
* Fix a compiler warningMarko Mäkelä2017-06-301-3/+1
* Enable more variants of some innodb_zip testsMarko Mäkelä2017-06-303-20/+19
* Remove duplicated testsMarko Mäkelä2017-06-3017-2739/+4
* MDEV-12097 : avoid too large memory allocation in innodb buffer poolVladislav Vaintroub2017-06-301-2/+2
* MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_p...Marko Mäkelä2017-06-304-20/+38
* Fix a compilation warningMarko Mäkelä2017-06-301-0/+1
* Tablespace: Add iterator, const_iterator, begin(), end()Marko Mäkelä2017-06-302-23/+23
* Adjust a test for the changed innodb_log_file_size limitsMarko Mäkelä2017-06-301-2/+2
* Fixed the bug mdev-13193.Igor Babaev2017-06-294-1/+84
* Reduce the granularity of innodb_log_file_sizeMarko Mäkelä2017-06-2910-97/+59
* Clean up InnoDB shutdownMarko Mäkelä2017-06-294-16/+4
* Simplify access to the binlog offset in InnoDBMarko Mäkelä2017-06-297-78/+43
* trx_sys_read_wsrep_checkpoint(): Return whether a checkpoint is presentMarko Mäkelä2017-06-292-10/+12
* buf_read_ibuf_merge_pages(): Discard all entries for a missing tablespaceMarko Mäkelä2017-06-291-8/+11
* Minor cleanup of InnoDB I/O routinesMarko Mäkelä2017-06-293-186/+156
* Simplify up InnoDB redo log system startup and shutdownMarko Mäkelä2017-06-295-98/+25
* trx_validate_state_before_free(): Add debug assertionsMarko Mäkelä2017-06-291-1/+5
* Minor cleanup of InnoDB shutdownMarko Mäkelä2017-06-293-35/+4
* Fix MDEV-12758Sachin Setiya2017-06-293-2/+2
* MDEV-12758 wrep.pool_of_threads failed in buildbot with WSREP ...Sachin Setiya2017-06-293-1/+2
* travis: force deb build not to use ccacheDaniel Black2017-06-291-1/+1
* Fixed a failure of the test case for the bug mdev-13107 in --ps-protocol.Igor Babaev2017-06-283-1/+31
* 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