From: Date: December 11 2008 11:37am Subject: bzr commit into mysql-5.0-bugteam branch (Sergey.Glukhov:2743) List-Archive: http://lists.mysql.com/commits/61322 Message-Id: <0KBP00KI9K78I180@fe-emea-09.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #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");