1. 08 Aug, 2005 1 commit
  2. 04 Aug, 2005 1 commit
    • bar@mysql.com's avatar
      grant.result, grant.test: · 1b40adcb
      bar@mysql.com authored
        fixing tests accordingly
      item.cc:
        Bug #10892 user variables not auto cast for comparisons
        When mixing strings with different character sets,
        and coercibility is the same, we allow conversion
        if one character set is superset for other character set.
      1b40adcb
  3. 03 Aug, 2005 12 commits
  4. 02 Aug, 2005 12 commits
  5. 01 Aug, 2005 1 commit
  6. 31 Jul, 2005 4 commits
  7. 30 Jul, 2005 1 commit
  8. 29 Jul, 2005 8 commits
    • georg@lmy002.wdf.sap.corp's avatar
      fix for bug#12665 · 10615d54
      georg@lmy002.wdf.sap.corp authored
      macro floatget was missing in config-win.h
      10615d54
    • joerg@mysql.com's avatar
      Security fix in "zlib": · 3503b131
      joerg@mysql.com authored
      - upgrade zlib to 1.2.2
        (originally:  2005/03/23 21:08:13+01:00 serg@serg.mylan )
      - fixed linking with zlib
        (originally:  2005/05/24 22:42:43+02:00 lenz@mysql.com )
      - one more build fix for zlib.lib - added libpath to the mysql_test_run_new project files
        (originally:  2005/05/25 10:55:21+02:00 lenz@mysql.com )
      - Do not build the RPMs statically on i386 by default, only when adding either
        "--with static" or "--define '_with_static 1'" to the RPM build options.
        Static linking really only makes sense when linking against the specially patched
        glibc 2.2.5.
        (originally:  2005/06/14 21:39:08+02:00 lenz@mysql.com )
      - Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844)
        (originally:  2005/07/11 10:37:21-07:00 jimw@mysql.com )
      - applied a security fix to inftrees.h from the bundled zlib to resolve a second
        potential zlib security vulnerability (CAN-2005-1849). Fix was taken from the
        official zlib-1.2.3 distribution (no other zlib-1.2.3 changes were applied)
        (originally:  2005/07/27 14:55:08+02:00 lenz@mysql.com )
      - build the RPM binaries against the bundled zlib, when static linking is requested
        (originally:  2005/07/27 16:42:13+02:00 lenz@mysql.com )
      3503b131
    • lenz@mysql.com's avatar
      - fixed a typo in C++Files/client/mysqlclient_ia64.dsp: ctype-cp963.c -> ctype-cp932.c · c36a0fa5
      lenz@mysql.com authored
        (thanks to JoergB for spotting it)
      c36a0fa5
    • joerg@mysql.com's avatar
    • igor@rurik.mysql.com's avatar
      func_gconcat.result, func_gconcat.test: · a5f2c752
      igor@rurik.mysql.com authored
        Added a test case for bug #12095.
      sql_class.h:
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        Added a flag to the TMP_TABLE_PARAM class forcing to put constant
        items generated after elimination of a single row table into temp table
        in some cases (e.g. when GROUP_CONCAT is calculated over a single row
        table).
        bk ci sql/item_sum.cc
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        If GROUP_CONCAT is calculated we always put its argument into a temp
        table, even when the argument is a constant item.
      sql_select.cc:
        Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
        If temp table is used to calculate GROUP_CONCAT the argument should
        be always put into this table, even when it is a constant item.
      a5f2c752
    • sasha@asksasha.com's avatar
    • sasha@asksasha.com's avatar
      patch for bug 10780 · 08faad4a
      sasha@asksasha.com authored
      08faad4a
    • igor@rurik.mysql.com's avatar
      null_key.test, null_key.result: · f503c415
      igor@rurik.mysql.com authored
        Made the test case for bug #12144 independent on other tests.
      f503c415