1. 22 Nov, 2006 1 commit
    • kroki/tomash@moonlight.intranet's avatar
      BUG#21635: MYSQL_FIELD struct's member strings seem to misbehave for · ec7a6d15
      kroki/tomash@moonlight.intranet authored
      expression cols.
      
      The problem was that MYSQL_FIELD::org_name was set for MIN() and MAX()
      functions (COUNT() is also mentioned in the bug report but was already
      fixed).
      
      After this patch for expressions MYSQL_FIELD::name is set to either
      expression itself or its alias, and other data origin fields of
      MYSQL_FILED (db, org_table, table, org_name) are empty strings.
      ec7a6d15
  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