1
0
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:
Sergei Golubchik
2020-02-15 18:25:57 +01:00
parent 81cffda2e6
commit 7af733a5a2
403 changed files with 20147 additions and 63173 deletions

View File

@ -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;