1. 09 Oct, 2007 2 commits
  2. 05 Oct, 2007 8 commits
  3. 04 Oct, 2007 1 commit
  4. 03 Oct, 2007 3 commits
  5. 02 Oct, 2007 8 commits
  6. 01 Oct, 2007 4 commits
    • evgen@moonbone.local's avatar
      Bug#31095: Unexpected NULL constant caused server crash. · 49af76ac
      evgen@moonbone.local authored
      The Item_func_rollup_const class is used for wrapping constants to avoid
      wrong result for ROLLUP queries with DISTINCT and a constant in the select
      list. This class is also used to wrap up a NULL constant but its null_value
      wasn't set accordingly. This led to a server crash.
      
      Now the null_value of an object of the Item_func_rollup_const class is set
      by its fix_length_and_dec member function.
      49af76ac
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #31077. · 5fc81ee8
      gshchepa/uchum@gleb.loc authored
      mysqldump adds the "-- Dump completed on YYYY-MM-DD hh:mm:ss" string
      to the end of output if the --comments switch is on.
      The only way to suppress this line is to use --skip-comments/--compact
      switch.
      
      New switch has been added to the mysqldump client command line:
      --dump-date.
      
      For the compatibility with previous releases, by default the --dump-date
      is on.
      The --dump-date switch forces mysqldump to add date to the
      "-- Dump completed on ..." string at the end of output.
      The --skip-dump-date switch supresses the output of date string
      and uses short form of that commentary: "-- Dump completed".
      --skip-comments or --compact switches disable the whole commentary
      as usual.
      5fc81ee8
    • gkodinov/kgeorge@magare.gmz's avatar
    • gkodinov/kgeorge@magare.gmz's avatar
  7. 29 Sep, 2007 1 commit
  8. 28 Sep, 2007 5 commits
  9. 27 Sep, 2007 5 commits
  10. 24 Sep, 2007 1 commit
  11. 22 Sep, 2007 2 commits