1. 16 Aug, 2007 1 commit
    • malff/marcsql@weblab.(none)'s avatar
      Bug#23062 (GCOV build: helper scripts missing in the BUILD directory) · c6a395af
      malff/marcsql@weblab.(none) authored
      This patch provides compile helper scripts only,
      no server logic is affected.
      
      Before this patch, GCOV and GPROF build scripts were only provided for
      pentium platforms.
      
      With this patch, pentium, pentium64 and amd64 platforms have associated
      helper build scripts.
      
      The GCOV and GPROF specific compilation flags are set once in SETUP.sh,
      to avoid code duplication.
      c6a395af
  2. 15 Aug, 2007 1 commit
    • davi@moksha.local's avatar
      Bug#25856 (HANDLER table OPEN in one connection lock DROP TABLE in another one) · c290b26c
      davi@moksha.local authored
      mysql_ha_open calls mysql_ha_close on the error path (unsupported) to close the (opened) table before inserting it into the tables hash list handler_tables_hash) but mysql_ha_close only closes tables which are on the hash list, causing the table to be left open and locked.
      
      This change moves the table close logic into a separate function that is always called on the error path of mysql_ha_open or on a normal handler close (mysql_ha_close).
      c290b26c
  3. 08 Aug, 2007 1 commit
  4. 06 Aug, 2007 4 commits
  5. 05 Aug, 2007 5 commits
  6. 04 Aug, 2007 2 commits
  7. 03 Aug, 2007 7 commits
  8. 02 Aug, 2007 19 commits