mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Make THDVAR_INT variables to be signed in SELECT in SHOW
This commit is contained in:
@@ -25,9 +25,12 @@ SELECT * FROM t1;
|
||||
# a couple of tests for variables
|
||||
set global example_ulong_var=500;
|
||||
set global example_enum_var= e1;
|
||||
set session example_int_var= -1;
|
||||
show status like 'example%';
|
||||
show variables like 'example%';
|
||||
|
||||
select @@session.example_int_var;
|
||||
|
||||
UNINSTALL SONAME 'ha_example';
|
||||
--replace_column 5 #
|
||||
--replace_regex /\.dll/.so/
|
||||
|
||||
Reference in New Issue
Block a user