~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

  • Committer: Paul McCullagh
  • Date: 2008-10-09 20:12:03 UTC
  • mto: (499.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: paul.mccullagh@primebase.org-20081009201203-vf9hw06tepqzsaun
Changes to .result files to run both PBXT and InnoDB

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