~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/information_schema.result

  • Committer: Brian Aker
  • Date: 2010-11-13 03:36:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1929.
  • Revision ID: brian@tangent.org-20101113033633-3v9ep5ow832wmf4s
Merge up the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
TABLE_CACHE     TABLE_SCHEMA
223
223
TABLE_CONSTRAINTS       CONSTRAINT_SCHEMA
224
224
TABLE_DEFINITION_CACHE  TABLE_SCHEMA
 
225
USER_DEFINED_VARIABLES  VARIABLE_VALUE
225
226
USER_LOCKS      SESSION_ID
226
227
SELECT t.table_name, c1.column_name
227
228
FROM data_dictionary.tables t
275
276
TABLE_CACHE     TABLE_SCHEMA
276
277
TABLE_CONSTRAINTS       CONSTRAINT_SCHEMA
277
278
TABLE_DEFINITION_CACHE  TABLE_SCHEMA
 
279
USER_DEFINED_VARIABLES  VARIABLE_VALUE
278
280
USER_LOCKS      SESSION_ID
279
281
SELECT MAX(table_name) FROM data_dictionary.tables;
280
282
MAX(table_name)