~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
834
834
#       #
835
835
#       #
836
836
#       #
837
 
#       #
838
837
SHOW STATUS;
839
838
Variable_name   Value
840
839
#       #
940
939
#       #
941
940
#       #
942
941
#       #
943
 
#       #
944
942
SELECT *
945
943
FROM information_schema.global_status
946
944
ORDER BY variable_name;
1048
1046
#       #
1049
1047
#       #
1050
1048
#       #
1051
 
#       #
1052
1049
SELECT *
1053
1050
FROM information_schema.table_constraints;
1054
1051
CONSTRAINT_CATALOG      CONSTRAINT_SCHEMA       CONSTRAINT_NAME TABLE_SCHEMA    TABLE_NAME      CONSTRAINT_TYPE