mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
16 lines
499 B
Text
16 lines
499 B
Text
###################################################
|
|
# #
|
|
# Functions within VIEWs based on InnoDB tables #
|
|
# #
|
|
###################################################
|
|
|
|
#
|
|
# NOTE: PLEASE SEE THE DETAILED DESCRIPTION IN
|
|
# suite/funcs_1/views/func_view.inc
|
|
# BEFORE ADDING NEW TEST CASES HERE !!!
|
|
|
|
let $type= 'InnoDB' ;
|
|
--source include/have_innodb.inc
|
|
|
|
--source suite/funcs_1/views/func_view.inc
|
|
|