summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11761: CLIENT_DEPRECATE_EOF : Client must identify a "stored procedure ...bb-sanja-10.2-MDEV-11761Oleksandr Byelkin2017-03-141-6/+4
* Post-fix MDEV-12219 Discard temporary undo logs at transaction commitMarko Mäkelä2017-03-141-6/+2
* Windows : Remove the option for creating anonymous account from the MSI in 10.2Vladislav Vaintroub2017-03-131-12/+1
* MDEV-11903 : correction - min innodb pagesize is 4KVladislav Vaintroub2017-03-131-2/+0
* MDEV-11903 Windows : Support innodb page sizes in the installer/mysql_install...Vladislav Vaintroub2017-03-132-64/+37
* MDEV-12244: C API header file contains C++ comment for COM_BINLOG_DUMP_GTIDOleksandr Byelkin2017-03-131-1/+1
* MDEV-12219 Discard temporary undo logs at transaction commitMarko Mäkelä2017-03-1314-821/+482
* Fix some compilation warnings.Marko Mäkelä2017-03-135-46/+36
* MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to f...Marko Mäkelä2017-03-133-11/+13
* Define a mtr_t::start() wrapper inline.Marko Mäkelä2017-03-132-10/+4
* Adjust an outdated comment.Marko Mäkelä2017-03-132-3/+4
* MDEV-10555: Server crashes in mysql_admin_table upon killing ANALYZEOleksandr Byelkin2017-03-133-45/+90
* MDEV-12096: Fix ln syntax in debian/rules for libmariadb3 symlink creationOtto Kekäläinen2017-03-111-4/+4
* fix test for windows 64Oleksandr Byelkin2017-03-101-5/+13
* Fix several compile warnings on WindowsVladislav Vaintroub2017-03-1016-22/+21
* Revert MySQL commit that disables writing on Windows while flush is in progressVladislav Vaintroub2017-03-101-10/+0
* Hard-code innodb_page_size as the undo log page size.Marko Mäkelä2017-03-1014-200/+84
* Simplify InnoDB transaction system initialization.Marko Mäkelä2017-03-101-51/+24
* InnoDB purge_sys cleanup.Marko Mäkelä2017-03-108-190/+123
* Add SRV_ALL_O_DIRECT_FSYNC to switch(srv_flush_method) in log0log.c.Vladislav Vaintroub2017-03-091-0/+2
* MDEV-12201 innodb_flush_method are not available on WindowsVladislav Vaintroub2017-03-098-91/+94
* MDEV-11363: Assertion `!derived->first_sel ect()->first_inner_unit() || deriv...Oleksandr Byelkin2017-03-093-1/+36
* Remove some InnoDB purge definitions from trx0types.h.Marko Mäkelä2017-03-092-132/+129
* Simplify InnoDB startup.Marko Mäkelä2017-03-099-120/+42
* Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-0911-213/+26
* MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2017-03-092-1/+21
* enum btr_latch_mode: Incorporate some flags.Marko Mäkelä2017-03-095-40/+58
* MDEV-12125 Use FIND_PACKAGE(OpenSSL) to find opensslVladislav Vaintroub2017-03-081-58/+12
* MDEV-11688 follow-up: More robust shutdown after aborted startup.Marko Mäkelä2017-03-083-30/+49
* MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-088-176/+100
* MDEV-10704: Assertion `field->field->table == table_arg' failed in fill_recor...Oleksandr Byelkin2017-03-082-0/+30
* Whitespace correction to avoid compile warningDaniel Black2017-03-082-3/+3
* Fixed bug mdev-12185.Igor Babaev2017-03-074-2/+45
* MDEV-12202 Do not package embedded in MSIVladislav Vaintroub2017-03-071-1/+1
* Remove MLOG_COMP_REC_SEC_DELETE_MARK.Marko Mäkelä2017-03-072-21/+2
* Fix many -Wconversion warnings.Marko Mäkelä2017-03-07152-1338/+1319
* travis: add gcc-4.8Daniel Black2017-03-071-0/+1
* Travis: Revert to optional MYSQL_{BUILD_CC,BUILD_CXX,COMPILER_LAUNCHER}Daniel Black2017-03-071-0/+4
* Merge branch 'grooverdan-10.2-MDEV-120555-test_binlog_stm_ctype_ucs' into 10.2Alexander Barkov2017-03-073-67/+67
|\
| * Merge branch '10.2-MDEV-120555-test_binlog_stm_ctype_ucs' of https://github.c...Alexander Barkov2017-03-073-67/+67
| |\ |/ /
| * MDEV-12055: Correct binlog_stm_ctype_ucs testDaniel Black2017-02-133-67/+67
* | Remove an unused declaration.Marko Mäkelä2017-03-061-10/+1
* | MDEV-9282 follow-up: Remove an unused variable.Marko Mäkelä2017-03-063-18/+10
* | MDEV-12121: Revert test adjustments for -DWITH_INNODB_AHI=OFFMarko Mäkelä2017-03-0312-36/+76
* | MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_...Marko Mäkelä2017-03-0361-4459/+659
* | MDEV-12103: Move a misplaced assertion.Marko Mäkelä2017-03-031-1/+2
* | MDEV-12103 Reduce the time of looking for MLOG_CHECKPOINT during crash recoveryMarko Mäkelä2017-03-036-83/+148
* | MDEV-11229: galera.MW-258 galera.galera_as_master fail in buildbot.Sachin Setiya2017-03-037-18/+15
* | whitespace - fix indenting after commit 7450cb7f6Daniel Black2017-03-011-3/+3
* | MDEV-12146 Deprecate and remove innodb_instrument_semaphoresMarko Mäkelä2017-02-2811-109/+56