summaryrefslogtreecommitdiff
path: root/innobase/include/mtr0log.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2004-02-22 11:01:28 +0200
committerunknown <monty@mashka.mysql.fi>2004-02-22 11:01:28 +0200
commit07b40e621e5ff2a285b673b6b7bab345c7c361cf (patch)
tree5cbf5acd9871f4013aae8ed412d72912dbc4706f /innobase/include/mtr0log.h
parent4e17890f6afaddfa8bcdb483a60505b7aee1f652 (diff)
parenta594279dc99b0397476fbc4b2179657cd1a3e9e7 (diff)
downloadmariadb-git-07b40e621e5ff2a285b673b6b7bab345c7c361cf.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1 innobase/rem/rem0cmp.c: Auto merged libmysql/libmysql.c: Auto merged sql-common/client.c: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_base.cc: Auto merged
Diffstat (limited to 'innobase/include/mtr0log.h')
-rw-r--r--innobase/include/mtr0log.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/innobase/include/mtr0log.h b/innobase/include/mtr0log.h
index da942dd45d7..cc42924fe4d 100644
--- a/innobase/include/mtr0log.h
+++ b/innobase/include/mtr0log.h
@@ -133,15 +133,6 @@ mlog_write_initial_log_record_fast(
byte type, /* in: log item type: MLOG_1BYTE, ... */
byte* log_ptr,/* in: pointer to mtr log which has been opened */
mtr_t* mtr); /* in: mtr */
-/****************************************************************
-Writes the contents of a mini-transaction log, if any, to the database log. */
-
-dulint
-mlog_write(
-/*=======*/
- dyn_array_t* mlog, /* in: mlog */
- ibool* modifications); /* out: TRUE if there were
- log items to write */
/************************************************************
Parses an initial log record written by mlog_write_initial_log_record. */