Commit 0617893d authored by unknown's avatar unknown

Fix compilation failure.

parent 329752f4
...@@ -2030,7 +2030,7 @@ int ha_binlog_end(THD *thd); ...@@ -2030,7 +2030,7 @@ int ha_binlog_end(THD *thd);
#define ha_reset_logs(a) 0 #define ha_reset_logs(a) 0
#define ha_binlog_index_purge_file(a,b) 0 #define ha_binlog_index_purge_file(a,b) 0
#define ha_reset_slave(a) #define ha_reset_slave(a)
#define ha_binlog_log_query(a,b,c,d,e,f); #define ha_binlog_log_query(a,b,c,d,e,f,g);
#define ha_binlog_wait(a) #define ha_binlog_wait(a)
#define ha_binlog_end(a) 0 #define ha_binlog_end(a) 0
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment