diff options
author | unknown <hf@deer.(none)> | 2004-07-21 19:10:37 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-07-21 19:10:37 +0500 |
commit | c5fc0d433ab28d4309297875092888c920dcde3f (patch) | |
tree | e760e781ebd9feba1f0e8c01f34971bd6e703d70 /mysql-test/r/func_str.result | |
parent | bf95f9195fe431841fe1e29e6b82c9f47ec52ad3 (diff) | |
parent | 58bdba5785313f89398231f796ba989a4de81a69 (diff) | |
download | mariadb-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.result | 2 |
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 |