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

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

<test name="sel000025">

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

   <description>Strings.</description>
   <description>Testing string comparisons; LIKE, ESCAPE, '%'.</description>

   <resultfile name="r/3.23/sel000025.result">
        <sql>SELECT '?' LIKE '|%', '?' LIKE '|%' ESCAPE '|', '%' LIKE '|%', '%' LIKE '|%' ESCAPE '|', '%' LIKE '%'</sql>
   </resultfile>

</test>