mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
myisam/mi_packrec.c
Fix a compile error: Macro "DBUG_ENTER" must not follow an executable statement.
This commit is contained in:
parent
25c53269ab
commit
88bc918be6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue