~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/tests/r/alter_table.result

  • Committer: Monty Taylor
  • Date: 2011-02-15 03:57:13 UTC
  • mfrom: (2168.1.7 build)
  • Revision ID: mordred@inaugust.com-20110215035713-w41jt6izr5r8e8lq
Merge Haildb fixes from Stewart and various small build cleanups from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
850
850
"Non-copy data change - new frm, but old data and index files"
851
851
ALTER TABLE t1 CHANGE int_field unsigned_int_field INTEGER NOT NULL, RENAME t2;
852
852
SELECT * FROM t1 ORDER BY int_field;
853
 
ERROR 42S02: Table 'test.t1' doesn't exist
 
853
ERROR 42S02: Unknown table 'test.t1'
854
854
SELECT * FROM t2 ORDER BY unsigned_int_field;
855
855
unsigned_int_field      char_field
856
856
1       edno