mariadb/mysql-test/suite/funcs_1/t/myisam_func_view.test
Alexander Barkov 36eba98817 MDEV-19123 Change default charset from latin1 to utf8mb4
Changing the default server character set from latin1 to utf8mb4.
2024-07-11 10:21:07 +04:00

19 lines
607 B
Text

###################################################
# #
# Functions within VIEWs based on MYISAM tables #
# #
###################################################
#
# NOTE: PLEASE SEE THE DETAILED DESCRIPTION IN
# suite/funcs_1/views/func_view.inc
# BEFORE ADDING NEW TEST CASES HERE !!!
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
let $type= 'MYISAM' ;
--source include/test_db_charset_latin1.inc
--source suite/funcs_1/views/func_view.inc
--source include/test_db_charset_restore.inc