summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-03-17 12:29:30 -0800
committerunknown <jimw@mysql.com>2005-03-17 12:29:30 -0800
commit635db0ecb83fc8314819a5919a2a1d6a7d5baa6e (patch)
tree7f81c6a59fb2ff7080baf9b6122dd1c77f54ed29 /tests
parent91ab38099d7717e671b9ae782841f35f07ad9140 (diff)
parent6eac27a9cd197d450a6f51e80b23a7c584eef5c8 (diff)
downloadmariadb-git-635db0ecb83fc8314819a5919a2a1d6a7d5baa6e.tar.gz
Merge mysql.com:/home/jimw/my/mysql-5.0-8047
into mysql.com:/home/jimw/my/mysql-5.0-build
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=