mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Ensure that result from date_format() is binary
Removed warnings from test suite
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# Test of date format functions
|
||||
#
|
||||
|
||||
--disable-warnings
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable-warnings
|
||||
--enable_warnings
|
||||
|
||||
SHOW GLOBAL VARIABLES LIKE "%_format%";
|
||||
SHOW SESSION VARIABLES LIKE "%_format%";
|
||||
|
||||
Reference in New Issue
Block a user