1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-17906 Class Binary_string

This commit is contained in:
Alexander Barkov
2018-12-05 14:06:49 +04:00
parent 24d6ec8db8
commit bb9b4182e4
3 changed files with 398 additions and 283 deletions

View File

@ -640,7 +640,7 @@ create_insert_stmt_from_insert_delayed(THD *thd, String *buf)
if (buf->append(thd->query()) ||
buf->replace(thd->lex->keyword_delayed_begin_offset,
thd->lex->keyword_delayed_end_offset -
thd->lex->keyword_delayed_begin_offset, 0))
thd->lex->keyword_delayed_begin_offset, NULL, 0))
return 1;
return 0;
}