mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merging TO_BASE64() and FROM_BASE64() from MySQL-5.6
This commit is contained in:
@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user