mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1 sql/sql_lex.h: 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