Commit cb8ffea1 authored by unknown's avatar unknown

additional 4.0 -> 4.1 merge !!


mysql-test/r/func_str.result:
  a little, very little mistake in the merge process
parent 6569fc7d
...@@ -691,7 +691,6 @@ select count(*) as total, left(c,10) as reg from t1 group by reg order by reg de ...@@ -691,7 +691,6 @@ select count(*) as total, left(c,10) as reg from t1 group by reg order by reg de
total reg total reg
10 2004-12-10 10 2004-12-10
drop table t1; drop table t1;
select quote(ltrim(concat(' ', 'a'))); select quote(ltrim(concat(' ', 'a')));
quote(ltrim(concat(' ', 'a'))) quote(ltrim(concat(' ', 'a')))
'a' 'a'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment