~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2011-01-18 00:08:34 UTC
  • mto: (2097.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110118000834-a1p3mves421202oy
Fix additional output, swaps for the valus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
f5      BIGINT  NO              NO      
358
358
f6      BIGINT  NO      10      NO      
359
359
f7      DATETIME        NO              NO      
360
 
f8      DATETIME        YES     2006-01-01 00:00:00     NO      
 
360
f8      DATETIME        YES     2006-01-01 00:00:00.000000      NO      
361
361
drop table t1;
362
362
SET max_heap_table_size = DEFAULT;
363
363
USE test;