~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

  • Committer: brian
  • Date: 2009-02-26 20:57:39 UTC
  • mfrom: (896.3.16 nofrm896)
  • mto: This revision was merged to the branch mainline in revision 901.
  • Revision ID: brian@bitters-20090226205739-yv4cbwna6myvkq22
Merge of Stewart + Jay's fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
show create table t1;
175
175
Table   Create Table
176
176
t1      CREATE TABLE `t1` (
177
 
  `round(1, 6)` int NOT NULL DEFAULT '0'
 
177
  `round(1, 6)` int NOT NULL
178
178
) ENGINE=X
179
179
select * from t1;
180
180
round(1, 6)