summaryrefslogtreecommitdiff
path: root/storage/maria/ma_write.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-05-20 11:13:07 +0200
committerSergei Golubchik <sergii@pisem.net>2013-05-20 11:13:07 +0200
commit639a766096733861ce5f4ed4863d9db37090a4f4 (patch)
tree03c798fe41698e07f03d7db63ac54e4707c3ebaa /storage/maria/ma_write.c
parent682c8a36ca503f53db50628463424f205b609ab0 (diff)
parent4ee5ae3e7ff418d8912920357427297f1465f407 (diff)
downloadmariadb-git-639a766096733861ce5f4ed4863d9db37090a4f4.tar.gz
5.2 merge
Diffstat (limited to 'storage/maria/ma_write.c')
-rw-r--r--storage/maria/ma_write.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/ma_write.c b/storage/maria/ma_write.c
index 87de79b2eae..2239eea8ae3 100644
--- a/storage/maria/ma_write.c
+++ b/storage/maria/ma_write.c
@@ -299,6 +299,7 @@ int maria_write(MARIA_HA *info, uchar *record)
info->state->records++;
info->update= (HA_STATE_CHANGED | HA_STATE_AKTIV | HA_STATE_WRITTEN |
HA_STATE_ROW_CHANGED);
+ info->row_changes++;
share->state.changed|= STATE_NOT_MOVABLE | STATE_NOT_ZEROFILLED;
info->state->changed= 1;