~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/memory_func_view.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###################################################
 
2
#                                                 #
 
3
#  Functions within VIEWs based on Memory tables  #
 
4
#                                                 #
 
5
###################################################
 
6
 
 
7
#
 
8
# NOTE: PLEASE SEE THE DETAILED DESCRIPTION IN
 
9
#       suite/funcs_1/views/func_view.inc
 
10
#       BEFORE ADDING NEW TEST CASES HERE !!!
 
11
 
 
12
let $type= 'MEMORY' ;
 
13
 
 
14
--source suite/funcs_1/views/func_view.inc
 
15