• Sergey Vojtovich's avatar
    MDEV-4786 - merge 10.0-monty - 10.0 · e9f6c47f
    Sergey Vojtovich authored
    Fixed "check of testcases" failure.
    
    Value of INFORMATION_SCHEMA.PLUGINS.PLUGIN_TYPE_VERSION was
    pointing to incorrect address and could change after server
    restart.
    
    storage/innobase/handler/i_s.cc:
      Use proper plugin info pointer (struct st_mysql_information_schema
      instead of ST_FIELD_INFO[]).
    e9f6c47f
i_s.cc 220 KB