mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Merging TO_BASE64() and FROM_BASE64() from MySQL-5.6
This commit is contained in:
parent
9cbd53bfb2
commit
e33582d20d
12 changed files with 2103 additions and 110 deletions
|
|
@ -118,7 +118,8 @@ void mysql_client_binlog_statement(THD* thd)
|
|||
strptr < thd->lex->comment.str + thd->lex->comment.length ; )
|
||||
{
|
||||
char const *endptr= 0;
|
||||
int bytes_decoded= base64_decode(strptr, coded_len, buf, &endptr);
|
||||
int bytes_decoded= base64_decode(strptr, coded_len, buf, &endptr,
|
||||
MY_BASE64_DECODE_ALLOW_MULTIPLE_CHUNKS);
|
||||
|
||||
#ifndef HAVE_valgrind
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue