mariadb/mysql-test/suite/funcs_1/t/myisam_func_view.test

17 lines
517 B
Text
Raw Normal View History

2007-02-06 13:35:54 +01:00
###################################################
# #
# 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';
2007-02-06 13:35:54 +01:00
let $type= 'MYISAM' ;
--source suite/funcs_1/views/func_view.inc