mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Applied all changes from Igor and Sanja
This commit is contained in:
@ -3422,7 +3422,7 @@ MY_LOCALE *my_locale_by_name(const char *name)
|
||||
if (thd)
|
||||
{
|
||||
// Send a warning to the client
|
||||
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
|
||||
push_warning_printf(thd, Sql_condition::WARN_LEVEL_WARN,
|
||||
ER_WARN_DEPRECATED_SYNTAX, ER(ER_WARN_DEPRECATED_SYNTAX),
|
||||
name, locale->name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user