summaryrefslogtreecommitdiff
path: root/mysql-test/xml/tests/sel000030.xml
diff options
context:
space:
mode:
authormwagner@evoq.home.mwagner.org <>2000-10-18 08:05:47 -0500
committermwagner@evoq.home.mwagner.org <>2000-10-18 08:05:47 -0500
commit87d4a421e8f24a4eeb0aee838b2e2adc1d482cfc (patch)
tree8cdeec10e676032cb9b3945206c26944a11b7272 /mysql-test/xml/tests/sel000030.xml
parent6bf90eb7797ae0fc2b5f78d1ea300e822d8360e3 (diff)
parent7f62884bb313d27520e0d47ada6e32ad7a5e9c89 (diff)
downloadmariadb-git-87d4a421e8f24a4eeb0aee838b2e2adc1d482cfc.tar.gz
Merge mwagner@work:/home/bk/mysql
into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
Diffstat (limited to 'mysql-test/xml/tests/sel000030.xml')
-rw-r--r--mysql-test/xml/tests/sel000030.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/xml/tests/sel000030.xml b/mysql-test/xml/tests/sel000030.xml
new file mode 100644
index 00000000000..8a8a4d5e0d2
--- /dev/null
+++ b/mysql-test/xml/tests/sel000030.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" standalone="no"?>
+
+<!-- This file is maintained by matt@mysql.com -->
+
+<test name="sel000030">
+
+ <version value="3.22"/>
+ <version value="3.23"/>
+
+ <description>Control flow.</description>
+ <description>Testing control flow; IF()</description>
+
+ <resultfile name="r/3.23/sel000030.result">
+ <sql>SELECT IF(0,"ERROR","this"),IF(1,"is","ERROR"),IF(NULL,"ERROR","a"),IF(1,2,3)|0,IF(1,2.0,3.0)+0</sql>
+ </resultfile>
+
+</test>