mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge
sql/item.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/protocol.cc: Auto merged
This commit is contained in:
@ -1736,17 +1736,6 @@ extern "C" int my_message_sql(uint error, const char *str,
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Forget last error message (if we got one)
|
||||
*/
|
||||
|
||||
void clear_error_message(THD *thd)
|
||||
{
|
||||
thd->clear_error();
|
||||
}
|
||||
|
||||
|
||||
#ifdef __WIN__
|
||||
|
||||
struct utsname
|
||||
|
Reference in New Issue
Block a user