~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_math.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

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