File: func_str_no_ps.result

package info (click to toggle)
mysql-8.0 8.0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,273,924 kB
  • sloc: cpp: 4,684,605; ansic: 412,450; pascal: 108,398; java: 83,641; perl: 30,221; cs: 27,067; sql: 26,594; sh: 24,181; python: 21,816; yacc: 17,169; php: 11,522; xml: 7,388; javascript: 7,076; makefile: 2,194; lex: 1,075; awk: 670; asm: 520; objc: 183; ruby: 97; lisp: 86
file content (24 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# 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 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";
Warnings:
Warning	3778	'utf8mb3_general_ci' is a collation of the deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation instead.
do replace(ltrim(from_unixtime(0,' %T ')), '0', '1');
set collation_connection=@old_collation_connection;