1. 21 Aug, 2006 1 commit
  2. 14 Aug, 2006 2 commits
  3. 10 Aug, 2006 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · c0af010f
      unknown authored
      into  salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-17926
      
      
      c0af010f
    • unknown's avatar
      Bug#17926: mysql.exe crashes when ctrl-c is pressed in windows · 715ceb41
      unknown authored
      SIGINT is handled in funny ways on windows, which could lead to problems when
      Control-C was pressed in the client during a long-running query.  Now Control-C
      during a query aborts that query (by sending KILL to the server on a second
      connexion), while Control-C outside of a running query terminates the client.
      
      
      client/mysql.cc:
        Bug#17926: mysql.exe crashes when ctrl-c is pressed in windows
        
        Rather than tear down the client right away, open a second connexion to server
        on SIGINT and send a KILL for the first connexion.  Only if we receive another
        SIGINT before the KILL goes through (or if no query was running in the first
        place) do we terminate the client.
      715ceb41
  4. 09 Aug, 2006 1 commit
  5. 07 Aug, 2006 7 commits
  6. 06 Aug, 2006 4 commits
  7. 05 Aug, 2006 1 commit
  8. 03 Aug, 2006 17 commits
  9. 02 Aug, 2006 5 commits