mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Compilation error on AIX (IBM C Compiler Version 6) fixed.
This commit is contained in:
parent
e2dc057d1c
commit
95325f1354
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue