mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
15 lines
466 B
Text
15 lines
466 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 !!!
|
|
|
|
let $type= 'MYISAM' ;
|
|
|
|
--source suite/funcs_1/views/func_view.inc
|
|
|