~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Check the content of information_schema.statistics about tables within
4
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).
5
8
#
6
9
# Author:
7
10
# 2008-01-23 mleich WL#4203 Reorganize and fix the data dictionary tests of
9
12
#                   Create this script based on older scripts and new code.
10
13
#
11
14
 
 
15
--source include/not_embedded.inc
12
16
let $database = mysql;
13
17
let $my_where = WHERE table_schema = 'mysql';
14
18
--source suite/funcs_1/datadict/statistics.inc
15