summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14448: Ctrl-C should not exit the clientbb-10.2-anel-MDEV-1448-ctrlcAnel Husakovic2022-01-271-11/+50
* MDEV-27289: mtr test for WITH_SERVER_EMBEDDED=ON reenableDaniel Black2022-01-278-616/+1288
* MDEV-27607: mysql_install_db to install mysql_upgrade_infoDaniel Black2022-01-273-1/+23
* Cleanup: Remove an unused parameter of fts_add_doc_by_id()Marko Mäkelä2022-01-261-8/+4
* new CCOleksandr Byelkin2022-01-261-0/+0
* MDEV-27612 Connect : check buffer sizes, fix string format errorsVladislav Vaintroub2022-01-2613-17/+280
* MDEV-8652: Partitioned table creation problem when creating from procedure co...Lena Startseva2022-01-262-0/+57
* MDEV-16091: Seconds_Behind_Master spikes to millions of secondsBrandon Nesterenko2022-01-252-4/+5
* MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-256-9/+170
* Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2022-01-242-12/+20
|\
| * Fix incompatibility SRCDEF && MEMORY=2 for ODBC JDBC tablesOlivier Bertrand2022-01-061-5/+7
| * Fix MDEV-27055 (regression of MDEV-24493)Olivier Bertrand2021-11-261-7/+13
* | MDEV-24088 Assertion in InnoDB's FTS code may be triggered by a repeated word...Sergei Golubchik2022-01-243-1/+4
* | MDEV-24827, MDEV-20516 fixup: Use C90, plug memory leaksMarko Mäkelä2022-01-221-4/+5
* | MDEV-21308 : WSREP: binlog ... cache not empty warnings on server with WSREP ...bb-10.2-MDEV-21308Jan Lindström2022-01-221-1/+1
* | MDEV-20516: Assertion `!lex->proc_list.first && !lex->result && !lex->param_l...bb-10.2-MDEV-20516-1Dmitry Shulga2022-01-222-2/+46
* | MDEV-27273 Confusing column count in IMPORT TABLESPACE error messagebb-10.2-MDEV-27273-import-column-checkEugene Kosov2022-01-214-10/+56
* | Bug#31374305 - FORMAT() NOT DISPLAYING WHOLE NUMBER SIDE CORRECTLY FOR ES_MX ...Maheedhar PV2022-01-214-55/+144
* | test cases for MySQL bugsSergei Golubchik2022-01-2110-3/+95
* | don't build with OpenSSL 3.0, it doesn't work before MDEV-25785Sergei Golubchik2022-01-211-1/+1
* | MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-2119-13/+133
* | MDEV-27149: Add rocksdb_ignore_datadic_errorsbb-10.2-psergeySergei Petrunia2022-01-216-4/+68
* | Avoid a crash on MyRocks data inconsistency.Sergei Petrunia2022-01-201-0/+11
* | Improve --help and remove not-free warnings for mysql_tzinfo_to_sqlMonty2022-01-201-9/+29
* | Fixed compiler error in auth_pam pluginMonty2022-01-201-2/+6
* | MDEV-27068 running mariadb-upgrade in parallel make it hangs foreverMonty2022-01-209-101/+372
* | MDEV-24827: Follow-up patch to fix the test main.mysql_client_test_nonblockbb-10.2-MDEV-24827-1Dmitry Shulga2022-01-201-1/+1
* | MDEV-27417 InnoDB spatial index updates change buffer bitmap pageThirunarayanan Balathandayuthapani2022-01-203-9/+15
* | MDEV-24827: Follow-up patch to fix compilation warningDmitry Shulga2022-01-202-4/+9
* | MDEV-27544 database() function should return 64 charactersDaniel Black2022-01-203-2/+40
* | MDEV-24827: MariaDB 10.5.5 crash (sig 11) during a SELECTDmitry Shulga2022-01-196-2/+127
* | MDEV-18284: JSON casting using JSON_COMPACT doesn't always work with values f...Anel Husakovic2022-01-193-0/+34
* | MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBALDaniel Black2022-01-1918-76/+220
* | MDEV-27539 Merge new release of InnoDB 5.7.37 to 10.2Marko Mäkelä2022-01-181-2/+2
* | MDEV-26129 Bad results with join comparing case insensitive VARCHAR/ENUM/SET ...bb-10.2-MDEV-26129Alexander Barkov2022-01-184-3/+55
* | MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-17160-152/+152
* | MDEV-27109 mysql_config mariadb_config lists non existant -lmariadbAlexey Bychko2022-01-142-1/+3
* | /usr/lib64/pkgconfig is not owned by MariaDB-develSergei Golubchik2022-01-141-0/+1
* | MDEV-4621 select returns null for information_schema.statistics.collation fieldSergei Golubchik2022-01-143-1/+20
* | mtr failed to detect when a combination is forcedSergei Golubchik2022-01-141-2/+2
* | MDEV-8851 innodb.innodb_information_schema fails sporadicallyMarko Mäkelä2022-01-142-14/+16
* | MDEV-21252 ER_HOST_IS_BLOCKED returns packet sequence 1 instead of 0Vladislav Vaintroub2022-01-111-2/+6
* | MDEV-25201 : Assertion `thd->wsrep_trx_meta.gtid.seqno == (-1)' failed in int...bb-10.2-galera-janJan Lindström2022-01-114-0/+24
* | Changing wsrep_slave_threads parameter requires that clusterJan Lindström2022-01-112-1/+1
* | MDEV-25549 : Assertion `*new_engine' failed in bool check_engine(THD*, const ...Jan Lindström2022-01-111-7/+16
* | MDEV-25856 : SIGSEGV in ha_myisammrg::append_create_infoJan Lindström2022-01-113-13/+26
* | MDEV-25472 : Server crashes when wsrep_cluster_address set to unkown address ...Jan Lindström2022-01-111-2/+1
* | MDEV-20325: Assertion `outer_context || !*from_field || *from_field == not_fo...bb-10.2-MDEV-20325Dmitry Shulga2022-01-114-3/+127
* | MDEV-25631 Crash executing query with VIEW, aggregate and subqueryIgor Babaev2022-01-103-0/+43
* | MDEV-25086 Stored Procedure Crashes ServerIgor Babaev2022-01-103-1/+243