1. 07 Mar, 2008 1 commit
  2. 05 Mar, 2008 1 commit
  3. 03 Mar, 2008 1 commit
  4. 29 Feb, 2008 1 commit
  5. 28 Feb, 2008 3 commits
  6. 27 Feb, 2008 3 commits
  7. 26 Feb, 2008 5 commits
  8. 23 Feb, 2008 2 commits
  9. 22 Feb, 2008 1 commit
  10. 21 Feb, 2008 7 commits
  11. 20 Feb, 2008 1 commit
    • davi@mysql.com/endora.local's avatar
      Bug#32265 Server returns different metadata if prepared statement is used · 04732055
      davi@mysql.com/endora.local authored
      Executing a prepared statement associated with a materialized
      cursor yields to the client a metadata packet with wrong table
      and database names. The problem was occurring because the server
      was sending the the name of the temporary table used by the cursor
      instead of the table name of the original table. The same problem
      occurs when selecting from views, in which case the table name was
      being sent and not the name of the view.
        
      The solution is to fill the list item from the temporary table but
      preserving the table and database names of the original fields. This
      is achieved by tweaking the Select_materialize to accept a pointer to
      the Materialized_cursor class which contains the item list to be filled.
      04732055
  12. 19 Feb, 2008 1 commit
    • vvaintroub@wva.'s avatar
      Bug#31745 - crash handler does not work on Windows · f5932c0d
      vvaintroub@wva. authored
      - Replace per-thread signal()'s with  SetUnhandledExceptionFilter(). 
        The only remaining signal() is for SIGABRT (default abort()
        handler in VS2005 is broken, i.e removes user exception filter)
      - remove MessageBox()'es  from error handling code
      - Windows port for print_stacktrace() and write_core() 
      - Cleanup, removed some unused functions
      f5932c0d
  13. 18 Feb, 2008 4 commits
  14. 14 Feb, 2008 1 commit
  15. 13 Feb, 2008 3 commits
  16. 12 Feb, 2008 2 commits
  17. 11 Feb, 2008 3 commits