mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
fixed replication bug
not yet tested - will not be pushed for a few hours - need to commit in order to pull BUILD/compile-pentium-debug: link statically sql/slave.cc: properly seek the position when recovering from a partial read
This commit is contained in:
parent
5bdc999b3a
commit
ea86f4fe77
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ path=`dirname $0`
|
|||
extra_flags="$pentium_cflags $debug_cflags"
|
||||
c_warnings="$c_warnings $debug_extra_warnings"
|
||||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||
extra_configs="$pentium_configs $debug_configs"
|
||||
extra_configs="$pentium_configs $debug_configs $static_link"
|
||||
|
||||
extra_configs="$extra_configs "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue