~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# suite/funcs_1/t/is_views_embedded.test
 
2
#
 
3
# Check the layout of information_schema.views and the impact of
 
4
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it.
 
5
# Variant for the embedded server
 
6
#    The expected results must equal is_views except that all users
 
7
#    have all privileges (affects some result sets).
 
8
#
 
9
# There is detailed information about this test within
 
10
#    suite/funcs_1/datadict/is_views.inc
 
11
#
 
12
# Author:
 
13
# 2008-06-06 mleich Create this this variant for the embedded server.
 
14
#
 
15
 
 
16
if (`SELECT VERSION() NOT LIKE '%embedded%'`)
 
17
{
 
18
   --skip Test requires: embedded server
 
19
}
 
20
if (`SELECT VERSION() LIKE '%embedded%'`)
 
21
{
 
22
   --skip Bug#37456 funcs_1: Several tests crash when used with embedded server
 
23
}
 
24
--source suite/funcs_1/datadict/is_views.inc