~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_math.test

merge latest changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
#
99
99
 
100
100
create table t1 select round(1, 6);
 
101
--replace_regex /ENGINE=[a-z]*/ENGINE=X/i
101
102
show create table t1;
102
103
select * from t1;
103
104
drop table t1;