Skip to content

Commit eda04fe

Browse files
committed
Fixed warning
1 parent 6658605 commit eda04fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittest/libmariadb/bulk1.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,9 +1003,8 @@ static int test_mdev16593(MYSQL *mysql)
10031003
MYSQL_BIND bind[2];
10041004
unsigned int array_size= 2;
10051005
int val_a[2]= {1,2};
1006-
int val_b[2]= {3,4};
10071006
char indicators[2]= {STMT_INDICATOR_NULL, STMT_INDICATOR_NULL};
1008-
char *testcase[]= {"MYSQL_TYPE_LONG", "MYSQL_TYPE_NULL", "STMT_INDICATOR_NULL"};
1007+
const char *testcase[]= {"MYSQL_TYPE_LONG", "MYSQL_TYPE_NULL", "STMT_INDICATOR_NULL"};
10091008

10101009
diag("waiting for server fix");
10111010
return SKIP;

0 commit comments

Comments
 (0)