From 32b3c9f35de3e52695d7d8d6dc0b34ff9c097733 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 9 Apr 2014 14:28:07 +0200 Subject: Make THDVAR_INT variables to be signed in SELECT in SHOW --- mysql-test/t/plugin.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/plugin.test') diff --git a/mysql-test/t/plugin.test b/mysql-test/t/plugin.test index 49f4ae9f1c3..c61a9239218 100644 --- a/mysql-test/t/plugin.test +++ b/mysql-test/t/plugin.test @@ -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/ -- cgit v1.2.1