Skip to content
  • Christopher Powers's avatar
    868b5651
    Bug#28515475 BOGUS DATA WHEN ORDERING RESULTS FROM VARIABLES_BY_THREAD · 868b5651
    Christopher Powers authored
    This fixes a regression from Bug#21354712 SHOW VARIABLES RETURN WARNING ABOUT @@SESSION.GTID_EXECUTED BEING DEPRECATED, where the logic to deprecate "gtid_executed" misaligns the system variable cache, causing the position of variables following "gtid_executed" to be off by one.
    
    This patch introduces System_variable::m_ignore to identify deprecated system variables that must be accounted for internally but otherwise ignored.
    868b5651
    Bug#28515475 BOGUS DATA WHEN ORDERING RESULTS FROM VARIABLES_BY_THREAD
    Christopher Powers authored
    This fixes a regression from Bug#21354712 SHOW VARIABLES RETURN WARNING ABOUT @@SESSION.GTID_EXECUTED BEING DEPRECATED, where the logic to deprecate "gtid_executed" misaligns the system variable cache, causing the position of variables following "gtid_executed" to be off by one.
    
    This patch introduces System_variable::m_ignore to identify deprecated system variables that must be accounted for internally but otherwise ignored.
Loading