~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tests/r/data_dictionary.result

  • Committer: Brian Aker
  • Date: 2010-02-17 01:56:39 UTC
  • mfrom: (1273.13.69 build)
  • Revision ID: brian@gaz-20100217015639-ou3s722vekucn5fd
Many updates. Brian, Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
#
244
244
#
245
245
#
246
 
#
247
 
#
248
 
#
249
 
#
250
 
#
251
 
#
252
246
SELECT count(*) FROM REFERENTIAL_CONSTRAINTS;
253
247
count(*)
254
248
#
270
264
  `NUMERIC_PRECISION` bigint NOT NULL DEFAULT '0',
271
265
  `NUMERIC_SCALE` bigint NOT NULL DEFAULT '0',
272
266
  `COLLATION_NAME` varchar(64) NOT NULL DEFAULT '',
 
267
  `COLUMN_KEY` varchar(5) NOT NULL DEFAULT '',
 
268
  `EXTRA` varchar(20) NOT NULL DEFAULT '',
273
269
  `COLUMN_COMMENT` varchar(1024) NOT NULL DEFAULT ''
274
270
) ENGINE=FunctionEngine
275
271
show create table INDEXES ;