mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Ensure that result from date_format() is binary
Removed warnings from test suite
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# Test some warnings
|
||||
#
|
||||
--disable-warnings
|
||||
--disable_warnings
|
||||
drop table if exists t1, t2;
|
||||
--enable-warnings
|
||||
--enable_warnings
|
||||
SET SQL_WARNINGS=1;
|
||||
|
||||
create table t1 (a int);
|
||||
|
||||
Reference in New Issue
Block a user