~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tests/t/data_dictionary.test

  • Committer: lbieber at stabletransit
  • Date: 2010-10-15 20:54:21 UTC
  • mfrom: (1810.6.10 elliott-bug-654269)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101015205421-qyc2uh4nhdq1jkza
Merge Andrew - fix bug #654269: drizzledump doesn't handle foriegn keys
Merge Andrew - fix bug #659103: drizzledump could grab the wrong indexes        

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
SELECT COLUMN_NAME  FROM columns;
18
18
 
19
19
--sorted_result
20
 
SELECT count(*) FROM REFERENTIAL_CONSTRAINTS;
 
20
SELECT count(*) FROM FOREIGN_KEYS;
21
21
 
22
22
--sorted_result
23
23
SELECT count(*) FROM TABLE_CONSTRAINTS;