mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Extract some of #3360 fixes to 10.11.x
That PR uncovered countless issues on `my_snprintf` uses. This commit backports a squashed subset of their fixes. (Excludes previous parts #3485 and #3493)
This commit is contained in:
@@ -6406,9 +6406,9 @@ remove_key:
|
||||
}
|
||||
if (!part_elem)
|
||||
{
|
||||
push_warning_printf(thd, Sql_condition::WARN_LEVEL_NOTE,
|
||||
ER_PARTITION_DOES_NOT_EXIST,
|
||||
ER_THD(thd, ER_PARTITION_DOES_NOT_EXIST));
|
||||
push_warning(thd, Sql_condition::WARN_LEVEL_NOTE,
|
||||
ER_PARTITION_DOES_NOT_EXIST,
|
||||
ER_THD(thd, ER_PARTITION_DOES_NOT_EXIST));
|
||||
names_it.remove();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user