~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2009-08-04 06:21:17 UTC
  • mfrom: (1108.2.2 merge)
  • Revision ID: brian@gaz-20090804062117-fef8x6y3ydzrvab3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
#       #
821
821
#       #
822
822
#       #
823
 
#       #
824
 
#       #
825
823
SHOW STATUS;
826
824
Variable_name   Value
827
825
#       #
928
926
#       #
929
927
#       #
930
928
#       #
931
 
#       #
932
 
#       #
933
929
SELECT *
934
930
FROM information_schema.global_status
935
931
ORDER BY variable_name;
1038
1034
#       #
1039
1035
#       #
1040
1036
#       #
1041
 
#       #
1042
 
#       #
1043
1037
SELECT *
1044
1038
FROM information_schema.table_constraints;
1045
1039
CONSTRAINT_CATALOG      CONSTRAINT_SCHEMA       CONSTRAINT_NAME TABLE_SCHEMA    TABLE_NAME      CONSTRAINT_TYPE