50 Commits (72429cad7f5448ad680d8df7b55aa055462d5964)

Author SHA1 Message Date
Nikita Malyavin 72429cad7f MDEV-30046 wrong row targeted with "insert ... on duplicate" and "replace" 3 years ago
Alexander Barkov 97fcafb9ec MDEV-32837 long unique does not work like unique key when using replace 2 years ago
Sergei Golubchik a7ee3bc58b MDEV-29954 Unique hash key on column prefix is computed incorrectly 2 years ago
Sergei Golubchik e472b682e0 MDEV-32839 LONG UNIQUE gives error when used with REPLACE 2 years ago
Sergei Golubchik 65b3c89430 MDEV-32015 insert into an empty table fails with hash unique 2 years ago
Sergei Golubchik 382c543f53 MDEV-32012 hash unique corrupts index on virtual blobs 2 years ago
Lena Startseva 9854fb6fa7 MDEV-31003: Second execution for ps-protocol 2 years ago
Sergei Golubchik bc970573b3 MDEV-22756 SQL Error (1364): Field 'DB_ROW_HASH_1' doesn't have a default value 3 years ago
Sergei Golubchik fc292f42be MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty MyISAM table 3 years ago
Sachin 10132ad261 MDEV-23264 Unique blobs allow duplicate values upon UPDATE 5 years ago
Aleksey Midenkov 231feabd2b MDEV-21540 Initialization of already inited long unique index on reorganize partition 3 years ago
Sergei Golubchik af810407f7 MDEV-28098 incorrect key in "dup value" error after long unique 4 years ago
Nikita Malyavin 1fdac57447 MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruption 4 years ago
Sachin eb14e073ea MDEV-22719 Long unique keys are not created when individual key_part->length < max_key_length but SUM(key_parts->length) > max_key_length 5 years ago
Sachin e208f91ba8 MDEV-21804 Assertion `marked_for_read()' failed upon INSERT into table with long unique blob under binlog_row_image=NOBLOB 5 years ago
Sergei Golubchik 18502f99eb MDEV-22185 Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON or ER_KEY_NOT_FOUND or Assertion `inited==NONE' failed in handler::ha_index_init 6 years ago
Sergei Golubchik fcd84da5f1 MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon LOAD DATA with NO_BACKSLASH_ESCAPES in SQL_MODE and unique blob in table 6 years ago
Sergei Golubchik 3bb5c6b0c2 MDEV-22113 SIGSEGV, ASAN use-after-poison, Assertion `next_insert_id == 0' in handler::ha_external_lock 6 years ago
Sachin eed6d215f1 MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for myisam table with HASH indexes 6 years ago
Sachin Setiya 5a6023cf6f MDEV-18791 Wrong error upon creating Aria table with long index on BLOB 6 years ago
Sachin ba7d33a898 MDEV-18820 Assertion `lock_table_has(trx, index->table, LOCK_IX)' failed in lock_rec_insert_check_and_lock upon INSERT into table with blob key 7 years ago
Sachin 901e3ddf79 MDEV-18904 Assertion `m_part_spec.start_part >= m_part_spec.end_part' failed in ha_partition::index_read_idx_map 7 years ago
Sachin 0c567648a4 Revert (MDEV-18888)2b06de8064660c5c, fix it in different way And add test case for MDEV-18953 7 years ago
Sachin c23d4700e6 MDEV-18901 Wrong results after ADD UNIQUE INDEX(blob_column) 7 years ago
Sachin 625aa232a6 MDEV-18967 Load data in system version with long unique does not work 7 years ago
sachinsetia1001@gmail.com 3943fe5630 MDEV-18888 Server crashes in Item_field::register_field_in_read_map upon... 7 years ago
sachinsetia1001@gmail.com 8995f33c0b MDEV-18889 Long unique on virtual fields crashes server 7 years ago
sachinsetia1001@gmail.com 2e34a031f8 MDEV-18809 Server crash in fields_in_hash_keyinfo or Assertion `key_info->key_part->field->flags & (1<< 30)' failed in setup_keyinfo_hash 7 years ago
sachinsetia1001@gmail.com 050280ce8b MDEV-18922 Alter on long unique varchar column makes result null 7 years ago
sachin 62bfb2fe49 MDEV-18800 Server crash in instant_alter_column_possible or Assertion... 7 years ago
sachin ecf323620b Add test cases for MDEV-18792 MDEV-18793 MDEV-18795 MDEV-18798 MDEV-18801 7 years ago
sachin 560598c9b2 MDEV-18799 Long unique does not work after failed alter table 7 years ago
sachin f9f625fb43 MDEV-18790 Server crash in fields_in_hash_keyinfo after unsuccessful... 7 years ago
Sergei Golubchik b10340998f MDEV-18748 REPLACE doesn't work with unique blobs on MyISAM table 7 years ago
Sergei Golubchik 9fd3e810e8 MDEV-18747 InnoDB: Failing assertion: table->get_ref_count() == 0 upon dropping temporary table with unique blob 7 years ago
Sergei Golubchik 304f0084ef MDEV-18720 Assertion `inited==NONE' failed in ha_index_init upon update on versioned table with key on blob 7 years ago
Sergei Golubchik f78c0f6f00 MDEV-18722 Assertion `templ->mysql_null_bit_mask' failed in row_sel_store_mysql_rec upon modifying indexed column into blob 7 years ago
Sergei Golubchik 3f53515425 MDEV-18713 Assertion `strcmp(share->unique_file_name,filename) || share->last_version' failed in test_if_reopen upon REPLACE into table with key on blob 7 years ago
Sergei Golubchik 20c89f9f37 MDEV-18712 InnoDB indexes are inconsistent with what defined in .frm for table after rebuilding table with index on blob 7 years ago
Sergei Golubchik 5adf11250a MDEV-18707 Server crash in my_hash_sort_bin, ASAN heap-use-after-free in Field::is_null, server hang, corrupted double-linked list 7 years ago