~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/alter_table.result

  • Committer: Brian Aker
  • Date: 2010-03-27 04:12:14 UTC
  • mfrom: (1395.1.18 build)
  • Revision ID: brian@gaz-20100327041214-2pm5eay51312xjvq
Merge (fixes known issues in ALTER TABLE not resetting correctly DFE).

Show diffs side-by-side

added added

removed removed

Lines of Context:
795
795
ALTER TABLE  `tt+1` RENAME `tt+2`;
796
796
CREATE TEMPORARY TABLE `tt+1` (c1 INT);
797
797
ALTER TABLE  `tt+1` RENAME `tt+2`;
798
 
ERROR 42S01: Table 'temporary.tt+2' already exists
 
798
ERROR 42S01: Table 'test.#tt+2' already exists
799
799
SHOW CREATE TABLE `tt+1`;
800
800
Table   Create Table
801
801
tt+1    CREATE TEMPORARY TABLE `tt+1` (