~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-213

« back to all changes in this revision

Viewing changes to mysql-test/r/information_schema_chmod.result

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
create database mysqltest;
 
2
create table mysqltest.t1(a int);
 
3
select table_schema from information_schema.tables where table_schema='mysqltest';
 
4
table_schema
 
5
drop database mysqltest;