summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29282 atomic.rename_trigger fails occasionlybb-10.6-MDEV-29250Thirunarayanan Balathandayuthapani2022-08-192-17/+23
* MDEV-29250 InnoDB: Failing assertion: table->get_ref_count() == 0Thirunarayanan Balathandayuthapani2022-08-193-10/+26
* MDEV-24626 fixup: mariabackup.compress_qpressMarko Mäkelä2022-08-191-0/+4
* MDEV-21452 fixup: Avoid an unnecessary mutex operationMarko Mäkelä2022-08-191-2/+2
* MDEV-29321 Percona XtraDB 5.7 can't be upgrade to MariaDB 10.6 or aboveMarko Mäkelä2022-08-181-0/+7
* Disabling atomic.rename_trigger test case because of frequentThirunarayanan Balathandayuthapani2022-08-161-0/+13
* Merge branch '10.6' into bb-10.6-releaseOleksandr Byelkin2022-08-154-5/+33
|\
| * Merge branch 'bb-10.6-bumpversion' of github.com:MariaDB/server into bb-10.6-...Daniel Bartholomew2022-08-140-0/+0
| |\
| | * bump the VERSIONDaniel Bartholomew2022-08-141-1/+1
| * | bump the VERSIONDaniel Bartholomew2022-08-141-1/+1
| * | MDEV-29264: JSON function overflow error based on LONGTEXT fieldqggcs2022-08-133-4/+32
| |/
| * MDEV-29222 - Fix mysqld_safe scriptAddison G2022-08-101-1/+1
* | MDEV-29222 - Fix mysqld_safe scriptmariadb-10.6.9Addison G2022-08-101-1/+1
* | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-1039-78/+312
|\ \
| * \ Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-1039-78/+312
| |\ \
| | * \ Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-1039-78/+312
| | |\ \
| | | * | Do not check symbol returned (or not and so there is some garbadge) by mb_wc(...mariadb-10.3.36Nayuta Yanagisawa2022-08-101-1/+1
| | | * | my_safe_process: try to kill the process softly firstSergei Golubchik2022-08-101-2/+9
| | | * | missing 'Sergei Golubchik2022-08-101-1/+1
| | | * | MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_type...Sergei Golubchik2022-08-105-10/+17
| | | * | take into account C/C specific CR_ERR_NET_WRITE errorSergei Golubchik2022-08-101-1/+1
| | | * | remove invalid options from warning messagesSergei Golubchik2022-08-101-4/+4
| | | * | Update docs INSTALL BINARY to mention mariadb tar file insteadfluesvamp2022-08-091-6/+6
| | | * | Fix typos in the codebase.fluesvamp2022-08-0922-48/+49
| | | * | refactor: remove redundant assignmentsqggcs2022-08-091-3/+1
| | | * | fix of MDEV-12325 patch: symetric changes in sql_yacc_oraOleksandr Byelkin2022-08-081-1/+0
| | | * | Fixed that sp-no-valgrind.test is disabled on valgrind builds (not runs)Monty2022-08-082-1/+5
| | | * | MDEV-12325 Unexpected data type and truncation when using CTEMonty2022-08-086-3/+223
* | | | | update columnstoreSergei Golubchik2022-08-081-0/+0
| |_|_|/ |/| | |
* | | | MDEV-13542 fixup: Improve a recovery error messageMarko Mäkelä2022-08-0513-15/+17
* | | | fix testsOleksandr Byelkin2022-08-051-13/+19
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-0428-182/+644
|\ \ \ \ | |/ / /
| * | | MDEV-29242: Assertion `computed_weight == weight' failed SEL_ARG::verify_weightSergei Petrunia2022-08-043-1/+22
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-042-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-041-1/+1
| | |\ \ | | | |/
| | | * MDEV-18702: mysqldump: add variable 'max-statement-time' (mtr fix)Daniel Black2022-08-041-1/+1
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-040-0/+0
| | |\ \ | | | |/
| | | * Fix compile errors.Oleksandr Byelkin2022-08-041-1/+1
| | * | Fix compile errors.Oleksandr Byelkin2022-08-041-1/+1
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-0423-180/+620
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-0322-180/+622
| | |\ \ | | | |/
| | | * MDEV-23809: Server crash in JOIN_CACHE::free ...: part #2Sergei Petrunia2022-08-031-4/+17
| | | * MDEV-23809: Server crash in JOIN_CACHE::free or ...Sergei Petrunia2022-08-035-1/+69
| | | * MDEV-27282 InnoDB: Failing assertion: !query->intersectionThirunarayanan Balathandayuthapani2022-08-035-1/+116
| | | * MDEV-28617 Crash with INSERT...SELECT using derived table in GROUP BY clauseIgor Babaev2022-08-023-3/+175
| | | * MDEV-23097 heap-use-after-free in mysqlimportSergei Golubchik2022-08-021-6/+8
| | | * MDEV-26447: mysqldump to use temporary view instead of tables.Daniel Black2022-08-035-172/+103
| | | * MDEV-18702 mysqldump: add variable 'max-statement-time'Mike Griffin2022-08-024-0/+141
| | * | Fix Oracle parser.Oleksandr Byelkin2022-08-031-0/+2
| * | | RHEL9 disables SHA1 signatures in opensslSergei Golubchik2022-08-031-0/+1