mariadb/storage/myisam
Monty 4ef437558a Improve update handler (long unique keys on blobs)
MDEV-21606 Improve update handler (long unique keys on blobs)
MDEV-21470 MyISAM and Aria start_bulk_insert doesn't work with long unique
MDEV-21606 Bug fix for previous version of this code
MDEV-21819 2 Assertion `inited == NONE || update_handler != this'

- Move update_handler from TABLE to handler
- Move out initialization of update handler from ha_write_row() to
  prepare_for_insert()
- Fixed that INSERT DELAYED works with update handler
- Give an error if using long unique with an autoincrement column
- Added handler function to check if table has long unique hash indexes
- Disable write cache in MyISAM and Aria when using update_handler as
  if cache is used, the row will not be inserted until end of statement
  and update_handler would not find conflicting rows.
- Removed not used handler argument from
  check_duplicate_long_entries_update()
- Syntax cleanups
  - Indentation fixes
  - Don't use single character indentifiers for arguments
2020-03-24 21:00:02 +02:00
..
ftbench Update FSF Address 2019-05-11 21:29:06 +03:00
mysql-test MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 2019-04-12 12:28:09 +03:00
ChangeLog
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ft_boolean_search.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ft_myisam.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_nlq_search.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ft_parser.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ft_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
ft_stopwords.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ft_update.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ftdefs.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
fulltext.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ha_myisam.cc Improve update handler (long unique keys on blobs) 2020-03-24 21:00:02 +02:00
ha_myisam.h MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
mi_cache.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_changed.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_check.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_checksum.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_close.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_create.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_dbug.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_delete.c Merge remote-tracking branch 'origin/10.1' into 10.2 2019-09-24 19:19:25 +04:00
mi_delete_all.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mi_delete_table.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_dynrec.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_extra.c Merge 10.3 into 10.4 2019-10-10 11:19:25 +03:00
mi_extrafunc.h Update FSF Address 2019-05-11 21:29:06 +03:00
mi_info.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_key.c MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
mi_keycache.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_locking.c Merge 10.3 into 10.4 2019-09-25 10:14:33 +03:00
mi_log.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_open.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_packrec.c Merge 10.4 into 10.5 2020-03-21 11:37:10 +02:00
mi_page.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_panic.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_preload.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_range.c MDEV-16188: Fix clang 10 -Wimplicit-int-float-conversion 2020-03-16 16:51:35 +02:00
mi_rename.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rfirst.c Fix spelling mistakes in MyISAM code comments 2019-09-20 07:21:21 +03:00
mi_rkey.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rlast.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rnext.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rnext_same.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rprev.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rrnd.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rsame.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rsamepos.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_scan.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_search.c Merge remote-tracking branch 'origin/10.1' into 10.2 2019-09-24 19:19:25 +04:00
mi_static.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_statrec.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_test1.c MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
mi_test2.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mi_test3.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_test_all.res
mi_test_all.sh Merge remote-tracking branch 'origin/5.5' into 10.1 2019-09-24 11:18:39 +04:00
mi_unique.c MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
mi_update.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_write.c cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
myisam_ftdump.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
myisamchk.c MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-10 23:49:47 +04:00
myisamdef.h perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
myisamlog.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
myisampack.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
NEWS Merge remote-tracking branch 'origin/10.1' into 10.2 2019-09-24 19:19:25 +04:00
rt_index.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
rt_index.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_key.c Update FSF Address 2019-05-11 21:29:06 +03:00
rt_key.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_mbr.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rt_mbr.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_split.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rt_test.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sort.c cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
sp_defs.h Update FSF Address 2019-05-11 21:29:06 +03:00
sp_key.c MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
sp_test.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
test_pack