2932 Commits (633417308f163141a822398fcf8e7f281bcda38b)

Author SHA1 Message Date
Aleksey Midenkov 911c803db1 MDEV-22660 System versioning cleanups 4 years ago
Monty f03fee06b0 Improve error messages from Aria 4 years ago
Vladislav Vaintroub ae85835cc7 Fix warnings from -DPLUGIN_PARTITION=NO, portably. 4 years ago
Marko Mäkelä 15b691b7bd After-merge fix f84e28c119 4 years ago
Leandro Pacheco 112b23969a MDEV-26308 : Galera test failure on galera.galera_split_brain 4 years ago
mkaruza eb26e20df5 MDEV-22421 Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) 4 years ago
Rucha Deodhar beb401b25f This commit is a fixup for MDEV-22189. 4 years ago
Andrei Elkin e95f78f475 MDEV-21117 post-push to cover a "custom" xid format 4 years ago
Andrei Elkin 79a2dbc879 MDEV-21117 post-push fixes 4 years ago
Sujatha 6c39eaeb12 MDEV-21117: refine the server binlog-based recovery for semisync 6 years ago
Marko Mäkelä 1bd681c8b3 MDEV-25506 (3 of 3): Do not delete .ibd files before commit 4 years ago
sjaakola e212415690 MDEV-25551 applying crash with tables without PK 4 years ago
Sergei Golubchik b2340cdd07 fix compilation w/o partitioning 4 years ago
Monty 83e529eced MDEV-18465 Logging of DDL statements during backup 5 years ago
Monty 7762ee5dbe MDEV-25180 Atomic ALTER TABLE 5 years ago
Monty 6aa9a552c2 MDEV-24576 Atomic CREATE TABLE 5 years ago
Monty 7a588c30b1 MDEV-24408 Crash-safe DROP DATABASE 5 years ago
Monty e3cfb7c803 MDEV-23844 Atomic DROP TABLE (single table) 5 years ago
Monty 47010ccffa MDEV-23842 Atomic RENAME TABLE 5 years ago
Monty d754d3d951 Less noise in the error log 5 years ago
Monty 249263525f Avoid creating the .frm file twice in some cases 5 years ago
Monty a206658b98 Change CHARSET_INFO character set and collaction names to LEX_CSTRING 5 years ago
Monty b6ff139aa3 Reduce usage of strlen() 5 years ago
Alexey Botchkov d2e2219e46 MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to store array or object. 5 years ago
Alexey Botchkov e9fd327ee3 MDEV-17399 Add support for JSON_TABLE. 5 years ago
Aleksey Midenkov 77ffbbca49 MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW START 5 years ago
Aleksey Midenkov 0c99e6e9a6 MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned table 5 years ago
Marko Mäkelä e8b7fceb82 MDEV-24302: RESET MASTER hangs 5 years ago
Varun Gupta f691d9865b MDEV-7317: Make an index ignorable to the optimizer 5 years ago
Sergei Golubchik 0d8bd7cc3a MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not possible to ALTER TABLE 5 years ago
Sergei Golubchik 9b750dcbd8 MDEV-23536 Race condition between KILL and transaction commit 5 years ago
Rucha Deodhar 74223c33d1 MDEV-23209: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 5 years ago
Sergei Petrunia 6859e80df7 MDEV-24351: S3, same-backend replication: Dropping a table on master... 5 years ago
Sergei Golubchik 00f54b56b1 cleanup: RAII helper for changing thd->count_cuted_rows 5 years ago
Nikita Malyavin f244b499e7 handler: move row change start signal down after the checks 5 years ago
Nikita Malyavin afca976885 MDEV-22639 Assertion failed in ha_check_overlaps upon multi-table update 5 years ago
Nikita Malyavin d543363f25 MDEV-22714 Assertion failed upon multi-update on table WITHOUT OVERLAPS 5 years ago
Daniele Sciascia fdf87973cb MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFF 5 years ago
Monty 71d263a198 MDEV-23691 S3 storage engine: delayed slave can drop the table 5 years ago
Aleksey Midenkov 9b46d8e5c4 MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns error if unique index is defined in the table 5 years ago
Sergei Petrunia 3e807d255e MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USER 5 years ago
Sergei Petrunia c03885cd9c MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USER 5 years ago
Monty 16ea692ed4 MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrong 5 years ago
Rucha Deodhar 97f7bfcebc MDEV-21017: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' 5 years ago
Monty ce699df905 thd->m_transaction_psi was not properly cleared for new connections 5 years ago
Ian Gilfillan d2982331a6 Code comment spellfixes 5 years ago
Monty fc48c8ff4c MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl. 5 years ago
Sergei Golubchik 478591608e optimize ha_delete_table_force 5 years ago
Sergei Golubchik 6c52931680 replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table() 5 years ago
Sergei Golubchik 7c2ba9e9d7 MDEV-11412 Ensure that table is truly dropped when using DROP TABLE 5 years ago