1. 30 Jun, 2006 5 commits
  2. 29 Jun, 2006 9 commits
  3. 28 Jun, 2006 3 commits
  4. 27 Jun, 2006 6 commits
  5. 26 Jun, 2006 4 commits
  6. 23 Jun, 2006 2 commits
    • bar@mysql.com's avatar
      Bug#11228: DESC shows arbitrary column as "PRI" · cfb08851
      bar@mysql.com authored
        An UNIQUE KEY consisting of NOT NULL columns
        was displayed as PRIMARY KEY in "DESC t1".
        According to the code, that was intentional
        behaviour for some reasons unknown to me.
        This code was written before bitkeeper time,
        so I cannot check who and why made this.
        After discussing on dev-public, a decision
        was made to remove this code
      cfb08851
    • igor@rurik.mysql.com's avatar
      Added a test case for bug #18359. · faa48bf1
      igor@rurik.mysql.com authored
      This was another manifestation of the problems fixed in the
      patch for bug 16674.
      Wrong calculation of length of the search prefix in the pattern
      string led here to a wrong result set for a query in 4.1. 
      The bug could be demonstrated for any multi-byte character set. 
      faa48bf1
  7. 22 Jun, 2006 4 commits
    • igor@rurik.mysql.com's avatar
      Fixed bug #20076. · 89402314
      igor@rurik.mysql.com authored
      Server crashed in some cases when a query required a MIN/MAX
      agrregation for a 'ucs2' field. 
      In these cases  the aggregation caused calls of the function
      update_tmptable_sum_func that indirectly invoked 
      the method Item_sum_hybrid::min_max_update_str_field() 
      containing a call to strip_sp for a ucs2 character set.
      The latter led directly to the crash as it used my_isspace
      undefined for the ucs2 character set.
      Actually the call of strip_sp is not needed at all in this
      situation and has been removed by the fix.
      89402314
    • kent@mysql.com's avatar
      mysql.spec.sh: · ef2860e8
      kent@mysql.com authored
        Disable the simplistic auto dependency scan for test/bench (bug#20078)
      ef2860e8
    • holyfoot@deer.(none)'s avatar
      bug #10166 (Signed byte values cause data to be padded) · 36cea7d4
      holyfoot@deer.(none) authored
      The AsBinary function returns VARCHAR data type with binary collation.
      It can cause problem for clients that treat that kind of data as
      different from BLOB type.
      So now AsBinary returns BLOB.
      36cea7d4
    • igor@rurik.mysql.com's avatar
      Modified the test case for bug 16674 to have the same · e307b5b2
      igor@rurik.mysql.com authored
      execution plans in 4.1 and 5.0.
      e307b5b2
  8. 21 Jun, 2006 7 commits