diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2022-10-14 09:04:54 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-10-14 09:04:54 +0200 |
commit | 7cad2e94b1664a2185b873bc6f801b98fcefa817 (patch) | |
tree | 5aa2feff7ca99a0e857c892fe8685f774a9e8a70 /mysql-test/main/date_formats.test | |
parent | 0cddb1ac99cbecaddd08bfe5355c034c01c0c406 (diff) | |
parent | 184e65954b88266bd426de1c82973bf54a88afb1 (diff) | |
download | mariadb-git-7cad2e94b1664a2185b873bc6f801b98fcefa817.tar.gz |
Merge branch 'bb-10.4-vp-MDEV-27691' into 10.4
Diffstat (limited to 'mysql-test/main/date_formats.test')
-rw-r--r-- | mysql-test/main/date_formats.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/date_formats.test b/mysql-test/main/date_formats.test index 3bf6fabbf6d..4f252f29a69 100644 --- a/mysql-test/main/date_formats.test +++ b/mysql-test/main/date_formats.test @@ -2,6 +2,9 @@ # Test of date format functions # +#remove this include after fix MDEV-27871 +-- source include/no_view_protocol.inc + --disable_warnings drop table if exists t1; --enable_warnings |