Navigation Menu

Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 19, 2018
1 parent 55a5288 commit 632b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -176,7 +176,7 @@
&(key_part_spec)->field_name
# define MRN_KEY_PART_SPEC_FIELD_NAME_FORMAT "%.*s"
# define MRN_KEY_PART_SPEC_FIELD_NAME_VALUE(key_part_spec) \
static_cast<int>((key_part_spec)->field_name.length), (key_part_spec)->field_name.str
static_cast<int>((key_part_spec)->length), (key_part_spec)->str
# ifdef MRN_FIELD_FIELD_NAME_IS_LEX_STRING
# define MRN_FIELD_NAME_EQUAL_KEY_PART_SPEC_FIELD_NAME(field, string) \
FIELD_NAME_EQUAL_STRING(field, string)
Expand Down

0 comments on commit 632b435

Please sign in to comment.