1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed problems with decimals withing IF()

Force add of FN_LIBCHAR to symlinks on windows
This commit is contained in:
monty@donna.mysql.fi
2001-05-29 13:46:17 +03:00
parent 86eda127f7
commit 3dc4b35a05
11 changed files with 46 additions and 39 deletions

View File

@ -300,8 +300,9 @@ show_failed_diff ()
echo "-------------------------------------------------------"
$DIFF -c $result_file $reject_file
echo "-------------------------------------------------------"
echo "Please e-mail the above, along with the output of mysqlbug"
echo "and any other relevant info to bugs@lists.mysql.com"
echo "Please follow the instructions outlined at"
echo "http://www.mysql.com/doc/R/e/Reporting_mysqltest_bugs.html"
echo "to find the reason to this problem and how to report this."
fi
}