> CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2014/09/21 13:17:22 > > Modified files: > databases/mariadb: Makefile > > Log message: > BROKEN-powerpc: rpl_parallel.cc:800: error: 'rli' was not declared in this > scope >
This is likely broken everywhere the rwlock functions are actual functions and not macros. There is no `rli' local variable declared anywhere in that function (handle_rpl_parallel_thread()), and while it is trivial to fix this for the event loop, I am not sure what value to initialize it with for the cleanup loop. This should be reported as a bug upstream.
