mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
handler clause
This commit is contained in:
parent
120b635366
commit
51040beb6e
9 changed files with 193 additions and 94 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue