Oleksandr Byelkin <[email protected]> writes: > 26.10.2011 22:18, Michael Widenius пишет: > [skip] >> >> === modified file 'storage/pbxt/src/thread_xt.cc' >> --- a/storage/pbxt/src/thread_xt.cc 2010-09-28 13:05:45 +0000 >> +++ b/storage/pbxt/src/thread_xt.cc 2011-10-25 14:24:24 +0000 >> @@ -485,7 +485,8 @@ static void thr_free_resources(XTThreadP >> >> xtPublic void xt_bug(XTThreadPtr XT_UNUSED(self)) >> { >> - static int *bug_ptr = NULL; >> + static int *bug_ptr __attribute__ ((unused)); >> + bug_ptr= NULL; >> >> bug_ptr = NULL; >> }
> Th code was super strange before, I left it strange :) I think it is > better to Percona to decide what to do with it (I sent them patch for > 5.3). Did you really send to Percona, or did you mean PBXT? Either way, PBXT it should be :) - Kristian. _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

