mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge
This commit is contained in:
@@ -68,3 +68,11 @@ drop table t1;
|
||||
select TRUE,FALSE,NULL;
|
||||
TRUE FALSE NULL
|
||||
1 0 NULL
|
||||
create table t1 (a char(10)) character set latin1;
|
||||
select * from t1 where a=version();
|
||||
a
|
||||
select * from t1 where a=database();
|
||||
a
|
||||
select * from t1 where a=user();
|
||||
a
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user