1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result:

Prove that the queries mentioned in
  Bugs#5980: NULL requires a characterset in a union
  works fine after recent changes related to itroducing
  more coercibility level: IRNORABLE and SYSCONST.
This commit is contained in:
bar@mysql.com
2005-03-28 12:24:12 +05:00
parent ff8017f0d3
commit 06bcfe8886
4 changed files with 31 additions and 0 deletions

View File

@@ -75,4 +75,8 @@ select * from t1 where a=database();
a
select * from t1 where a=user();
a
insert into t1 values ('a');
select left(concat(a,version()),1) from t1;
left(concat(a,version()),1)
a
drop table t1;