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

compiler warnings - unused variables

This commit is contained in:
Sergei Golubchik
2019-02-02 22:43:57 +01:00
parent b6c3895eec
commit cdf5eab4cc

View File

@@ -30,8 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
static int test_rpl_01(MYSQL *mysql)
{
int i;
unsigned int server_id= 0;
MARIADB_RPL_EVENT *event= NULL;
MARIADB_RPL *rpl= mariadb_rpl_init(mysql);
mysql_query(mysql, "SET @mariadb_slave_capability=4");