Navigation Menu

Skip to content

Commit

Permalink
Remove code for MariaDB 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent c48f245 commit b2bc202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -33,7 +33,7 @@
#endif

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

0 comments on commit b2bc202

Please sign in to comment.