~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/r/type_float.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
f1
408
408
-1.79769313486231e+308
409
409
DROP TABLE t1;
 
410
#
 
411
# Bug#12406055 BUFFER OVERFLOW OF VARIABLE 'BUFF' IN STRING::SET_REAL
 
412
 
413
# Ignoring output from misc. float operations
 
414
select format(-1.7976931348623157E+307,256) as foo;
 
415
select least(-1.1111111111111111111111111,
 
416
- group_concat(1.7976931348623157E+308)) as foo;
 
417
select concat((truncate((-1.7976931348623157E+307),(0x1e))),
 
418
(99999999999999999999999999999999999999999999999999999999999999999)) into @a;
410
419
End of 5.0 tests