mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00

added support for kill expr fixed coredump in set @a := foo; added testcase for user_var added testcase for kill
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
error 1204;
|
|
set @a := foo;
|
|
set @a := connection_id() + 3;
|
|
select @a - connection_id();
|
|
|