1. 15 Aug, 2006 2 commits
    • unknown's avatar
      Merge maint1.mysql.com:/data/localhome/cmiller/bug20908/my50-bug20908 · 92225fd5
      unknown authored
      into  maint1.mysql.com:/data/localhome/cmiller/mysql-5.0-maint
      
      
      sql/sql_lex.cc:
        Auto merged
      92225fd5
    • unknown's avatar
      Bug #20908: Crash if select @@"" · 0ad9cf96
      unknown authored
      Zero-length variables caused failures when using the length to look
      up the name in a hash.  Instead, signal that no zero-length name can
      ever be found and that to encounter one is a syntax error.
      
      
      mysql-test/r/variables.result:
        Results for test.
      mysql-test/t/variables.test:
        Insert tests to prove that zero-length variable names do not cause
        faults.
      sql/gen_lex_hash.cc:
        If the length is zero, then there is nothing to look-up in the 
        hash.
      sql/sql_lex.cc:
        Names of variables must not be empty.  Signal an error of that 
        happens.
      0ad9cf96
  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 · 285b7349
      unknown authored
      into  salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.0-maint-17926
      
      285b7349
    • unknown's avatar
      Bug#17926: mysql.exe crashes when ctrl-c is pressed in windows · 7a74d9b5
      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.
      7a74d9b5
  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 4 commits