~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/alter_table.test

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
#             db name qualifying
524
524
#
525
525
create database mysqltest;
526
 
create table t1 (c1 int);
 
526
create table t1 (c1 int) engine=myisam; # PBXT : cannot change database
527
527
# Move table to other database.
528
528
alter table t1 rename mysqltest.t1;
529
529
# Assure that it has moved.