summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 626b90faf73..d3f19391ee5 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -10976,7 +10976,7 @@ static void test_view_insert()
MYSQL_STMT *insert_stmt, *select_stmt;
int rc, i;
MYSQL_BIND bind[1];
- long my_val = 0L;
+ int my_val = 0;
ulong my_length = 0L;
long my_null = 0L;
const char *query=