mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
a small bug fix
This commit is contained in:
@ -136,3 +136,8 @@ t1 CREATE TABLE `t1` (
|
||||
drop table t1;
|
||||
create table t1 select if(1,'1','0'), month("2002-08-02");
|
||||
drop table t1;
|
||||
create table t1 select if('2002'='2002','Y','N');
|
||||
select * from t1;
|
||||
if('2002'='2002','Y','N')
|
||||
Y
|
||||
drop table if exists t1;
|
||||
|
Reference in New Issue
Block a user