1
0
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:
Alexander Barkov
2013-09-23 18:58:33 +04:00
parent 9cbd53bfb2
commit e33582d20d
12 changed files with 2109 additions and 116 deletions

View File

@ -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
/*