diff options
author | heikki@hundin.mysql.fi <> | 2005-03-21 22:14:00 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2005-03-21 22:14:00 +0200 |
commit | 177e7b7f47ee48dbc66c0e1dd39606f28cd7f7a8 (patch) | |
tree | 90f0ba5ad9fc0380f10cfd1094b2dc7f6ed51695 /innobase | |
parent | 61ef715e3544e11a1ffcdc818afe5a1fb1a31496 (diff) | |
parent | 3f378c52324271a1ee53c3fc81355aef13e5119d (diff) | |
download | mariadb-git-177e7b7f47ee48dbc66c0e1dd39606f28cd7f7a8.tar.gz |
Merge
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/trx0trx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/innobase/include/trx0trx.h b/innobase/include/trx0trx.h index 8336e05bdb0..905b25447a8 100644 --- a/innobase/include/trx0trx.h +++ b/innobase/include/trx0trx.h @@ -346,6 +346,12 @@ struct trx_struct{ in MySQL's binlog write, we will flush the log to disk later in a separate call */ + ibool must_flush_log_later;/* this flag is set to TRUE in + trx_commit_off_kernel() if + flush_log_later was TRUE, and there + were modifications by the transaction; + in that case we must flush the log + in trx_commit_complete_for_mysql() */ dulint commit_lsn; /* lsn at the time of the commit */ ibool dict_operation; /* TRUE if the trx is used to create a table, create an index, or drop a |