summaryrefslogtreecommitdiff
path: root/innobase/trx/trx0trx.c
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2003-05-16 16:27:50 +0300
committerheikki@hundin.mysql.fi <>2003-05-16 16:27:50 +0300
commit5359d046083ddf0318c725780b61baa1a1aaed62 (patch)
treee38b9d82e07506f44236a2a4cbadc3582879f921 /innobase/trx/trx0trx.c
parentcf79c47597956f98781dffe0a2137ce6778c86f3 (diff)
downloadmariadb-git-5359d046083ddf0318c725780b61baa1a1aaed62.tar.gz
buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h:
Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++
Diffstat (limited to 'innobase/trx/trx0trx.c')
-rw-r--r--innobase/trx/trx0trx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c
index e6ef400bb40..d73d6327d76 100644
--- a/innobase/trx/trx0trx.c
+++ b/innobase/trx/trx0trx.c
@@ -1505,6 +1505,8 @@ trx_commit_complete_for_mysql(
trx->op_info = (char *) "";
}
+
+ return(0);
}
/**************************************************************************