You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
compiler warnings - unused variables
This commit is contained in:
@@ -30,8 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
|
|
||||||
static int test_rpl_01(MYSQL *mysql)
|
static int test_rpl_01(MYSQL *mysql)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
unsigned int server_id= 0;
|
|
||||||
MARIADB_RPL_EVENT *event= NULL;
|
MARIADB_RPL_EVENT *event= NULL;
|
||||||
MARIADB_RPL *rpl= mariadb_rpl_init(mysql);
|
MARIADB_RPL *rpl= mariadb_rpl_init(mysql);
|
||||||
mysql_query(mysql, "SET @mariadb_slave_capability=4");
|
mysql_query(mysql, "SET @mariadb_slave_capability=4");
|
||||||
|
Reference in New Issue
Block a user