mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
sel000003.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000003.xml
21 lines
469 B
XML
21 lines
469 B
XML
<?xml version="1.0" standalone="no"?>
|
|
|
|
<!-- This file is maintained by matt@mysql.com -->
|
|
|
|
<test name="sel000002">
|
|
|
|
<version value="3.22"/>
|
|
<version value="3.23"/>
|
|
|
|
<description>This test is just a simple select.</description>
|
|
|
|
<sql>DROP TABLE IF EXISTS t</sql>
|
|
<sql>CREATE TABLE t (n INT)</sql>
|
|
<sql>INSERT INTO t VALUES (1), (2), (3)</sql>
|
|
|
|
<resultfile name="r/3.23/sel000002.result">
|
|
<sql>SELECT * FROM t</sql>
|
|
</resultfile>
|
|
|
|
</test>
|