Fixed some warning and error messages so that they use
sql_print_warning() and sql_print_error() instead of fprintf to stderr. Above functions are tuned for different platforms so that the behavior is consistent around platforms. Using fprintf() different behavior can be expected at least on Windows and Unix.
Showing
This diff is collapsed.
Please register or sign in to comment