summaryrefslogtreecommitdiff
path: root/mysql-test/main/long_unique_bugs.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+105
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+105
| |\
| | * MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-201-0/+105
* | | Merge 10.5 into 10.6Marko Mäkelä2022-11-081-0/+9
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2022-11-081-0/+9
| |\ \ | | |/
| | * MDEV-23264 Unique blobs allow duplicate values upon UPDATESachin2022-11-071-0/+9
* | | Merge 10.5 into 10.6Marko Mäkelä2022-09-201-3/+3
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-3/+3
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2022-09-131-3/+3
* | | Merge branch '10.5' into bb-10.6-releaseOleksandr Byelkin2022-08-031-0/+19
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-031-0/+19
| |\ \ | | |/
| | * MDEV-21540 Initialization of already inited long unique index on reorganize p...Aleksey Midenkov2022-08-011-0/+19
* | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-101-0/+25
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-0/+25
| |\ \ | | |/
| | * MDEV-28098 incorrect key in "dup value" error after long uniqueSergei Golubchik2022-04-281-0/+14
* | | Merge 10.5 into 10.6Marko Mäkelä2021-11-091-0/+15
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-11-091-0/+15
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-11-091-0/+1
| | * MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-291-0/+14
* | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-1/+1
* | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-6/+8
|/ /
* | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+1
|\ \ | |/
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-06-071-0/+19
|\ \ | |/
| * MDEV-22719 Long unique keys are not created when individual key_part->length ...Sachin2020-06-071-0/+11
| * MDEV-21804 Assertion `marked_for_read()' failed upon INSERT into table with l...Sachin2020-06-071-0/+7
* | MDEV-22185 Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON or ER_KEY_NO...Sergei Golubchik2020-05-051-0/+4
* | MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-121-0/+58
* | MDEV-22113 SIGSEGV, ASAN use-after-poison, Assertion `next_insert_id == 0' in...Sergei Golubchik2020-04-021-0/+9
* | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-0/+5
|\ \ | |/
| * MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for my...Sachin2020-02-031-0/+3
| * MDEV-18791 Wrong error upon creating Aria table with long index on BLOBSachin Setiya2020-02-021-0/+2
|/
* MDEV-18820 Assertion `lock_table_has(trx, index->table, LOCK_IX)' failed in l...Sachin2019-04-031-0/+26
* MDEV-18904 Assertion `m_part_spec.start_part >= m_part_spec.end_part' failed ...Sachin2019-03-231-0/+4
* Revert (MDEV-18888)2b06de8064660c5c, fix it in different way And add test cas...Sachin2019-03-231-0/+16
* MDEV-18901 Wrong results after ADD UNIQUE INDEX(blob_column)Sachin2019-03-221-0/+24
* MDEV-18967 Load data in system version with long unique does not workSachin2019-03-211-0/+9
* MDEV-18888 Server crashes in Item_field::register_field_in_read_map upon...sachinsetia1001@gmail.com2019-03-171-0/+15
* MDEV-18889 Long unique on virtual fields crashes serversachinsetia1001@gmail.com2019-03-171-0/+13
* MDEV-18809 Server crash in fields_in_hash_keyinfo or Assertion `key_info->key...sachinsetia1001@gmail.com2019-03-151-0/+15
* MDEV-18922 Alter on long unique varchar column makes result nullsachinsetia1001@gmail.com2019-03-151-0/+14
* MDEV-18800 Server crash in instant_alter_column_possible or Assertion...sachin2019-03-131-0/+17
* Add test cases for MDEV-18792 MDEV-18793 MDEV-18795 MDEV-18798 MDEV-18801sachin2019-03-131-0/+28
* MDEV-18799 Long unique does not work after failed alter tablesachin2019-03-131-0/+21
* MDEV-18790 Server crash in fields_in_hash_keyinfo after unsuccessful...sachin2019-03-131-0/+6
* MDEV-18748 REPLACE doesn't work with unique blobs on MyISAM tableSergei Golubchik2019-02-271-0/+4
* MDEV-18747 InnoDB: Failing assertion: table->get_ref_count() == 0 upon droppi...Sergei Golubchik2019-02-271-0/+4
* MDEV-18720 Assertion `inited==NONE' failed in ha_index_init upon update on ve...Sergei Golubchik2019-02-271-0/+16
* MDEV-18722 Assertion `templ->mysql_null_bit_mask' failed in row_sel_store_mys...Sergei Golubchik2019-02-271-0/+7
* MDEV-18713 Assertion `strcmp(share->unique_file_name,filename) || share->last...Sergei Golubchik2019-02-271-0/+6