1. 31 Mar, 2011 2 commits
  2. 30 Mar, 2011 2 commits
  3. 22 Mar, 2011 9 commits
    • Bjorn Munch's avatar
      null upmerge · b227dc82
      Bjorn Munch authored
      b227dc82
    • Bjorn Munch's avatar
      merge from 5.5 main · 139844cc
      Bjorn Munch authored
      139844cc
    • Bjorn Munch's avatar
      merge from 5.1 main · 761ba834
      Bjorn Munch authored
      761ba834
    • Magne Mahre's avatar
      Null merge · 5c1a9efb
      Magne Mahre authored
      5c1a9efb
    • Magne Mahre's avatar
      Null merge · 015f7bcf
      Magne Mahre authored
      015f7bcf
    • Magne Mahre's avatar
      Bug#11896296 REMOVE LGPL LICENSED FILES IN MYSQL 5.0 · 55e42237
      Magne Mahre authored
      The LGPL license is used in some legacy code, and to
      adhere to current licensing polity, we remove those
      files that are no longer used, and reorganize the
      remaining LGPL code so it will be GPL licensed from
      now on.
      
      Note:  This patch only removed LGPL licensed files
             in MySQL 5.0, and is the first of a set of
             patches to remove LGPL from all trees.
             (See Bug# 11840513 for details)
      
      
      
      include/my_compare.h:
        Mostly code moved in from my_handler
      include/my_global.h:
        AIX-only code.   Function used to be in my_port.c
        Inlining instead.
      libmysql/Makefile.shared:
        my_gethostbyname and my_port is removed
      myisam/mi_check.c:
        ha_find_null is moved from my_handler and made static.
      55e42237
    • Alexander Nozdrin's avatar
      A patch for Bug#11763413 (56115: SELECT doesn't work in · 7117e063
      Alexander Nozdrin authored
      prepared statements with cursor protocol).
      
      The problem was a bug in Materialized-cursor implementation.
      Materialized_cursor::open() called send_result_metadata()
      with items pointing to already closed table.
      
      The fix is to send metadata when the table is still open.
      
      NOTE: this is a "partial" fix: metadata are different with
      and without --cursor-protocol, but that's a different large
      problem, one indication of which is reported as Bug 24176.
      7117e063
    • Georgi Kodinov's avatar
      merge mysql-5.1->mysql-5.5 · b629abf3
      Georgi Kodinov authored
      b629abf3
    • Vinay Fisrekar's avatar
      Bug#11766500 - 59624: FUNCS_1 SUITE TESTS FAILING WITH RESULT DIFFERENCE WHEN... · c212442b
      Vinay Fisrekar authored
      Bug#11766500 - 59624: FUNCS_1 SUITE TESTS FAILING WITH RESULT DIFFERENCE WHEN RUN USING EMBEDDED MODE
      Updating result file for embedded mode tests due to recent changes
      
      c212442b
  4. 21 Mar, 2011 7 commits
  5. 18 Mar, 2011 11 commits
  6. 17 Mar, 2011 9 commits