mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
additional 4.0 -> 4.1 merge !!
mysql-test/r/func_str.result: a little, very little mistake in the merge process
This commit is contained in:
parent
6569fc7dda
commit
cb8ffea15e
1 changed files with 0 additions and 1 deletions
|
|
@ -691,7 +691,6 @@ select count(*) as total, left(c,10) as reg from t1 group by reg order by reg de
|
|||
total reg
|
||||
10 2004-12-10
|
||||
drop table t1;
|
||||
|
||||
select quote(ltrim(concat(' ', 'a')));
|
||||
quote(ltrim(concat(' ', 'a')))
|
||||
'a'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue