summaryrefslogtreecommitdiff
path: root/storage/maria/ma_check.c
diff options
context:
space:
mode:
authorMichael Widenius <monty@mysql.com>2008-06-28 16:57:00 +0300
committerMichael Widenius <monty@mysql.com>2008-06-28 16:57:00 +0300
commitc580583756a6c56d00245d63663ce38e28a7023c (patch)
treeaca78afe59121840b99e42d9bf544db9188cd363 /storage/maria/ma_check.c
parentd29e7f747209f428458a97c128678a21abf2680d (diff)
parent97a0501e9211738d8f2fdc20f85e7a13844d1dbf (diff)
downloadmariadb-git-c580583756a6c56d00245d63663ce38e28a7023c.tar.gz
Automatic merge
Added some minor changes that was done in my tree while waiting for test to run: - Remove in Maria T_QUICK when retrying repair for enabling indexes, as the record file may be in use by other threads - Disable code that is only relevant for EXTERNAL_LOCKING include/m_string.h: Automatic merge storage/maria/ha_maria.cc: Remove T_QUICK when retrying repair for enabling indexes, as the record file may be in use by other threads storage/maria/ma_check.c: Automatic merge storage/maria/ma_key.c: Automatic merge storage/maria/ma_loghandler.c: Automatic merge storage/maria/ma_open.c: Disable code that is only relevant for EXTERNAL_LOCKING storage/maria/ma_sp_key.c: Automatic merge storage/maria/ma_write.c: Automatic merge storage/maria/trnman.c: Automatic merge
Diffstat (limited to 'storage/maria/ma_check.c')
-rw-r--r--storage/maria/ma_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_check.c b/storage/maria/ma_check.c
index cf347ebb121..36507ab29d9 100644
--- a/storage/maria/ma_check.c
+++ b/storage/maria/ma_check.c
@@ -4428,8 +4428,8 @@ static int sort_key_read(MARIA_SORT_PARAM *sort_param, uchar *key)
int error;
MARIA_SORT_INFO *sort_info= sort_param->sort_info;
MARIA_HA *info= sort_info->info;
- DBUG_ENTER("sort_key_read");
MARIA_KEY int_key;
+ DBUG_ENTER("sort_key_read");
if ((error=sort_get_next_record(sort_param)))
DBUG_RETURN(error);