mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Bug#25408 5.1 Can't compile on Windows
- DBUG_ENTER must be called before assignment on Windows and Netware.
This commit is contained in:
parent
f2d4988c37
commit
e08238266b
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…
Add table
Reference in a new issue