summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorAnnamalai Gurusami <annamalai.gurusami@oracle.com>2015-06-22 12:47:37 +0530
committerAnnamalai Gurusami <annamalai.gurusami@oracle.com>2015-06-22 12:49:32 +0530
commit92b4683d59c066f099be1d283c7d61b00caeedb2 (patch)
tree8c07fae5c092ebe93f5cf3203df1c42729808873 /storage
parent00fd99c48465efc5fdf33c4c3f732fcf4a2fd7f5 (diff)
downloadmariadb-git-92b4683d59c066f099be1d283c7d61b00caeedb2.tar.gz
Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERT
Post push fix. The function cmp_dtuple_rec() was used without a prototype in the file row0purge.c. Adding the include file rem0cmp.h to row0purge.c to resolve this issue. approved by Krunal over IM.
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/row/row0purge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/row/row0purge.c b/storage/innobase/row/row0purge.c
index 5e6e6b4ca41..9018582f5d6 100644
--- a/storage/innobase/row/row0purge.c
+++ b/storage/innobase/row/row0purge.c
@@ -43,6 +43,7 @@ Created 3/14/1997 Heikki Tuuri
#include "row0vers.h"
#include "row0mysql.h"
#include "log0log.h"
+#include "rem0cmp.h"
/*************************************************************************
IMPORTANT NOTE: Any operation that generates redo MUST check that there