summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29074 GET_BIT variables crash in SET STATEMENTSergei Golubchik2022-07-262-0/+22
* MDEV-29058 Assertion `index->type == 32' failed in dict_index_build_internal...Thirunarayanan Balathandayuthapani2022-07-262-0/+34
* MDEV-20797 FULLTEXT search with apostrophe, and mandatory wordsThirunarayanan Balathandayuthapani2022-07-262-0/+41
* MDEV-28980: Disable the test for --embeddedMarko Mäkelä2022-07-261-0/+4
* MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure spe...Brandon Nesterenko2022-07-2511-8/+716
* MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LENMarko Mäkelä2022-07-254-0/+100
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-232-4/+4
* MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-202-0/+75
* MDEV-29023 MTR hangs after multiple failuresAleksey Midenkov2022-07-181-8/+39
* MDEV-29023 waitpid() cleanupAleksey Midenkov2022-07-181-5/+7
* MDEV-29025 MTR doesn't print stack trace for bootstrap crashesAleksey Midenkov2022-07-181-1/+14
* MDEV-29025 Refactoring: moved out core_wanted() out of mysql-test-run.plAleksey Midenkov2022-07-182-27/+39
* MDEV-28931 MTR prints detailed stack trace unconditionallyAleksey Midenkov2022-07-182-35/+209
* MDEV-28931 Debugger.pm readability fixAleksey Midenkov2022-07-181-38/+51
* MDEV-28931 --verbose option is too verboseAleksey Midenkov2022-07-186-30/+39
* MDEV-28931 Cleanup: try GDB to print core firstAleksey Midenkov2022-07-181-4/+1
* MDEV-26427 MariaDB Server SEGV on INSERT .. SELECTOleg Smirnov2022-07-144-0/+136
* MDEV-28487: sequences not respect value of binlog_row_image with select nextv...Brandon Nesterenko2022-07-135-0/+2538
* MDEV-21445 update test resultsSergei Golubchik2022-07-111-2/+30
* MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables...Sergei Petrunia2022-07-073-0/+43
* MDEV-28746 Wrong error code ER_BAD_DB_ERROR for long filenamesVladislav Vaintroub2022-07-072-0/+12
* MDEV-25492 BETWEEN clause returns incorrect results on quoted 64-bit intsAlexander Barkov2022-07-062-0/+45
* MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ...Alexander Barkov2022-07-0660-492/+722
* MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)Alexander Barkov2022-07-067-93/+0
* MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEXThirunarayanan Balathandayuthapani2022-07-012-0/+18
* MDEV-28706 Redundant InnoDB table fails during alterThirunarayanan Balathandayuthapani2022-06-302-0/+27
* A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_im...Alexander Barkov2022-06-281-0/+2
* MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-286-11/+77
* MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-272-0/+25
* MDEV-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / AS...Oleksandr Byelkin2022-06-242-0/+43
* remove invalid testSergei Golubchik2022-06-182-82/+0
* Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
* MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-165-0/+39
* mtr: fix a race conditionSergei Golubchik2022-06-151-2/+6
* MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-134-0/+29
* MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-092-2/+26
* main.help: flush help tables after modifying themSergei Golubchik2022-06-072-13/+14
* MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-072-7/+7
* MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead o...Masashi Tomooka2022-05-302-2/+25
* Add option --enable-cleartext-plugin to the MariaDB clientTing Nian2022-05-262-1/+12
* MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERTThirunarayanan Balathandayuthapani2022-05-252-0/+30
* MDEV-28583: post-merge fixesJulius Goryavsky2022-05-234-1068/+452
* Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-05-204-0/+152
|\
| * MDEV-28246 Optimizer uses all partitions after upgrade to 10.3Oleg Smirnov2022-05-192-0/+121
| * MDEV-14642 Assertion 'table->s->db_create_options == part_table->s->db_create...KiyoshiTakeda2022-05-182-0/+31
* | Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-182-0/+118
|\ \
| * | Revert "MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariab...bb-10.2-sergSergei Golubchik2022-05-1717-258/+15
| * | MDEV-28550: improper handling of replication event group that contains Gtid_l...Brandon Nesterenko2022-05-132-0/+118
* | | MDEV-28583: Galera: binlogs disappear after rsync ISTJulius Goryavsky2022-05-184-0/+771
* | | MDEV-28423: Galera IST is failing on Joiner nodeJulius Goryavsky2022-05-184-0/+771