summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-029-118/+314
* MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-013-7/+46
* MDEV-15051: signal handler - output information about the core generationDaniel Black2019-05-011-4/+42
* compilation fixes for VS 2019Sergei Golubchik2019-05-011-5/+5
* MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual Columns...Nikita Malyavin2019-04-303-11/+54
* MDEV-18429: Simpler implementationMarko Mäkelä2019-04-291-307/+51
* MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manualMarko Mäkelä2019-04-296-22/+15
* Clean up ut_listMarko Mäkelä2019-04-296-72/+90
* MDEV-13626: Add a test caseMarko Mäkelä2019-04-292-0/+83
* MDEV-18429 Consistent non-locking reads do not appear in TRANSACTIONS section...Eugene Kosov2019-04-291-20/+31
* MDEV-18131 : Update C/C to fix IP address SAN verification in 10.2+Vladislav Vaintroub2019-04-291-0/+0
* Fix a typoVladislav Vaintroub2019-04-291-1/+1
* MDEV-19356 Assertion 'space->free_limit == 0 || space->free_limit == free_limit'Marko Mäkelä2019-04-291-6/+13
* MDEV-19231: Correct an assertionMarko Mäkelä2019-04-291-1/+1
* Remove a type cast, and use correct format insteadMarko Mäkelä2019-04-291-2/+2
* Make Win compiler happy.Alexey Botchkov2019-04-291-1/+1
* MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-04-293-3/+10
* MDEV-19141 server_audit_excl_users accepts only values with less than 1024 ch...Alexey Botchkov2019-04-293-6/+78
* Tests for MDEV-15881 Assertion `is_valid_value_slow()' failed in Datetime::Da...Alexander Barkov2019-04-262-0/+53
* MDEV-19342 Merge new release of InnoDB 5.7.26 to 10.2Marko Mäkelä2019-04-266-7/+83
|\
| * Bug #29021730 CRASHING INNOBASE_COL_CHECK_FK WITH FOREIGN KEYSAditya A2019-04-261-2/+2
| * MDEV-12004: Add the Bug#28825718 test caseMarko Mäkelä2019-04-262-1/+63
| * Bug #27850600 INNODB ASYNC IO ERROR HANDLING IN IO_EVENTSachin Agarwal2019-04-261-2/+16
|/
* Remove roll_node_t::partialMarko Mäkelä2019-04-262-8/+5
* lock_rec_convert_impl_to_expl_for_trx(): Remove unused parameterMarko Mäkelä2019-04-261-2/+1
* innobase_col_check_fk(): Remove copyingMarko Mäkelä2019-04-261-8/+4
* MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-264-1/+41
* MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-263-7/+50
* MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-2510-16/+197
* MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-252-1/+63
* Implement --debug=d,ib_log_checkpoint_avoidMarko Mäkelä2019-04-251-0/+20
* MDEV-19231 make DB_SUCCESS equal to 0Eugene Kosov2019-04-258-18/+18
* Merge 10.1 into 10.2Marko Mäkelä2019-04-2556-114/+1186
|\
| * Merge 5.5 into 10.1Marko Mäkelä2019-04-2420-38/+495
| |\
| | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-2415-71/+481
| | * MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-241-0/+2
| | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-234-10/+78
| | * Fix the linking of async_exampleMarko Mäkelä2019-04-231-2/+2
| * | MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const ...Alexander Barkov2019-04-231-5/+0
| * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-226-1/+204
| * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-223-0/+12
| * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-225-7/+7
| * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-224-4/+108
| * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-193-0/+41
| * | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-184-17/+92
| * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-173-0/+39
| * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-114-0/+57
| * | MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memc...Eugene Kosov2019-04-052-23/+23
| * | Merge branch '5.5' into 10.1Vladislav Vaintroub2019-04-040-0/+0
| |\ \ | | |/
| | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-043-7/+34