diff options
author | mwagner@evoq.home.mwagner.org <> | 2000-10-13 02:46:48 -0500 |
---|---|---|
committer | mwagner@evoq.home.mwagner.org <> | 2000-10-13 02:46:48 -0500 |
commit | 36913818792832786f4d3729cb503762657c1ac9 (patch) | |
tree | 2c0a606116940b120f38111239bf93fd162ca9d6 /mysql-test | |
parent | 8a4b1667c164b7b19f677113db91f6d07e9934a8 (diff) | |
download | mariadb-git-36913818792832786f4d3729cb503762657c1ac9.tar.gz |
sel000001.xml Fixed up <description>.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/xml/tests/sel000001.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/xml/tests/sel000001.xml b/mysql-test/xml/tests/sel000001.xml index 4fc68106394..7ce4dae8ee1 100644 --- a/mysql-test/xml/tests/sel000001.xml +++ b/mysql-test/xml/tests/sel000001.xml @@ -8,6 +8,7 @@ <version value="3.23"/> <description>This test is just a simple select.</description> + <description>Testing WHERE clause.</description> <sql>DROP TABLE IF EXISTS t</sql> <sql>CREATE TABLE t (s CHAR(20) PRIMARY KEY, id INT)</sql> |