mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Backport test cases fixes from 5.0
This commit is contained in:
@ -785,6 +785,7 @@ static void DBerror(MYSQL *mysql, const char *when)
|
||||
DBUG_ENTER("DBerror");
|
||||
fprintf(stderr, "%s: Got error: %d: %s %s\n", my_progname,
|
||||
mysql_errno(mysql), mysql_error(mysql), when);
|
||||
fflush(stderr);
|
||||
safe_exit(EX_MYSQLERR);
|
||||
DBUG_VOID_RETURN;
|
||||
} /* DBerror */
|
||||
|
Reference in New Issue
Block a user