~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

  • Committer: Mark Atwood
  • Date: 2008-10-16 11:16:12 UTC
  • mfrom: (520.1.2 drizzle)
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016111612-5nei7m5subslx912
mergeĀ fromĀ head

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