~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/data_dictionary_like_info.result

  • Committer: Brian Aker
  • Date: 2010-02-24 23:10:30 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100224231030-4dwc2iwcih5cootv
createSchema() now works via SE interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DROP TABLE IF EXISTS t0,t1,t2,t3,t4,t5;
2
2
DROP SCHEMA IF EXISTS data_dictionary;
3
 
CREATE SCHEMA data_dictionary;
4
3
select count(*) from data_dictionary.SCHEMAS where schema_name > 'm';
5
4
count(*)
6
5
#
409
408
SELECT count(*) FROM data_dictionary.plugins;
410
409
count(*)
411
410
#
412
 
DROP SCHEMA IF EXISTS data_dictionary;