mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -13,6 +13,7 @@ v1a Hello
|
||||
v2a World
|
||||
v3a 65
|
||||
v4a NULL
|
||||
connect con1, localhost, root,,;
|
||||
set @v1b="Salut";
|
||||
set @v2b="La compagnie";
|
||||
set @v3b=12;
|
||||
@ -32,6 +33,8 @@ v3a 65
|
||||
v3b 12
|
||||
v4a NULL
|
||||
v4b NULL
|
||||
connection default;
|
||||
disconnect con1;
|
||||
select VARIABLE_NAME, VARIABLE_VALUE
|
||||
from performance_schema.user_variables_by_thread
|
||||
order by VARIABLE_NAME;
|
||||
|
Reference in New Issue
Block a user