~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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
221
221
PLUGINS PLUGIN_TYPE
222
222
PROCESSLIST     USERNAME
223
223
PROTOCOL_COUNTERS       COUNTER
224
 
REPLICATION_STREAMS     APPLIER
225
224
SCHEMAS SCHEMA_NAME
226
225
SCOREBOARD_STATISTICS   NUMBER_OF_RANGE_LOCKS
227
226
SESSIONS        SESSION_SCHEMA
287
286
PLUGINS PLUGIN_TYPE
288
287
PROCESSLIST     USERNAME
289
288
PROTOCOL_COUNTERS       COUNTER
290
 
REPLICATION_STREAMS     APPLIER
291
289
SCHEMAS SCHEMA_NAME
292
290
SCOREBOARD_STATISTICS   NUMBER_OF_RANGE_LOCKS
293
291
SESSIONS        SESSION_SCHEMA