mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
merge of lost change
mysql-test/r/keywords.result: merged lost change back
This commit is contained in:
parent
aba008d6b3
commit
3bd0819a91
3 changed files with 12 additions and 0 deletions
|
|
@ -8,3 +8,9 @@ select t1.time+0,t1.date+0,t1.timestamp+0,concat(date," ",time) from t1;
|
|||
t1.time+0 t1.date+0 t1.timestamp+0 concat(date," ",time)
|
||||
122222 19970203 19970102000000 1997-02-03 12:22:22
|
||||
drop table t1;
|
||||
create table events(binlog int);
|
||||
insert into events values(1);
|
||||
select events.binlog from events;
|
||||
binlog
|
||||
1
|
||||
drop table events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue