Navigation Menu

Skip to content

Commit

Permalink
fix order.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 27, 2011
1 parent 4bcf709 commit 49cf969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -71,7 +71,7 @@ extern "C" {
#endif

#if MYSQL_VERSION_ID < 50603
typedef Sql_condition MYSQL_ERROR;
typedef MYSQL_ERROR Sql_condition;
#endif

class ha_mroonga;
Expand Down

0 comments on commit 49cf969

Please sign in to comment.