~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# suite/funcs_1/t/is_key_column_usage_embedded.test
 
2
#
 
3
# Check the layout of information_schema.key_column_usage and the impact of
 
4
# CREATE/ALTER/DROP TABLE/VIEW/SCHEMA/COLUMN ... on it.
 
5
# Variant for the embedded server
 
6
#    The expected results must equal is_key_column_usage 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_key_column_usage.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_key_column_usage.inc