~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/create.result

  • Committer: Brian Aker
  • Date: 2010-03-25 18:47:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1411.
  • Revision ID: brian@gaz-20100325184705-kr04fbxzfb4ydnqv
Modified TableIdentifier output for errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1450
1450
) ENGINE=InnoDB
1451
1451
drop table t1;
1452
1452
create temporary table t1 like data_dictionary.processlist;
1453
 
ERROR HY000: Can't create table 'test.t1' (errno: 138)
 
1453
ERROR HY000: Can't create table 'test.#t1' (errno: 138)
1454
1454
create temporary table t1 like data_dictionary.processlist engine=myisam;
1455
1455
show create table t1;
1456
1456
Table   Create Table