Navigation Menu

Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 19, 2018
1 parent e0dbbdd commit e290eb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mrn_mysql_compat.h
Expand Up @@ -153,11 +153,11 @@
#endif

#ifdef MRN_KEY_PART_SPEC_FIELD_NAME_USE_CONST_STRING
#if (MYSQL_VERSION_ID >= 80013 && !defined(MRN_MARIADB_P))
typedef char mrn_key_part_spec_field_name;
#else
typedef LEX_CSTRING mrn_key_part_spec_field_name;
#endif
# if (MYSQL_VERSION_ID >= 80013 && !defined(MRN_MARIADB_P))
typedef char mrn_key_part_spec_field_name;
# else
typedef LEX_CSTRING mrn_key_part_spec_field_name;
# endif
#else
typedef LEX_STRING mrn_key_part_spec_field_name;
#endif
Expand Down

0 comments on commit e290eb9

Please sign in to comment.