mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
changed signal by fd close to signal by vio_close
added support for kill expr fixed coredump in set @a := foo; added testcase for user_var added testcase for kill
This commit is contained in:
5
mysql-test/t/user_var.test
Normal file
5
mysql-test/t/user_var.test
Normal file
@@ -0,0 +1,5 @@
|
||||
error 1204;
|
||||
set @a := foo;
|
||||
set @a := connection_id() + 3;
|
||||
select @a - connection_id();
|
||||
|
||||
Reference in New Issue
Block a user