mariadb/storage/heap
Alexander Barkov 1d73005bf3 MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference
- Removing the "diff_if_only_endspace_difference" argument from
  MY_COLLATION_HANDLER::strnncollsp(), my_strnncollsp_simple(),
  as well as in the function template MY_FUNCTION_NAME(strnncollsp)
  in strcoll.ic

- Removing the "diff_if_only_space_different" from ha_compare_text(),
  hp_rec_key_cmp().

- Adding a new function my_strnncollsp_padspace_bin() and reusing
  it instead of duplicate code pieces in my_strnncollsp_8bit_bin(),
  my_strnncollsp_latin1_de(), my_strnncollsp_tis620(),
  my_strnncollsp_utf8_cs().

- Adding more tests for better coverage of the trailing space handling.

- Removing the unused definition of HA_END_SPACE_ARE_EQUAL
2016-03-31 11:04:48 +04:00
..
mysql-test/mtr2
_check.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
_rectest.c
ChangeLog
CMakeLists.txt
ha_heap.cc
ha_heap.h
heapdef.h MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_block.c
hp_clear.c
hp_close.c
hp_create.c
hp_delete.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_extra.c
hp_hash.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_info.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_open.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_panic.c
hp_rename.c
hp_rfirst.c
hp_rkey.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rlast.c
hp_rnext.c
hp_rprev.c
hp_rrnd.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rsame.c
hp_scan.c
hp_static.c
hp_test1.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_test2.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_update.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_write.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00