Merge bb-10.2-ext into 10.3

This commit is contained in:
Marko Mäkelä 2018-01-04 09:22:59 +02:00
commit 145ae15a33
209 changed files with 6855 additions and 1509 deletions

View file

@ -1345,8 +1345,8 @@ log:
{
thd->clear_error();
String log_query;
log_query.set_charset(system_charset_info);
StringBuffer<128> log_query(thd->variables.character_set_client);
DBUG_ASSERT(log_query.charset()->mbminlen == 1);
if (show_create_sp(thd, &log_query,
sp->m_explicit_name ? sp->m_db : null_clex_str,