#At file:///home/gluh/MySQL/mysql-5.0-bugteam/ based on
revid:sergey.glukhov@stripped
2743 Sergey Glukhov 2008-12-11
fix for pushbuild failure on 64 linux
modified:
tests/mysql_client_test.c
per-file messages:
tests/mysql_client_test.c
fix for pushbuild failure on 64 linux
=== modified file 'tests/mysql_client_test.c'
--- a/tests/mysql_client_test.c 2008-12-11 08:57:59 +0000
+++ b/tests/mysql_client_test.c 2008-12-11 10:37:18 +0000
@@ -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");
| Thread |
|---|
| • bzr commit into mysql-5.0-bugteam branch (Sergey.Glukhov:2743) | Sergey Glukhov | 11 Dec |