~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/upgrade.test

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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 $MYSQL_CHECK --all-databases --fix-db-names --fix-table-names
 
20
--exec $DRIZZLE_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 $MYSQL_TEST_DIR/std_data/old_table-323.frm $MYSQLTEST_VARDIR/master-data/test/t1.frm;
 
53
system cp $DRIZZLE_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