summaryrefslogtreecommitdiff
path: root/mysql-test/xml/tests/sel000013.xml
blob: fbeca6663fc7510048b58f458d4b2dd1c8db328f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" standalone="no"?>

<!-- This file is maintained by matt@mysql.com -->

<test name="sel000013">

   <version value="3.22"/>
   <version value="3.23"/>

   <description>Numeric floating point.</description>

   <resultfile name="r/3.23/sel000013.result">
        <sql>SELECT 6e-05, -6e-05, --6e-05, -6e-05+1.000000</sql>
   </resultfile>

</test>