• unknown's avatar
    Fix for yet another compilation failure on Windows which was introduced during · 4b314fc1
    unknown authored
    work on WL#2787 "Add view definer/owner to the view definition (.frm) to check
    privileges on used tables and stored routines when using a VIEW."
    (aka bug #13402 "Windows VS 2003 Compiler error")
    
    
    sql/mysqld.cc:
      handle_connections_namedpipes():
        THD::host member has moved to the Security_context class.
        New THD::security_ctx member points to active security context.
    4b314fc1
mysqld.cc 261 KB