summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9255 Add generation_expression to information_schema.columns.Alexey Botchkov2017-03-2816-2556/+2709
* Fixed bug mdev-12375.Igor Babaev2017-03-273-2/+126
* Merge branch '10.2' of https://github.com/mariadb/server into 10.2Vladislav Vaintroub2017-03-274-3/+169
|\
| * Fixed bug mdev-12368.Igor Babaev2017-03-263-3/+80
| * Fixed bug mdev-12360.Igor Babaev2017-03-263-0/+89
* | Fix connect engine crashes in buildbot tests on Win64.Vladislav Vaintroub2017-03-272-4/+4
|/
* MDEV-12328, attempt to fix windows packagingVladislav Vaintroub2017-03-263-14/+10
* Close a file handle in a Perl snippet.Marko Mäkelä2017-03-241-0/+1
* MDEV-11802 innodb.innodb_bug14676111 fails on buildbotMarko Mäkelä2017-03-242-43/+55
* Merge pull request #342 from rasmushoj/10.2Vladislav Vaintroub2017-03-241-1/+4
|\
| * MDEV-12328, added building of AWS for release buildsRasmus Johansson2017-03-241-1/+4
* | MDEV-11177 mysqlbinlog exits silently without error when anotherAlexey Botchkov2017-03-225-8/+29
* | Windows : Fix several thousand of warnings with Visual C++ compilerVladislav Vaintroub2017-03-201-1/+1
* | MDEV-12262 Assertion `!null_value' failed in virtual bool Item::send onAlexey Botchkov2017-03-203-0/+24
* | MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219Marko Mäkelä2017-03-184-5/+63
* | Fix crash (race condition) in DBUG in connect2 test case.Vladislav Vaintroub2017-03-171-1/+5
* | Bug#21153166: REMOVE UNUSED VARIABLES AND CONVERT GLOBAL SYMBOLS TO STATICJon Olav Hauglid2017-03-1712-65/+27
* | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-1778-2912/+730
* | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-17190-1201/+73
* | Do not send MARIADB_CLIENT_STMT_BULK_OPERATIONS server capability,Vladislav Vaintroub2017-03-171-2/+1
* | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-177-16/+27
* | MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFFMarko Mäkelä2017-03-1614-66/+81
* | MDEV-12273 Remove dict_table_t::does_not_fit_in_memoryMarko Mäkelä2017-03-1610-2808/+2514
* | Test result for MDEV-10766 fixedVarun Gupta2017-03-161-5/+5
* | MDEV-11645: archive.archive fails in buildbot with valgrind (Use of uninitial...Varun Gupta2017-03-151-0/+21
* | MDEV-10766: Queries which start with WITH clause do not get inserted into que...Varun Gupta2017-03-153-1/+53
* | MDEV-11761: CLIENT_DEPRECATE_EOF : Client must identify a "stored procedure ...Oleksandr Byelkin2017-03-151-6/+4
* | Test result fixed.Alexey Botchkov2017-03-151-5/+5
* | MDEV-11873 Unnecessary InnoDB warnings upon bootstrapMarko Mäkelä2017-03-1410-51/+7
* | MDEV-11833 JSON functions don't seem to respect max_allowed_packet.Alexey Botchkov2017-03-144-2/+63
* | MDEV-12078 Using spatial index changes type from point to geometryAlexey Botchkov2017-03-143-0/+53
* | MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-146-4/+39
* | 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