• Alexey Botchkov's avatar
    Bug#34517 SHOW GLOBAL STATUS does not work properly in embedded server. · 1199dfcb
    Alexey Botchkov authored
          GLOBAL STATUS is calculated by studying the list of threads. In the
            embedded server threads were not linked to the internal list, so the
            calculation always returns 0. Fixed by 'linking' the embedded-server
            threads to the same list
    
    per-file comments:
      libmysqld/lib_sql.cc
    Bug#34517 SHOW GLOBAL STATUS does not work properly in embedded server.
        Add newly created 'threads' to the internal thread list.
        Remove them from the list as they're freed.
    
      mysql-test/r/information_schema.result
    Bug#34517 SHOW GLOBAL STATUS does not work properly in embedded server.
        test result
    
      mysql-test/t/information_schema.test
    Bug#34517 SHOW GLOBAL STATUS does not work properly in embedded server.
        test case added
    1199dfcb
lib_sql.cc 28.9 KB