mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
additional 4.0 -> 4.1 merge !!
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user