1. 24 Apr, 2008 1 commit
    • evgen@moonbone.local's avatar
      Bug#36023: Incorrect handling of zero length caused an assertion to fail. · e9e66793
      evgen@moonbone.local authored
      When a zero length is provided to the my_decimal_length_to_precision
      function along with unsigned_flag set to false it returns a negative value.
      For queries that employs temporary tables may cause failed assertion or
      excessive memory consumption while temporary table creation.
      
      Now the my_decimal_length_to_precision and the my_decimal_precision_to_length
      functions take unsigned_flag into account only if the length/precision
      argument is non-zero.
      e9e66793
  2. 23 Apr, 2008 1 commit
  3. 22 Apr, 2008 3 commits
  4. 21 Apr, 2008 1 commit
  5. 30 Mar, 2008 1 commit
  6. 29 Mar, 2008 3 commits
  7. 28 Mar, 2008 12 commits
  8. 27 Mar, 2008 15 commits
  9. 26 Mar, 2008 3 commits
    • gshchepa/uchum@host.loc's avatar
      Merge host.loc:/home/uchum/work/5.0-opt-35193 · 792074bf
      gshchepa/uchum@host.loc authored
      into  host.loc:/home/uchum/work/5.0-opt
      792074bf
    • gshchepa/uchum@host.loc's avatar
      Fixed bug #35193. · 2dcec449
      gshchepa/uchum@host.loc authored
      View definition as SELECT ... FROM DUAL WHERE ... has
      valid syntax, but use of such view in SELECT or
      SHOW CREATE VIEW syntax causes unexpected syntax error.
      
      Server omits FROM DUAL clause when storing view body
      string in a .frm file for further evaluation.
      However, syntax of SELECT-witout-FROM query is more
      restrictive than SELECT FROM DUAL syntax, and doesn't
      allow the WHERE clause.
      
      NOTE: this syntax difference is not documented.
      
      
      View registration procedure has been modified to
      preserve original structure of view's body.
      2dcec449
    • cmiller@zippy.cornsilk.net's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-build · 75da480f
      cmiller@zippy.cornsilk.net authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-build
      75da480f