Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.39, 10.0.13
-
None
-
None
Description
I_S.SESSION_VARIABLES shows global data, for example, if the previous statement is SET GLOBAL or SHOW GLOBAL.
set session sql_mode=ansi_quotes;
|
select * from information_schema.session_variables where variable_name='sql_mode';
|
show global status like 'foobar';
|
select * from information_schema.session_variables where variable_name='sql_mode';
|
Attachments
Activity
Transition | Time In Source Status | Execution Times |
---|
|
1m 4s | 1 |
|
2h 43m | 1 |