~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/alter_table.result

  • Committer: Brian Aker
  • Date: 2010-10-15 03:36:56 UTC
  • mfrom: (1843.7.6 refactor)
  • Revision ID: brian@tangent.org-20101015033656-9u3aptcc6ipoc1vj
This removes two of our dead plugins (the bad schedulers).
Also this fixes help messages to say "schema" instead of "database"
everywhere..

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;