1. 26 Mar, 2008 4 commits
  2. 25 Mar, 2008 3 commits
    • istruewing@stella.local's avatar
      Bug#35559 - plugin_load.test creates warnings · 97531cad
      istruewing@stella.local authored
      plugin_load.test created lines in the warnings files and made
      pushbuild cells yellow. Some pushbuild systems are configured
      so that they don't build the ha_example plugin. Trying to load
      them creates error messages in the error log. These were copied
      to the warnings file.
      
      Fixed by ignoring expected error messages for non-existent
      ha_example.
      97531cad
    • mkindahl@dl145h.mysql.com's avatar
      Eliminating compiler warnings. · bc683c64
      mkindahl@dl145h.mysql.com authored
      bc683c64
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#35509 - Federated leaks memory when connecting to · f064cd84
      svoj@mysql.com/june.mysql.com authored
                  localhost/default port
      
      When creating federated table that points to unspecified host or
      localhost on unspecified port or port is 0, small memory leak occurs.
      
      This happens because we make a copy of unix socket path, which is
      never freed.
      
      With this fix we do not make a copy of unix socket path, instead
      share->socket points to MYSQL_UNIX_ADDR constant directly.
      
      This fix is covered by a test case for BUG34788.
      
      Affects 5.0 only.
      f064cd84
  3. 20 Mar, 2008 5 commits
  4. 18 Mar, 2008 2 commits
  5. 17 Mar, 2008 4 commits
  6. 16 Mar, 2008 1 commit
  7. 15 Mar, 2008 5 commits
  8. 14 Mar, 2008 16 commits