~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-14 18:58:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1854.
  • Revision ID: brian@tangent.org-20101014185848-3alpd72oxyfpornx
This cleans up error messages to state "schema" instead of database.

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 database selected
 
519
ERROR 3D000: No schema selected
520
520
alter table test.t1 rename test.t1;
521
521
use test;
522
522
drop table t1;