~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

  • Committer: Monty Taylor
  • Date: 2010-10-05 16:22:12 UTC
  • mfrom: (1802.7.3 refactor)
  • Revision ID: mordred@inaugust.com-20101005162212-vdih5ps69hquz2s0
Rollup patch from Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
# Bug #9404  information_schema: Weird error messages
107
107
# with SELECT SUM() ... GROUP BY queries
108
108
#
 
109
--replace_column 2 #
109
110
SELECT table_schema, count(*) FROM data_dictionary.tables
110
111
WHERE table_name NOT LIKE 'ndb_%' AND 
111
112
table_name NOT LIKE 'falcon%'