• unknown's avatar
    Bug#26174 Server Crash:INSERT ... SELECT ... FROM I_S.GLOBAL_STATUS in Event · 05e3c7e0
    unknown authored
    - Some variables in I_S.GLOBAL_STATUS were depending on a network
      connection in order to evaluate. Since no network connection is 
      present during the execution of an event, this caused the server
      to crash.
    - The variable function hooks does now verify that the vio-
      object is valid before attempting to use it.
    
    
    mysql-test/r/information_schema.result:
      Added test case.
    mysql-test/t/information_schema.test:
      Added test case.
    05e3c7e0
information_schema.test 31.7 KB