Compilation error on AIX (IBM C Compiler Version 6) fixed.
This commit is contained in:
parent
2df44dff2f
commit
e7de488713
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user