summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-10-11 21:49:10 +0300
committerSinisa@sinisa.nasamreza.org <>2002-10-11 21:49:10 +0300
commit97990887cb5b6fb6107ab123933b5ddc0f970633 (patch)
tree2d7062b28bee0edd940168f445301d0156f904cb /mysql-test/t
parent69dc5ef8f62347000c0bd241660bfdbe7e3dd142 (diff)
downloadmariadb-git-97990887cb5b6fb6107ab123933b5ddc0f970633.tar.gz
SCRUM task
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/select.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test
index 94806d44e37..57a17e40723 100644
--- a/mysql-test/t/select.test
+++ b/mysql-test/t/select.test
@@ -1751,3 +1751,7 @@ select wss_type from t1 where wss_type ='102935229216544104';
select wss_type from t1 where wss_type ='102935229216544093';
select wss_type from t1 where wss_type =102935229216544093;
drop table t1;
+select 1+2,"aaaa",3.13*2.0 into @a,@b,@c;
+select @a;
+select @b;
+select @c;