Comment 2 for bug 666223

Revision history for this message
Sergei Golubchik (sergii) wrote :

I don't see how it could have happened. The function _increment_page_get_statistics is defined as "inline void" in buf0buf.c and it is used only in buf0buf.c - as far as I can see it is perfectly well defined.

May be there's something special in how Sun Studio 12.2 treats inline functions, or may be one of your numerous CC command line switches caused it.

Anyway, I've added Percona-XtraDB to the list of affected projects to let XtraDB developers to look at it.

If you need an quick workaround - try a simpler CC command line, or remove inline from the _increment_page_get_statistics declaration in buf0buf.c