mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Bug #7878 with utf_general_ci, equals (=) has problem with accent insensitivity
Backporting Monty's fix for 5.0 into 4.1.
This commit is contained in:
parent
5b91c5a73c
commit
cfa78c2645
4 changed files with 35 additions and 2 deletions
|
|
@ -340,6 +340,7 @@ enum ha_base_keytype {
|
|||
#define HA_STATE_BUFF_SAVED 512 /* If current keybuff is info->buff */
|
||||
#define HA_STATE_ROW_CHANGED 1024 /* To invalide ROW cache */
|
||||
#define HA_STATE_EXTEND_BLOCK 2048
|
||||
#define HA_STATE_RNEXT_SAME 4096 /* rnext_same was called */
|
||||
|
||||
enum en_fieldtype {
|
||||
FIELD_LAST=-1,FIELD_NORMAL,FIELD_SKIP_ENDSPACE,FIELD_SKIP_PRESPACE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue