~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drop.result

  • Committer: Brian Aker
  • Date: 2010-03-03 05:02:36 UTC
  • mfrom: (1309.2.19 build)
  • Revision ID: brian@gaz-20100303050236-y7dotibgwks12gyp
Merge.

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'
86
84
create database mysqltestbug26703;
87
85
use mysqltestbug26703;
88
86
create table `#mysql50#abc``def` ( id int );