config root man

Current Path : /home/usr.opt/mysql57/mysql-test/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/r/func_str_no_ps.result

#
# Bug#20315088 LCASE/LTRIM, SOURCE AND DESTINATION OVERLAP IN MEMCPY
#
do lcase(ltrim(from_unixtime(0,' %T ')));
do _cp852 "" <= lcase(trim(leading 1 from 12222)) not between '1' and '2';
do decode(substring(sha1('1'),'11'),25);
Warnings:
Warning	1287	'DECODE' is deprecated and will be removed in a future release. Please use AES_DECRYPT instead
do encode(mid(sysdate(),"5",1),'11');
Warnings:
Warning	1287	'ENCODE' is deprecated and will be removed in a future release. Please use AES_ENCRYPT instead
do upper(substring(1.111111111111111111 from '2n'));
Warnings:
Warning	1292	Truncated incorrect INTEGER value: '2n'
Warning	1292	Truncated incorrect INTEGER value: '2n'
do nullif(1,'-' between lcase(right(11111111," 7,]" ))and '1');
Warnings:
Warning	1292	Truncated incorrect INTEGER value: ' 7,]'
Warning	1292	Truncated incorrect INTEGER value: ' 7,]'
do upper(right(198039009115594390000000000000000000000.000000,35));
do concat('111','11111111111111111111111111',
substring_index(uuid(),0,1.111111e+308));
do replace(ltrim(from_unixtime(0,' %T ')), '0', '1');
do insert(ltrim(from_unixtime(0,' %T ')), 2, 1, 'hi');
set @old_collation_connection=@@collation_connection;
set collation_connection="utf8_general_ci";
do replace(ltrim(from_unixtime(0,' %T ')), '0', '1');
set collation_connection=@old_collation_connection;

Man Man