~vadim-tk/percona-server/percona-galera-5.1.57-0.8.1

« back to all changes in this revision

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

  • Committer: root
  • Date: 2011-07-28 00:14:23 UTC
  • Revision ID: root@r815.office.percona.com-20110728001423-6pw0v4b7r0dkbsr4
Ported to Galera 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# suite/funcs_1/t/is_statistics_mysql.test
 
2
#
 
3
# Check the content of information_schema.statistics about tables within
 
4
# the database mysql for a high and a low privileged user.
 
5
# Variant for the non embedded server
 
6
#    The expected results must equal is_statistics_mysql_embedded except that
 
7
#    that the privilege system works (affects some result sets).
 
8
#
 
9
# Author:
 
10
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
 
11
#                           testsuite funcs_1
 
12
#                   Create this script based on older scripts and new code.
 
13
#
 
14
 
 
15
--source include/not_embedded.inc
 
16
let $database = mysql;
 
17
let $my_where = WHERE table_schema = 'mysql';
 
18
--source suite/funcs_1/datadict/statistics.inc