summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-11-0926-19/+1349
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-11-0917-11/+1241
| |\
| | * Remove restarts from encrypt_and_grep testst-10.2-mergeMarko Mäkelä2021-11-092-10/+12
| | * Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-0910-35/+135
| | |\
| | * | MDEV-25610 Assertion `escape != -1' failed in Item_func_like::val_intbb-10.2-bar-MDEV-25610Alexander Barkov2021-11-084-0/+1108
| | * | MDEV-22284 Aria table key read crash because wrong index usedbb-10.2-midenok2Aleksey Midenkov2021-11-022-0/+24
| | * | MDEV-24335 Unexpected question mark in the end of a TINYTEXT columnAlexander Barkov2021-11-022-0/+20
| | * | MDEV-26949 --debug-gdb installs redundant signal handlersMarko Mäkelä2021-11-011-1/+2
| | * | MDEV-24901 SIGSEGV in fts_get_table_name, SIGSEGV in ib_vector_size, SIGSEGV ...bb-10.2-bar-MDEV-24901Alexander Barkov2021-10-294-0/+77
| | * | MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-285-21/+1179
| | * | rpl_get_master_version_and_clock and rpl_row_big_table_id tests are slow, so ...Alice Sherepa2021-10-282-0/+2
| * | | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-0919-93/+1365
| |\ \ \
| * | | | MDEV-26928 Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit...Aleksey Midenkov2021-11-022-0/+42
| * | | | MDEV-25552 system versioned partitioned by LIMIT tables break CHECK TABLEAleksey Midenkov2021-11-021-2/+1
| * | | | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-022-0/+57
* | | | | Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2021-11-086-4/+53
|\ \ \ \ \
| * | | | | MDEV-26929: Make the main testsuite runnable with optimizer trace enabledbb-10.4-mdev26929-part2Sergei Petrunia2021-10-292-0/+19
| * | | | | MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-292-0/+30
| * | | | | MDEV-26929: fixed opt_trace test for --mysqld=--optimizer_trace=enabled=onbb-10.4-MDEV-26929Sergei Krivonos2021-10-282-4/+4
* | | | | | Merge branch '10.3' into 10.4mariadb-10.4.22Oleksandr Byelkin2021-11-055-21/+1179
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-055-21/+1179
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | MDEV-26833 Missed statement rollback in case transaction drops or create temp...mariadb-10.2.41Andrei Elkin2021-11-055-21/+1179
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-022-6/+6
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-012-7/+13
| | * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-298-28/+122
| | | |_|/ | | |/| |
* | | | | post merge result fixOleksandr Byelkin2021-11-021-0/+3
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-11-025-40/+51
|\ \ \ \ \ | |/ / / /
| * | | | move "bad" test in seperate file with valgrind prohibited (different size of ...Oleksandr Byelkin2021-11-024-37/+51
| * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-024-13/+19
| * | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-298-28/+122
| | |_|/ | |/| |
* | | | MDEV-23328 Server hang due to Galera lock conflict resolutionJan Lindström2021-11-022-7/+13
* | | | MDEV-23328 Server hang due to Galera lock conflict resolutionsjaakola2021-10-298-235/+34
* | | | MDEV-25114: Crash: WSREP: invalid state ROLLED_BACK (FATAL)Jan Lindström2021-10-291-1/+1
| |_|/ |/| |
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-2812-0/+529
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-2812-0/+523
| |\ \ | | |/
| | * MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-282-0/+384
| | * MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-272-0/+48
| | * Fix tests for PLUGIN_PARTITION=NOMarko Mäkelä2021-10-272-0/+2
| | * MDEV-23391 Crash/assertion CREATE OR REPLACE TABLE AS SELECT under LOCK TABLEVladislav Vaintroub2021-10-262-0/+38
| | * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-262-0/+45
| | * MDEV-26556 An improper locking bug(s) due to unreleased lock.bb-10.2-mdev-26556-hfAlexey Botchkov2021-10-252-0/+6
* | | MDEV-22380 Assertion `name.length == strlen(name.str)' failed .. w/optimizer_...bb-10.4-bar-MDEV-22380Alexander Barkov2021-10-272-0/+44
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2021-10-2714-36/+270
|\ \ \ | |/ /
| * | MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-2714-36/+270
* | | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-2611-21/+220
* | | Merge 10.3 into 10.4st-10.4-mergeMarko Mäkelä2021-10-214-44/+44
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-214-41/+42
| |\ \ | | |/
| | * MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-214-41/+42
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-2139-31/+1316
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-2139-31/+1317
| |\ \ | | |/