1. 18 Oct, 2007 2 commits
    • davi@moksha.com.br's avatar
      Merge moksha.com.br:/Users/davi/mysql/bugs/21557-5.1 · 3b44d6e8
      davi@moksha.com.br authored
      into  moksha.com.br:/Users/davi/mysql/mysql-5.1-runtime
      3b44d6e8
    • davi@moksha.com.br's avatar
      Bug#21557 entries in the general query log truncated at 1000 characters. · dd135211
      davi@moksha.com.br authored
      The general log write function (general_log_print) uses printf style
      arguments which need to be pre-processed, meaning that the all arguments
      are copied to a single buffer and the problem is that the buffer size is
      constant (1022 characters) but queries can be much larger then this.
      
      The solution is to introduce a new log write function that accepts a
      buffer and it's length as arguments. The function is to be used when
      a formatted output is not required, which is the case for almost all
      query write-to-log calls.
      
      This is a incompatible change with respect to the log format of prepared
      statements.
      dd135211
  2. 17 Oct, 2007 8 commits
  3. 16 Oct, 2007 11 commits
  4. 15 Oct, 2007 6 commits
  5. 12 Oct, 2007 4 commits
  6. 11 Oct, 2007 7 commits
  7. 10 Oct, 2007 2 commits