1. 22 Mar, 2011 7 commits
    • Bjorn Munch's avatar
      merge from 5.5 main · 32e133f7
      Bjorn Munch authored
      32e133f7
    • Magne Mahre's avatar
      Null merge · b5e40539
      Magne Mahre authored
      b5e40539
    • Magne Mahre's avatar
      Null merge · 01b85aeb
      Magne Mahre authored
      01b85aeb
    • Magne Mahre's avatar
      Bug#11896296 REMOVE LGPL LICENSED FILES IN MYSQL 5.0 · 6c3ca779
      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.
      6c3ca779
    • Alexander Nozdrin's avatar
      A patch for Bug#11763413 (56115: SELECT doesn't work in · 196f1cd1
      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.
      196f1cd1
    • Georgi Kodinov's avatar
      merge mysql-5.1->mysql-5.5 · 43a9c393
      Georgi Kodinov authored
      43a9c393
    • Vinay Fisrekar's avatar
      Bug#11766500 - 59624: FUNCS_1 SUITE TESTS FAILING WITH RESULT DIFFERENCE WHEN... · 6bc8d60a
      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
      
      6bc8d60a
  2. 21 Mar, 2011 7 commits
  3. 18 Mar, 2011 11 commits
  4. 17 Mar, 2011 10 commits
  5. 16 Mar, 2011 5 commits