From 97990887cb5b6fb6107ab123933b5ddc0f970633 Mon Sep 17 00:00:00 2001 From: "Sinisa@sinisa.nasamreza.org" <> Date: Fri, 11 Oct 2002 21:49:10 +0300 Subject: SCRUM task --- mysql-test/r/select.result | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mysql-test/r/select.result') diff --git a/mysql-test/r/select.result b/mysql-test/r/select.result index fc918012d1f..c4fac8d8e7f 100644 --- a/mysql-test/r/select.result +++ b/mysql-test/r/select.result @@ -3266,3 +3266,13 @@ select wss_type from t1 where wss_type =102935229216544093; wss_type 102935229216544093 drop table t1; +select 1+2,"aaaa",3.13*2.0 into @a,@b,@c; +select @a; +@a +3 +select @b; +@b +aaaa +select @c; +@c +6.26 -- cgit v1.2.1