mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
Conflicts: cmake/make_dist.cmake.in mysql-test/r/func_json.result mysql-test/r/ps.result mysql-test/t/func_json.test mysql-test/t/ps.test sql/item_cmpfunc.h
This commit is contained in:
@ -643,7 +643,8 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,
|
||||
|
||||
if (!res && mysql_bin_log.is_open())
|
||||
{
|
||||
String buff;
|
||||
StringBuffer<128> buff(thd->variables.character_set_client);
|
||||
DBUG_ASSERT(buff.charset()->mbminlen == 1);
|
||||
const LEX_STRING command[3]=
|
||||
{{ C_STRING_WITH_LEN("CREATE ") },
|
||||
{ C_STRING_WITH_LEN("ALTER ") },
|
||||
|
Reference in New Issue
Block a user