diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-20 19:13:45 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-03-20 19:13:45 +0200 |
commit | fc7ab8d1b176740ca167f17fec9dd12998723d36 (patch) | |
tree | 32036e626ec501cf7d5a480469bb838a296e7f65 /mysql-test/r/variables.result | |
parent | 2d87079675b28f2b29a30b82c9243169987b226e (diff) | |
download | mariadb-git-fc7ab8d1b176740ca167f17fec9dd12998723d36.tar.gz |
A test case for bug in record #166 :
select @@not_a_variable closes the connection
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index ed477a8519b..1cc48d2aeac 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -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 |