1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Use char as datatype for the byte that are read with my_fgetc, fixes problem with

mysqltest.test on Solaris and Mac. write_file produced nice files with all zeroes.
This commit is contained in:
msvensson@shellback.(none)
2006-10-14 17:09:06 +02:00
parent d8b9f7cb0e
commit a9e60bab29
2 changed files with 2 additions and 2 deletions

View File

@ -1421,7 +1421,7 @@ sub executable_setup () {
{
# Skip looking for exe_mysql_client_test as its not built by default
# in 4.1 for windows.
exe_mysql_client_test= "unavailable";
$exe_mysql_client_test= "unavailable";
}
else
{