summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Added page_range to records_in_range() to improve range statisticsMonty2020-03-275-9/+20
* Fix unused variable warning in optimized build.Vladislav Vaintroub2020-03-251-1/+1
* Fixed rpl.rpl_mariadb_slave_capability.result fileMonty2020-03-253-10/+16
* MDEV-22030 Don't grant REPLICATION MASTER ADMIN automatically on upgrade from...Alexander Barkov2020-03-251-3/+8
* Added FLUSH THREADSMonty2020-03-242-0/+5
* Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key()Monty2020-03-2410-75/+69
* mysqld --help will now load mysqld.options tableMonty2020-03-242-8/+32
* Give a better error message if we can't load mysql.plugin tableMichael Widenius2020-03-241-4/+6
* Speed up writing to encrypted binlogsMonty2020-03-243-26/+39
* Clean up and speed up interfaces for binary row loggingMonty2020-03-2431-406/+534
* Fixed valgrind warningMonty2020-03-241-0/+1
* Improve update handler (long unique keys on blobs)Monty2020-03-2415-139/+294
* Cleanups & indentation changesMonty2020-03-242-45/+43
* Added support for replication for S3Monty2020-03-2419-115/+459
* handler::rebind()Sergey Vojtovich2020-03-246-11/+25
* Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-249-92/+132
* MDEV-21988: Assertion failure mysqld: bool trans_commit_stmt(THD*): Assertion...mkaruza2020-03-241-0/+22
* MDEV-22012 Allow SET TIMESTAMP for users with GRANT BINLOG REPLAY when --secu...Alexander Barkov2020-03-231-4/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-03-239-66/+58
|\
| * global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-212-5/+4
| * tc_active_instances: my_atomic to std::atomicSergey Vojtovich2020-03-213-15/+24
| * Discovery counters: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-6/+6
| * gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-214-30/+18
| * default_gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-212-10/+6
* | MDEV-21303 postfixesVladislav Vaintroub2020-03-231-3/+3
* | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-31/+31
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-2116-117/+179
|\ \ | |/
| * MDEV-21675: Data inconsistency after multirow insert rollback (#1474)Daniele Sciascia2020-03-216-67/+31
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-209-50/+147
| |\
| | * MDEV-21959: Fix a type mismatch on 64-bit systemsMarko Mäkelä2020-03-201-1/+1
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-209-50/+147
| | |\
| | | * MDEV-14431: Fix ulong/ulonglong type mismatchMarko Mäkelä2020-03-201-1/+3
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-03-204-29/+36
| | | |\
| | | | * MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-202-23/+30
| | | | * all status variables above `questions` MUST be ulongSergei Golubchik2020-03-142-6/+6
| | | * | MDEV-14057 InnoDB GIS tests fail.Alexey Botchkov2020-03-182-6/+93
| | | * | MDEV-21959 GIS error message doesn't show the wrong value, just the type.Alexey Botchkov2020-03-171-2/+10
| | | * | MDEV-10570: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-171-11/+4
| * | | | Merge branch '10.4-MDEV-19966' of https://github.com/codership/mariadb-server...Jan Lindström2020-03-191-0/+1
| |\ \ \ \
| | * | | | MDEV-20616: MariaDB-Galera 10.4.8 | Transaction aborted | Sig 6 Shutdownmkaruza2020-03-031-0/+1
* | | | | | MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no...Alexander Barkov2020-03-186-24/+80
* | | | | | MDEV-21966: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-181-7/+7
* | | | | | MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system...Alexander Barkov2020-03-183-4/+35
* | | | | | merge 10.4 to 10.5Monty2020-03-184-80/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed that caused failure in --ps binlog_encryption.rpl_gtid_basicMonty2020-03-171-1/+2
| * | | | | MDEV-21932 A fast plan with ROR index-merge is ignored whenbb-10.4-monty3Igor Babaev2020-03-171-0/+3
| * | | | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-172-79/+18
| * | | | | MDEV-18439 Windows builds should have core_file=1 by defaultVladislav Vaintroub2020-03-171-1/+1
* | | | | | MDEV-21972 Bind REPLICATION MASTER ADMIN to master_verify_checksumAlexander Barkov2020-03-182-1/+6
* | | | | | MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_ima...Alexander Barkov2020-03-182-2/+14