~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/suite/perfschema/t/sizing_off.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
--source include/not_embedded.inc
3
3
--source include/have_perfschema.inc
4
4
 
5
 
show variables like "performance_schema%";
 
5
show variables where
 
6
    `Variable_name` != "performance_schema_max_statement_classes" and
 
7
    `Variable_name` like "performance_schema%";
6
8
show status like "performance_schema%";