~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drop.result

  • Committer: Brian Aker
  • Date: 2010-02-27 01:53:04 UTC
  • mfrom: (1309.1.17 fix_is)
  • Revision ID: brian@gaz-20100227015304-xxruqg8c4snj32u3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
create table mysql_test.`#sql-347f_8` (f1 int);
82
82
drop table mysql_test.`#sql-347f_8`;
83
83
drop database mysql_test;
 
84
Warnings:
 
85
Note    1051    Unknown table '#sql-347f_7'
84
86
create database mysqltestbug26703;
85
87
use mysqltestbug26703;
86
88
create table `#mysql50#abc``def` ( id int );