~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2011-07-15 08:26:31 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2369.
  • Revision ID: brian@tangent.org-20110715082631-y8oo7j1aug8nwlym
This patch fixes 798940, we will also just now add the type of index to our create statements.

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