Commit dbf4dc3d authored by unknown's avatar unknown

myisam/mi_packrec.c

    Fix a compile error:  Macro "DBUG_ENTER" must not follow an executable statement.


myisam/mi_packrec.c:
  Fix a compile error:  Macro "DBUG_ENTER" must not follow an executable statement.
parent 3b7d9850
......@@ -592,8 +592,8 @@ static uint copy_decode_table(uint16 *to_pos, uint offset,
uint16 *decode_table)
{
uint prev_offset;
prev_offset= offset;
DBUG_ENTER("copy_decode_table");
prev_offset= offset;
/* Descent on the left side. */
if (!(*decode_table & IS_CHAR))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment