mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merging
mysql-test/r/func_str.result: Auto merged sql/item_geofunc.cc: Auto merged sql/item_strfunc.cc: Auto merged
This commit is contained in:
@ -225,6 +225,8 @@ substring_index("www.tcx.se","",3)
|
||||
select length(repeat("a",100000000)),length(repeat("a",1000*64));
|
||||
length(repeat("a",100000000)) length(repeat("a",1000*64))
|
||||
NULL 64000
|
||||
Warnings:
|
||||
Warning 1300 Data truncated by function 'repeat' do to max_allowed_packet
|
||||
select position("0" in "baaa" in (1)),position("0" in "1" in (1,2,3)),position("sql" in ("mysql"));
|
||||
position("0" in "baaa" in (1)) position("0" in "1" in (1,2,3)) position("sql" in ("mysql"))
|
||||
1 0 3
|
||||
|
Reference in New Issue
Block a user