diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-10-11 21:49:10 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-10-11 21:49:10 +0300 |
commit | 97990887cb5b6fb6107ab123933b5ddc0f970633 (patch) | |
tree | 2d7062b28bee0edd940168f445301d0156f904cb /mysql-test/t | |
parent | 69dc5ef8f62347000c0bd241660bfdbe7e3dd142 (diff) | |
download | mariadb-git-97990887cb5b6fb6107ab123933b5ddc0f970633.tar.gz |
SCRUM task
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/select.test | 4 |
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; |