mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Merge pilot.mysql.com:/home/msvensson/mysql/mysql-4.1-maint
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint myisam/mi_packrec.c: Auto merged mysql-test/t/mysqladmin.test: Auto merged mysys/mf_iocache.c: Auto merged mysys/my_read.c: Auto merged mysys/my_seek.c: Auto merged sql/sql_parse.cc: Auto merged
This commit is contained in:
commit
9352be77a9
1 changed files with 1 additions and 2 deletions
|
@ -591,8 +591,7 @@ static void fill_quick_table(uint16 *table, uint bits, uint max_bits,
|
|||
static uint copy_decode_table(uint16 *to_pos, uint offset,
|
||||
uint16 *decode_table)
|
||||
{
|
||||
uint prev_offset;
|
||||
prev_offset= offset;
|
||||
uint prev_offset= offset;
|
||||
DBUG_ENTER("copy_decode_table");
|
||||
|
||||
/* Descent on the left side. */
|
||||
|
|
Loading…
Reference in a new issue