compilation failures fixes. mysqldump now compiles on AIX 4.3.
client/mysqldump.c: row[i] is char* so some compilers don't want to put it into a unsigned char*. A C++ comment.
Showing
Please register or sign in to comment
client/mysqldump.c: row[i] is char* so some compilers don't want to put it into a unsigned char*. A C++ comment.