mirror of
https://github.com/MariaDB/server.git
synced 2025-06-06 05:21:19 +03:00
Disabling declaration of debug variable for non-debug builds.
(originally from Mats)
This commit is contained in:
parent
a52a30e3e6
commit
524cbe2e4c
@ -1896,7 +1896,9 @@ int apply_event_and_update_pos(Log_event* ev, THD* thd, Relay_log_info* rli,
|
|||||||
if (!rli->is_fake)
|
if (!rli->is_fake)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
#ifndef DBUG_OFF
|
||||||
char buf[22];
|
char buf[22];
|
||||||
|
#endif
|
||||||
DBUG_PRINT("info", ("update_pos error = %d", error));
|
DBUG_PRINT("info", ("update_pos error = %d", error));
|
||||||
DBUG_PRINT("info", ("group %s %s",
|
DBUG_PRINT("info", ("group %s %s",
|
||||||
llstr(rli->group_relay_log_pos, buf),
|
llstr(rli->group_relay_log_pos, buf),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user