mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Disabling declaration of debug variable for non-debug builds.
This commit is contained in:
parent
43f06a0557
commit
507b5907fb
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue