1. 07 Jun, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      sql_select.cc, item_buff.cc, item.h: · 90dd8690
      igor@rurik.mysql.com authored
        Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
        + COUNT(DISTINCT...) due to an attempt to allocate a too large
        buffer for the BLOB field.
        Now the size of the buffer is limited by max_sort_length.
      group_by.test, group_by.result:
        Added a test case for bug #11088.
      90dd8690
  2. 06 Jun, 2005 1 commit
  3. 05 Jun, 2005 2 commits
    • kent@mysql.com's avatar
      mtr_misc.pl, mtr_report.pl: · 5ec15497
      kent@mysql.com authored
        Try kill all children to the mysql-test-run process when exiting
      mtr_process.pl:
        Added new function mtr_exit() that try kill all children to the mysql-test-run process when exiting
      mysql-test-run.pl:
        Try kill all children to the mysql-test-run process when exiting
        New --vardir caused problems on Windows
        Changed faulty calls to error() to mtr_error()
      5ec15497
    • serg@serg.mylan's avatar
      a compiler must see '#pragma implementation' *before* · 6a534902
      serg@serg.mylan authored
      '#pragma interface' (that comes with the #include'd header file)
      6a534902
  4. 04 Jun, 2005 3 commits
  5. 03 Jun, 2005 12 commits
  6. 02 Jun, 2005 11 commits
  7. 01 Jun, 2005 10 commits