~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to tests/r/alter_table.result

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
use mysqltest;
517
517
drop database mysqltest;
518
518
alter table test.t1 rename t1;
519
 
ERROR 3D000: No schema selected
 
519
ERROR 3D000: No database selected
520
520
alter table test.t1 rename test.t1;
521
521
use test;
522
522
drop table t1;