From e24336b0c84a9b8a0a9c9e2d9f0a4a4855a28366 Mon Sep 17 00:00:00 2001 From: "anozdrin@mysql.com" <> Date: Wed, 8 Feb 2006 12:51:28 +0300 Subject: [PATCH] Fix compilation failure. --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/handler.h b/sql/handler.h index de4623b39b9..92fa581c19c 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -2030,7 +2030,7 @@ int ha_binlog_end(THD *thd); #define ha_reset_logs(a) 0 #define ha_binlog_index_purge_file(a,b) 0 #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_end(a) 0 #endif