mariadb/heap
unknown 600b5fea57 Bug#12891:
UNION doesn't return DISTINCT result for multi-byte characters
hp_hash.c:
  This piece of code was pretty wrong, looks
  like no necessary changes were made after
  cut-and-paste from fixed length segment processing.
  Itroduced two new variables safe_length1 and
  safe_length2 to remember the original lengths.
  Fixing my_charpos and set_if_smaller calls
  to pass correct parameters.
ctype_utf8.result, ctype_utf8.test:
  adding test case


heap/hp_hash.c:
   Bug#12891:
  UNION doesn't return DISTINCT result for multi-byte characters
  This piece of code was pretty wrong.
mysql-test/t/ctype_utf8.test:
  adding test case
mysql-test/r/ctype_utf8.result:
  adding test case
2005-09-01 19:31:08 +05:00
..
.cvsignore
_check.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
_rectest.c
ChangeLog
heapdef.h Add support for up to VARCHAR (size up to 65535) 2004-12-06 02:00:37 +02:00
hp_block.c Fix for bug#5138 continued: added comments, removed extra debug printf calls, changed ha_heap::records_in_range to use table->rec_per_key. 2004-10-12 18:21:25 +04:00
hp_clear.c Fix for bug#5138: hash indexes on heap tables support statistics. 2004-09-08 02:07:53 +04:00
hp_close.c
hp_create.c after merge fix 2005-03-17 18:44:24 +03:00
hp_delete.c Merge c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-4.1 2005-08-20 16:38:55 -04:00
hp_extra.c WL#1648 - Start/Stop Inserting Duplicates Into a Table 2004-03-18 16:47:16 +01:00
hp_hash.c Bug#12891: 2005-09-01 19:31:08 +05:00
hp_info.c After merge fixes 2004-02-16 10:03:25 +02:00
hp_open.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_panic.c
hp_rename.c
hp_rfirst.c Bug #6748 heap_rfirst() doesn't work (and never did!) 2004-11-22 14:53:18 +01:00
hp_rkey.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_rlast.c Stupid bug has been fixed 2002-07-12 13:12:32 +05:00
hp_rnext.c
hp_rprev.c
hp_rrnd.c Add 0x before pointers (to help with debugging) 2004-12-18 05:19:21 +02:00
hp_rsame.c
hp_scan.c Merge with 4.0.6 2002-12-05 19:38:42 +02:00
hp_static.c
hp_test1.c Merge key cache structures to one 2003-11-20 22:06:25 +02:00
hp_test2.c Merge key cache structures to one 2003-11-20 22:06:25 +02:00
hp_update.c fixes for windows 64-bit compiler warnings 2005-06-13 12:41:15 +02:00
hp_write.c Merge with 4.1 2005-01-15 14:09:45 +02:00
make-ccc
Makefile.am Merge 2005-07-06 00:06:11 +02:00