1. 14 Feb, 2008 1 commit
  2. 13 Feb, 2008 6 commits
  3. 12 Feb, 2008 5 commits
  4. 11 Feb, 2008 2 commits
  5. 10 Feb, 2008 9 commits
  6. 08 Feb, 2008 2 commits
  7. 07 Feb, 2008 7 commits
  8. 06 Feb, 2008 1 commit
    • gshchepa/uchum@host.loc's avatar
      Fixed bug#30059. · 8715855a
      gshchepa/uchum@host.loc authored
      Server handles truncation for assignment of too-long values
      into CHAR/VARCHAR/TEXT columns in a different ways when the
      truncated characters are spaces:
      1. CHAR(N) columns silently ignore end-space truncation;
      2. TEXT columns post a truncation warning/error in the
         non-strict/strict mode.
      3. VARCHAR columns always post a truncation note in
         any mode.
      
      Space truncation processing has been synchronised over
      CHAR/VARCHAR/TEXT columns: current behavior of VARCHAR
      columns has been propagated as standard.
      
      Binary-encoded string/BLOB columns are not affected.
      8715855a
  9. 05 Feb, 2008 1 commit
  10. 01 Feb, 2008 4 commits
  11. 31 Jan, 2008 2 commits
    • evgen@moonbone.local's avatar
      Bug#30787: Stored function ignores user defined alias. · f967e247
      evgen@moonbone.local authored
      Simple subselects are pulled into upper selects. This operation substitutes the
      pulled subselect for the first item from the select list of the subselect.
      If an alias is defined for a subselect it is inherited by the replacement item.
      As this is done after fix_fields phase this alias isn't showed if the
      replacement item is a stored function. This happens because the Item_func_sp::make_field
      function makes send field from its result_field and ignores the defined alias.
      
      Now when an alias is defined the Item_func_sp::make_field function sets it for
      the returned field.
      f967e247
    • holyfoot/hf@hfmain.mysql.com's avatar
      Merge bk@192.168.21.1:mysql-5.1-opt · 612b263b
      holyfoot/hf@hfmain.mysql.com authored
      into  mysql.com:/home/hf/work/25426/my51-25426
      612b263b