Navigation Menu

Skip to content

Commit

Permalink
Remove needless #
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 20, 2012
1 parent c75d3d2 commit bc4611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -41,7 +41,7 @@

#if defined(MRN_MARIADB_P)
# if MYSQL_VERSION_ID >= 50302 && MYSQL_VERSION_ID < 100000
# typedef COST_VECT Cost_estimate;
typedef COST_VECT Cost_estimate;
# endif
#endif

Expand Down

0 comments on commit bc4611d

Please sign in to comment.