1. 16 Nov, 2006 1 commit
    • kroki/tomash@moonlight.intranet's avatar
      BUG#17047: CHAR() and IN() can return NULL without signaling NULL result · b8d54515
      kroki/tomash@moonlight.intranet authored
      The problem was that some functions (namely IN() starting with 4.1, and
      CHAR() starting with 5.0) were returning NULL in certain conditions,
      while they didn't set their maybe_null flag.  Because of that there could
      be some problems with 'IS NULL' check, and statements that depend on the
      function value domain, like CREATE TABLE t1 SELECT 1 IN (2, NULL);.
      
      The fix is to set maybe_null correctly.
      b8d54515
  2. 01 Nov, 2006 1 commit
  3. 30 Oct, 2006 2 commits
  4. 27 Oct, 2006 4 commits
  5. 25 Oct, 2006 9 commits
  6. 23 Oct, 2006 2 commits
  7. 20 Oct, 2006 4 commits
  8. 19 Oct, 2006 6 commits
  9. 18 Oct, 2006 3 commits
  10. 17 Oct, 2006 2 commits
  11. 16 Oct, 2006 3 commits
  12. 13 Oct, 2006 2 commits
  13. 12 Oct, 2006 1 commit
    • jonas@perch.ndb.mysql.com's avatar
      ndb - bug#23210 · 564d461f
      jonas@perch.ndb.mysql.com authored
        Fix race-condition between COPY_GCIREQ (GCP) and lcpSetActiveStatusEnd
        Solution is _not_ to copy sysfileData from COPY_GCIREQ from "self"
      564d461f