~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

Merging Stewart's show create table patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
Table   Create Table
169
169
t1      CREATE TABLE `t1` (
170
170
  `round(1, 6)` int NOT NULL
171
 
) ENGINE=X
 
171
) ENGINE=X COLLATE = utf8_general_ci
172
172
select * from t1;
173
173
round(1, 6)
174
174
1