~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Brian Aker
  • Date: 2010-02-26 19:01:18 UTC
  • mfrom: (1311.1.4 build)
  • Revision ID: brian@gaz-20100226190118-gn4wtrvp6hur1t5t
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
create table `mysqlttest\1`.`a\b` (a int);
490
490
show tables from `mysqlttest\1`;
491
491
Tables_in_mysqlttest\1
 
492
a\b
492
493
show fields from `mysqlttest\1`.`a\b`;
493
494
Field   Type    Null    Default Default is NULL On Update
 
495
a       INTEGER TRUE            TRUE    
494
496
show columns from `a\b` from `mysqlttest\1`;
495
497
Field   Type    Null    Default Default is NULL On Update
 
498
a       INTEGER TRUE            TRUE    
496
499
show keys from `mysqlttest\1`.`a\b`;
497
500
Table   Key_name        Seq_in_index    Column_name
498
501
drop table `mysqlttest\1`.`a\b`;