mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1 sql/sql_class.cc: Auto merged
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user