summaryrefslogtreecommitdiff
path: root/myisam/mi_packrec.c
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2007-01-17 12:14:34 +0100
committermsvensson@pilot.mysql.com <>2007-01-17 12:14:34 +0100
commit3b8695911cef4ebb83c1409ddd0d1d3e97b957a0 (patch)
treeae282d37761d6f38e0826796dc197fcbd221f908 /myisam/mi_packrec.c
parent51292deb36a220894367533e289be57749fd4ec5 (diff)
parent29be5ce83641ff65adc7f2059efb0e5adec1079c (diff)
downloadmariadb-git-3b8695911cef4ebb83c1409ddd0d1d3e97b957a0.tar.gz
Merge pilot.mysql.com:/home/msvensson/mysql/mysql-4.1-maint
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'myisam/mi_packrec.c')
-rw-r--r--myisam/mi_packrec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/myisam/mi_packrec.c b/myisam/mi_packrec.c
index 37614cc1e1f..6df64ae2cd4 100644
--- a/myisam/mi_packrec.c
+++ b/myisam/mi_packrec.c
@@ -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. */