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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user