1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

some clean up

This commit is contained in:
Georg Richter
2012-12-16 12:05:40 +01:00
parent e0ec9add5c
commit 4042f22bdb
13 changed files with 28 additions and 25 deletions

View File

@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "my_test.h"
#ifdef ENABLE_IF_IN_USE
static int enable_general_log(MYSQL *mysql, int truncate)
{
int rc;
@@ -51,7 +52,7 @@ static int restore_general_log(MYSQL *mysql)
return OK;
}
#endif
/* Test update/binary logs */