diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-11 14:37:18 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-12-11 14:37:18 +0400 |
commit | e419c5d349997835644f1b438e90a4af61694a62 (patch) | |
tree | 2c175e8713fb17fcccd897dd53b369a7f4d9cdb0 /tests/mysql_client_test.c | |
parent | 87ea5307d0750d33aec28bf7613a5b80c5c0dac2 (diff) | |
download | mariadb-git-e419c5d349997835644f1b438e90a4af61694a62.tar.gz |
fix for pushbuild failure on 64 linux
Diffstat (limited to 'tests/mysql_client_test.c')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 79d188c252c..50f03a1a086 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -15908,7 +15908,7 @@ static void test_bug37956(void) { const char *query="select point(?,?)"; MYSQL_STMT *stmt=NULL; - unsigned int val=0; + ulong val=0; MYSQL_BIND bind_param[2]; unsigned char buff[2]= { 134, 211 }; DBUG_ENTER("test_bug37956"); |