~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/symlink.test

Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
check table t9;
46
46
optimize table t9;
47
47
SET GLOBAL myisam_sort_buffer_size=1024;
48
 
repair table t9;
 
48
check table t9;
49
49
alter table t9 add column c int not null;
50
50
 
51
51
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR