mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Ensure that result from date_format() is binary
Removed warnings from test suite
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
drop table if exists t1, t2;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 't2'
|
||||
SET SQL_WARNINGS=1;
|
||||
create table t1 (a int);
|
||||
insert into t1 values (1);
|
||||
|
Reference in New Issue
Block a user