summaryrefslogtreecommitdiff
path: root/myisam/mi_update.c
diff options
context:
space:
mode:
authorAnurag Shekhar <anurag.shekhar@sun.com>2009-08-31 13:02:31 +0530
committerAnurag Shekhar <anurag.shekhar@sun.com>2009-08-31 13:02:31 +0530
commit9b97856d82dfcded3c317729e1cd48966e7ae0a0 (patch)
tree9825757a345c9b7a8d1ef3beb7fb3399b6b5951b /myisam/mi_update.c
parent90032c100751d4a864f371dd451fda7d8b12022d (diff)
parent2217de25139f5994fc1c5c71f897ff0788813db0 (diff)
downloadmariadb-git-9b97856d82dfcded3c317729e1cd48966e7ae0a0.tar.gz
merging with changes in bugteam branch.
Diffstat (limited to 'myisam/mi_update.c')
-rw-r--r--myisam/mi_update.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/myisam/mi_update.c b/myisam/mi_update.c
index bea457d2e9a..fa0797b1d61 100644
--- a/myisam/mi_update.c
+++ b/myisam/mi_update.c
@@ -27,11 +27,8 @@ int mi_update(register MI_INFO *info, const byte *oldrec, byte *newrec)
bool auto_key_changed=0;
ulonglong changed;
MYISAM_SHARE *share=info->s;
- ha_checksum old_checksum;
+ ha_checksum UNINIT_VAR(old_checksum);
DBUG_ENTER("mi_update");
- LINT_INIT(new_key);
- LINT_INIT(changed);
- LINT_INIT(old_checksum);
DBUG_EXECUTE_IF("myisam_pretend_crashed_table_on_usage",
mi_print_error(info->s, HA_ERR_CRASHED);