From 95325f13544aa8f43af45ae66a271949fd6aee2d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 16 Jun 2004 11:29:22 +0400 Subject: Compilation error on AIX (IBM C Compiler Version 6) fixed. --- tests/client_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/client_test.c b/tests/client_test.c index 223f9edeebf..b4ba20dbf00 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -9729,7 +9729,7 @@ static void test_bug3796() MYSQL_STMT *stmt; MYSQL_BIND bind[1]; const char *concat_arg0= "concat_with_"; - const int OUT_BUFF_SIZE= 30; + enum { OUT_BUFF_SIZE= 30 }; char out_buff[OUT_BUFF_SIZE]; char canonical_buff[OUT_BUFF_SIZE]; ulong out_length; -- cgit v1.2.1