handler clause

This commit is contained in:
Kentoku SHIBA 2014-03-25 05:00:34 +09:00
commit 51040beb6e
9 changed files with 193 additions and 94 deletions

View file

@ -790,7 +790,8 @@ public:
KEY_PART_INFO *key_part,
const key_range *key,
const uchar **ptr,
bool key_eq
bool key_eq,
bool tgt_final
);
int append_is_null(
ulong sql_type,
@ -800,7 +801,8 @@ public:
KEY_PART_INFO *key_part,
const key_range *key,
const uchar **ptr,
bool key_eq
bool key_eq,
bool tgt_final
);
int append_where_terminator_part(
ulong sql_type,