1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

additional 4.0 -> 4.1 merge !!

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2004-12-25 00:07:22 +02:00
parent f385e79ad4
commit ca74ce3398

View File

@ -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'