summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2008-05-18 01:51:18 +0400
committerkostja@bodhi.(none) <>2008-05-18 01:51:18 +0400
commit7aeeb8f66727ef1b89cab5b21b778b193956a62b (patch)
tree31e6f0685e8b284f4281aff2fb0f2220836e22ab /tests
parentaeb2b9a88db2e09fbf83b64cf3a925f838ccf86d (diff)
downloadmariadb-git-7aeeb8f66727ef1b89cab5b21b778b193956a62b.tar.gz
Implement some code review fixes for the fix for Bug#27430
"Crash in subquery code when in PS and table DDL changed after PREPARE"
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
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;