1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

A test case for bug in record #166 :

select @@not_a_variable closes the connection
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-03-20 19:13:45 +02:00
parent e6a724fd83
commit 15f26dd560
2 changed files with 12 additions and 0 deletions

View File

@@ -241,3 +241,10 @@ select * from t2 where a=3;
check table t1,t2;
drop table t1,t2;
#
# error conditions
#
--error 1193
select @@xxxxxxxxxx;
select 1;