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
16let $database = mysql;
17let $my_where = WHERE table_schema = 'mysql';
18--source suite/funcs_1/datadict/statistics.inc
19