184815 Commits (cb9fa1a08bd1f4f609324971e58b9b300a5cb55f)
 

Author SHA1 Message Date
Varun Gupta cb9fa1a08b MDEV-9959: A serious MariaDB server performance bug 7 years ago
Alexander Barkov 8c8bee0a56 MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warning 7 years ago
Marko Mäkelä 447b8ba164 Merge 10.2 into 10.3 7 years ago
Marko Mäkelä 810f014ca7 MDEV-18429: Simpler implementation 7 years ago
Marko Mäkelä 092602ac9b MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 7 years ago
Marko Mäkelä 5fb4c0a8a8 Clean up ut_list 7 years ago
Marko Mäkelä bdd6e33f00 MDEV-13626: Add a test case 7 years ago
Eugene Kosov 61f370a3c9 MDEV-18429 Consistent non-locking reads do not appear in TRANSACTIONS section of SHOW ENGINE INNODB STATUS 7 years ago
Vladislav Vaintroub d6e431dfa8 MDEV-18131 : Update C/C to fix IP address SAN verification in 10.2+ 7 years ago
Vladislav Vaintroub e03ad4f71a Fix a typo 7 years ago
Marko Mäkelä 1b577e4d8b MDEV-19356 Assertion 'space->free_limit == 0 || space->free_limit == free_limit' 7 years ago
Marko Mäkelä e10b3fa97a MDEV-19231: Correct an assertion 7 years ago
Marko Mäkelä cc359eae3b Remove a type cast, and use correct format instead 7 years ago
Alexey Botchkov bb4f4b3a1b Make Win compiler happy. 7 years ago
Alexey Botchkov a529188e05 MDEV-17456 Malicious SUPER user can possibly change audit log configuration without leaving traces. 7 years ago
Alexey Botchkov cd26cdcd97 MDEV-19141 server_audit_excl_users accepts only values with less than 1024 chars. 7 years ago
Marko Mäkelä 4d59f45260 Merge 10.2 into 10.3 7 years ago
Alexander Barkov 00377147e3 Tests for MDEV-15881 Assertion `is_valid_value_slow()' failed in Datetime::Datetime or corrupt data after ALTER with indexed persistent column 7 years ago
Marko Mäkelä 1a5ba2a4be MDEV-19342 Merge new release of InnoDB 5.7.26 to 10.2 7 years ago
Marko Mäkelä 4e9f8c9cc4 Remove roll_node_t::partial 7 years ago
Aditya A f3a9f12bc3 Bug #29021730 CRASHING INNOBASE_COL_CHECK_FK WITH FOREIGN KEYS 7 years ago
Marko Mäkelä 793bd3ee13 lock_rec_convert_impl_to_expl_for_trx(): Remove unused parameter 7 years ago
Marko Mäkelä c795a9f3fe MDEV-12004: Add the Bug#28825718 test case 7 years ago
Sachin Agarwal 06ec56f579 Bug #27850600 INNODB ASYNC IO ERROR HANDLING IN IO_EVENT 7 years ago
Marko Mäkelä 1c4d1f3d05 innobase_col_check_fk(): Remove copying 7 years ago
Alexander Barkov 5cfc7799a3 MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary_frm_image() is not safe 7 years ago
Sujatha Sivakumar 9a5a86f293 MDEV-17260: Memory leaks in mysqlbinlog 7 years ago
Oleksandr Byelkin 4e01bc8c96 MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase 7 years ago
Oleksandr Byelkin 3dffdee667 MDEV-17036: BULK with replace doesn't take the first parameter in account 7 years ago
Marko Mäkelä b2dbc781c7 Implement --debug=d,ib_log_checkpoint_avoid 7 years ago
Eugene Kosov 6c5c1f0b2f MDEV-19231 make DB_SUCCESS equal to 0 7 years ago
Marko Mäkelä acf6f92aa9 Merge 10.2 into 10.3 7 years ago
Marko Mäkelä bc145193c1 Merge 10.1 into 10.2 7 years ago
Marko Mäkelä bfb0726fc2 Merge 5.5 into 10.1 7 years ago
Thirunarayanan Balathandayuthapani d5da8ae04d MDEV-15772 Potential list overrun during XA recovery 7 years ago
Varun Gupta 1f1a61cfc4 MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == Item::FIELD_ITEM' 7 years ago
Sujatha Sivakumar cb8d888c42 MDEV-17260: Memory leaks in mysqlbinlog 7 years ago
Igor Babaev 5fc8dd8b82 MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y) 7 years ago
Marko Mäkelä e5aa8ea525 MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus error 7 years ago
Marko Mäkelä 38b6dc5a3d Fix the linking of async_example 7 years ago
Vladislav Vaintroub 6b5d3c51b3 Do fast exit with error code and FATAL ERROR message, if innodb cannot start during prepare. 7 years ago
Alexander Barkov 9dcfd6be94 MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const CHARSET_INFO *cs) looks suspicious 7 years ago
Igor Babaev 279a907fd0 MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is used 7 years ago
Alexey Botchkov a4f7d85932 MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu. 7 years ago
Alexander Barkov 6c5e4c9bc0 Fixing -Werror=format-overflow errors (found by gcc-8.3.1) 7 years ago
Alexander Barkov 279b50b4eb MDEV-14041 Server crashes in String::length on queries with functions and ROLLUP 7 years ago
Alexander Barkov 765ae6e821 MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDB 7 years ago
Alexander Barkov f4019f5b35 Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() in combination with NO_ZERO_DATE and NO_ZERO_IN_DATE 7 years ago
Alexander Barkov f4b2740018 MDEV-17299 Assertion `maybe_null' failed in make_sortkey 7 years ago
Andrei Elkin 42c58b87da MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabled = OFF rpl_semi_sync_master_wait_no_slave = OFF 7 years ago