~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
t4
14
14
select * from data_dictionary.indexes where TABLE_SCHEMA = "mysqltest";
15
15
TABLE_SCHEMA    TABLE_NAME      INDEX_NAME      IS_USED_IN_PRIMARY      IS_UNIQUE       IS_NULLABLE     KEY_LENGTH      INDEX_TYPE      INDEX_COMMENT
16
 
mysqltest       t1      string_data     NO      NO      YES     120     UNKNOWN NULL
 
16
mysqltest       t1      string_data     NO      NO      YES     120     BTREE   NULL
17
17
show tables like 't%';
18
18
Tables_in_test (t%)
19
19
t2