~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/upgrade.test

  • Committer: Stewart Smith
  • Date: 2008-06-30 06:46:40 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: stewart@flamingspork.com-20080630064640-1tbyi1e8j4duba45
no embedded server, stop testing for it in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
show tables in `mysqltest1`;
18
18
show tables in `#mysql50#mysqltest-1`;
19
19
 
20
 
--exec $DRIZZLE_CHECK --all-databases --fix-db-names --fix-table-names
 
20
--exec $MYSQL_CHECK --all-databases --fix-db-names --fix-table-names
21
21
 
22
22
show create database `mysqltest1`;
23
23
show create database `mysqltest-1`;
50
50
# Check if old tables work
51
51
#
52
52
 
53
 
system cp $DRIZZLE_TEST_DIR/std_data/old_table-323.frm $MYSQLTEST_VARDIR/master-data/test/t1.frm;
 
53
system cp $MYSQL_TEST_DIR/std_data/old_table-323.frm $MYSQLTEST_VARDIR/master-data/test/t1.frm;
54
54
truncate t1;
55
55
drop table t1;
56
56