summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10879: Window Functions final ordering of result setbb-10.2-vicentiu3Vicențiu Ciorbaru2017-07-055-11/+401
* MDEV-13189: Window functions crash when using INTERVALVicențiu Ciorbaru2017-07-053-0/+24
* MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upg...Marko Mäkelä2017-07-0513-25/+29
* mariabackup : run tests on buildbot on WindowsVladislav Vaintroub2017-07-051-0/+1
* mariabackup : debian packagingVladislav Vaintroub2017-07-052-0/+10
* MDEV-13143 Server crashes in srv_init_abort_low() when started with inaccessi...Marko Mäkelä2017-07-053-4/+37
* MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2Marko Mäkelä2017-07-0552-2183/+1545
* Correct a messageMarko Mäkelä2017-07-052-2/+2
* Flush crash-unsafe tables before killing the serverMarko Mäkelä2017-07-052-0/+2
* Adjust a test for tmp_disk_table_sizeMarko Mäkelä2017-07-051-1/+29
* InnoDB: Use access() instead of open()Marko Mäkelä2017-07-051-9/+2
* Merge pull request #397 from MariaDB/bb-10.2-MDEV-12067Sachin2017-07-045-46/+458
|\
| * MDEV-12067 flashback does not correcly revert update/replace statementsbb-10.2-MDEV-12067Lixun Peng2017-07-035-46/+458
* | MDEV-13228: Add a comment that clarifies the constantsMarko Mäkelä2017-07-031-1/+5
* | MDEV-13228 Assertion `n < rec_offs_n_fields(offsets)' failed in rec_get_nth_f...Marko Mäkelä2017-07-031-2/+2
* | InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINTMarko Mäkelä2017-07-0313-187/+17
* | ha_innobase::write_row(): Test the cheaper condition firstMarko Mäkelä2017-07-031-5/+5
|/
* 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