mirror of
https://github.com/MariaDB/server.git
synced 2025-02-07 06:12:18 +01:00
36eba98817
Changing the default server character set from latin1 to utf8mb4.
19 lines
607 B
Text
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
|