1. 29 Mar, 2006 3 commits
    • monty@mysql.com's avatar
      Safety fix to ensure that long event names always ends with \0 · 8b21a9d4
      monty@mysql.com authored
      This removes a warning about missing DBUG_ENTER while running tests
      8b21a9d4
    • monty@mysql.com's avatar
      Remove compiler warnings · cbd420a0
      monty@mysql.com authored
      Add missing DBUG_RETURN
      Fixed stack overflow in NdbBlob (found by ndb_gis.test)
      Fixed access to freed memory in ndb_cluster_real_free_share()
      cbd420a0
    • monty@mysql.com's avatar
      Fixed compiler and valgrind warnings · 1994ed49
      monty@mysql.com authored
      Added missing DBUG_xxx_RETURN statements
      Fixed some usage of not initialized variables (as found by valgrind)
      Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called.
      This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names()
      This will allow Tomas to continue with his work to use namelocks to syncronize things.
      
      Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
      1994ed49
  2. 28 Mar, 2006 9 commits
  3. 27 Mar, 2006 28 commits