~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

MergedĀ fromĀ Paul.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
Table   Create Table
180
180
t1      CREATE TABLE `t1` (
181
181
  `round(1, 6)` int NOT NULL
182
 
) ENGINE=InnoDB
 
182
) ENGINE=X
183
183
select * from t1;
184
184
round(1, 6)
185
185
1