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
Fix for according to C90
This commit is contained in:
@@ -31,8 +31,9 @@ static int test_conc_173(MYSQL *unused __attribute__((unused)))
|
|||||||
{
|
{
|
||||||
MYSQL mysql;
|
MYSQL mysql;
|
||||||
int arg;
|
int arg;
|
||||||
|
int i;
|
||||||
|
|
||||||
for (int i = 0; i < 1000; i++)
|
for (i = 0; i < 1000; i++)
|
||||||
{
|
{
|
||||||
mysql_init(&mysql);
|
mysql_init(&mysql);
|
||||||
mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client");
|
mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client");
|
||||||
|
Reference in New Issue
Block a user