mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
3743df6e8e
function being used before it was defined - "forward" declaration was insufficient. innobase/lock/lock0lock.c: Compile problem on 'build', solved by moving the definition of 'lock_rec_get_nth_bit' to the place of the ("forward") declaration. It is "inline", and now the body really appears before the first use. |
||
---|---|---|
.. | ||
lock0lock.c | ||
Makefile.am | ||
makefilewin |