Commit 0e9a844f authored by unknown's avatar unknown
Browse files

Eliminating a warning for unused variable in non-debug build.

parent 04c0f3cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5906,7 +5906,9 @@ unpack_row(RELAY_LOG_INFO const *rli,
        /*
          We only unpack the field if it was non-null
        */
#ifndef DBUG_OFF
        const char *const old_ptr= pack_ptr;
#endif
        pack_ptr= f->unpack(f->ptr, pack_ptr);
        DBUG_PRINT("debug", ("Unpacking field '%s' from %d bytes",
                             f->field_name, pack_ptr - old_ptr));