~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/data_dictionary_like_info.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:
308
308
f5      NULL    NO
309
309
f6      10      NO
310
310
f7      NULL    NO
311
 
f8      2006-01-01 00:00:00     NO
 
311
f8      2006-01-01 00:00:00.000000      NO
312
312
show columns from t1;
313
313
Field   Type    Null    Default Default_is_NULL On_Update
314
314
f1      VARCHAR YES             YES     
318
318
f5      BIGINT  NO              NO      
319
319
f6      BIGINT  NO      10      NO      
320
320
f7      DATETIME        NO              NO      
321
 
f8      DATETIME        YES     2006-01-01 00:00:00     NO      
 
321
f8      DATETIME        YES     2006-01-01 00:00:00.000000      NO      
322
322
drop table t1;
323
323
SET max_heap_table_size = DEFAULT;
324
324
USE test;