summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSbb-10.3-anel-MDEV-28455-temporary-grant-2Anel Husakovic2022-10-186-6/+122
* MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-175-2/+279
* new 3.1Oleksandr Byelkin2022-10-161-0/+0
* Update ODBC instructions for Connect SE and update ODBC result file (#2284)Anel2022-10-163-22/+27
* Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2...Brad Smith2022-10-162-3/+4
* MDEV-29750 triggers can modify historySergei Golubchik2022-10-163-0/+49
* Do not use C++11 before MariaDB 10.4Marko Mäkelä2022-10-141-2/+2
* Fix clang -Wunused-but-set-variableMarko Mäkelä2022-10-143-26/+19
* Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3Oleksandr Byelkin2022-10-14276-172/+1916
|\
| * MDEV-27691: make working view-protocolLena Startseva2022-09-23273-158/+1867
| * MDEV-27691: prequisite enable/disable service connectionOleksandr Byelkin2022-09-231-15/+37
* | Silence clang 13 -Wunused-but-set-variableMarko Mäkelä2022-10-131-2/+10
* | MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-127-9/+75
* | MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-1210-10/+104
* | MDEV-29102 system_time_zone is incorrect on Windows when TZ is setVladislav Vaintroub2022-10-111-7/+17
* | MDEV-19455/MDEV-29342 fixup: Avoid DEBUG_DBUG=-d,...Marko Mäkelä2022-10-114-8/+8
* | MDEV-29183: Clarify mysqlbinlog command description (#2245)Zhibo Zhang2022-10-111-1/+1
* | MDEV-21905: Galera test galera_var_notify_cmd causes hangJulius Goryavsky2022-10-113-21/+24
* | Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-102-2/+14
* | MDEV-29742 heap number overflowMarko Mäkelä2022-10-103-3/+13
* | Remove redudant defines USE_MB and USE_MB_IDENTAnel Husakovic2022-10-091-5/+2
* | Test results updated.Jan Lindström2022-10-064-8/+8
* | MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-064-45/+20
* | MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-053-0/+22
* | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-053-0/+69
* | MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6
* | MDEV-27927 row_sel_try_search_shortcut_for_mysql() does not latch a page, vio...Vlad Lesin2022-10-0516-267/+160
* | MDEV-29710: Valgrind tests massively fail due to silently killing server on s...Marko Mäkelä2022-10-0512-0/+14
* | MDEV-29710: Disable main.log_slow under ValgrindMarko Mäkelä2022-10-051-0/+2
* | MDEV-29710: Disable sys_vars.innodb_flush_method_func under ValgrindMarko Mäkelä2022-10-051-0/+2
* | MDEV-29710: Disable innodb.table_flags under ValgrindMarko Mäkelä2022-10-051-0/+6
* | MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-057-212/+178
* | MDEV-27682: bundled wsrep_notify.sh causes mariadbd to freeze during startJulius Goryavsky2022-10-048-30/+465
* | MDEV-29575 Access to innodb_trx, innodb_locks and innodb_lock_waits along wit...Vlad Lesin2022-10-031-0/+2
* | cleanup: suppress rocksdb compilation warning, fix a commentSergei Golubchik2022-10-012-2/+4
* | compilation errorSergei Golubchik2022-10-012-3/+2
* | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-3016-74/+329
* | Better declaration of the buffer sizeOleksandr Byelkin2022-09-302-8/+13
* | MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-30144-1909/+2032
* | fix sporadic failures on main.killSergei Golubchik2022-09-291-0/+2
* | MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-286-35/+1341
* | Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-2813-61/+70
* | MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.Alexey Botchkov2022-09-273-5/+126
* | MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-2710-74/+165
* | MDEV-26852 Spider: -Werror=maybe-uninitialized raises on spd_sys_table.cc and...Nayuta Yanagisawa2022-09-262-6/+9
* | cleanup: main.mysqldump testSergei Golubchik2022-09-262-17/+34
* | wsrep suite isn't run by default, wsrep_info shouldn't eitherSergei Golubchik2022-09-261-2/+0
* | sporadic failures of main.bootstrapSergei Golubchik2022-09-263-3/+3
* | MDEV-29579 Fix CONNECT ASAN hits (#2277)Andrew Hutchings2022-09-262-38/+24
* | MDEV-28533: CONNECT engine does not quote columns involved in WHERE clause (#...Anel2022-09-263-4/+56