mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02: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. mysql-test/r/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. mysql-test/r/func_system.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. mysql-test/t/ctype_utf8.test: 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. mysql-test/t/func_system.test: 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:
parent
3fd639493a
commit
949875cb7b
4 changed files with 31 additions and 0 deletions
|
|
@ -38,4 +38,6 @@ create table t1 (a char(10)) character set latin1;
|
|||
select * from t1 where a=version();
|
||||
select * from t1 where a=database();
|
||||
select * from t1 where a=user();
|
||||
insert into t1 values ('a');
|
||||
select left(concat(a,version()),1) from t1;
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue