mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A test case for bug in record #166 :
select @@not_a_variable closes the connection
This commit is contained in:
@ -335,3 +335,8 @@ Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
test.t2 check status OK
|
||||
drop table t1,t2;
|
||||
select @@xxxxxxxxxx;
|
||||
Unknown system variable 'xxxxxxxxxx'
|
||||
select 1;
|
||||
1
|
||||
1
|
||||
|
Reference in New Issue
Block a user