summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_str.result
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-07-21 19:10:37 +0500
committerunknown <hf@deer.(none)>2004-07-21 19:10:37 +0500
commitc5fc0d433ab28d4309297875092888c920dcde3f (patch)
treee760e781ebd9feba1f0e8c01f34971bd6e703d70 /mysql-test/r/func_str.result
parentbf95f9195fe431841fe1e29e6b82c9f47ec52ad3 (diff)
parent58bdba5785313f89398231f796ba989a4de81a69 (diff)
downloadmariadb-git-c5fc0d433ab28d4309297875092888c920dcde3f.tar.gz
Merging
mysql-test/r/func_str.result: Auto merged sql/item_geofunc.cc: Auto merged sql/item_strfunc.cc: Auto merged
Diffstat (limited to 'mysql-test/r/func_str.result')
-rw-r--r--mysql-test/r/func_str.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result
index 1baf9d8e01c..066c9ad0c43 100644
--- a/mysql-test/r/func_str.result
+++ b/mysql-test/r/func_str.result
@@ -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