1. 28 Jul, 2007 1 commit
    • evgen@moonbone.local's avatar
      Bug#29856: Insufficient buffer space led to a server crash. · 12366629
      evgen@moonbone.local authored
      The subst_spvars function is used to create query string with SP variables 
      substituted with their values. This string is used later for the binary log
      and for the query cache. The problem is that the
      query_cache_send_result_to_client function requires some additional space
      after the query to store database name and query cache flags. This 
      space wasn't reserved by the subst_spvars function which led to a memory
      corruption and crash.
      
      Now the subst_spvars function reserves additional space for the query cache.
      12366629
  2. 18 Jul, 2007 1 commit
  3. 17 Jul, 2007 4 commits
  4. 15 Jul, 2007 4 commits
    • evgen@moonbone.local's avatar
      item_cmpfunc.cc: · 17654758
      evgen@moonbone.local authored
        A typo fixed.
      17654758
    • evgen@moonbone.local's avatar
      item_cmpfunc.cc: · 49db78b3
      evgen@moonbone.local authored
        Fixed compiler warning.
      49db78b3
    • evgen@moonbone.local's avatar
      item_cmpfunc.cc: · 9dc929f2
      evgen@moonbone.local authored
        A comment changed.
      9dc929f2
    • evgen@moonbone.local's avatar
      Extended fix for the bug#29555. · 975d2232
      evgen@moonbone.local authored
      The get_time_value function is added. It is used to obtain TIME values both
      from items the can return time as an integer and from items that can return
      time only as a string.
      The Arg_comparator::compare_datetime function now uses pointer to a getter
      function to obtain values to compare. Now this function is also used for
      comparison of TIME values.
      The get_value_func variable is added to the Arg_comparator class.
      It points to a getter function for the DATE/DATETIME/TIME comparator.
      975d2232
  5. 14 Jul, 2007 5 commits
  6. 13 Jul, 2007 4 commits
  7. 12 Jul, 2007 4 commits
  8. 11 Jul, 2007 11 commits
  9. 10 Jul, 2007 3 commits
  10. 09 Jul, 2007 3 commits