1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03: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:
bar@mysql.com
2005-02-18 16:10:12 +04:00
parent 8b2fc991cd
commit 47b85939a5
4 changed files with 35 additions and 2 deletions

View File

@@ -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,