diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 748f04b11d3..350c14926cd 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -17418,6 +17418,7 @@ static void test_wl4166() verify_param_count(stmt, 7); + bzero(my_bind, sizeof(my_bind)); /* tinyint */ my_bind[0].buffer_type= MYSQL_TYPE_TINY; my_bind[0].buffer= (void *)&tiny_data; |