~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/symlink.test

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
insert into t9 select * from t1;
45
45
check table t9;
46
46
optimize table t9;
 
47
SET GLOBAL myisam_sort_buffer_size=1024;
47
48
repair table t9;
48
49
alter table t9 add column c int not null;
49
50
 
228
229
#SET @@SQL_MODE=@OLD_SQL_MODE;
229
230
 
230
231
--echo End of 5.1 tests
 
232
SET GLOBAL myisam_sort_buffer_size=DEFAULT;