K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-10-17T19:55:12.124486Z K 7 svn:log V 244 MFC 272668: Properly set the timeout in a query_state. The global query_timeout configuration value is an integer count of seconds, it is not a timeval. Using memcpy() to copy a timeval from it put garbage into the tv_usec field. PR: 194025 END