logo       

bk commit into 4.0 tree (1.1473): msg#00349

db.mysql.devel

Subject: bk commit into 4.0 tree (1.1473)

Below is the list of changes that have just been committed into a local
4.0 repository of heikki. When heikki does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
1.1473 03/04/24 23:24:11 heikki@xxxxxxxxxxxxxxx +1 -0
ha_innodb.cc:
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case
innodb_flush_log_at_trx_commit=0

sql/ha_innodb.cc
1.169 03/04/24 23:23:57 heikki@xxxxxxxxxxxxxxx +1 -0
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case
innodb_flush_log_at_trx_commit=0

# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: heikki
# Host: hundin.mysql.fi
# Root: /home/heikki/mysql-4.0

--- 1.168/sql/ha_innodb.cc Thu Apr 24 15:34:29 2003
+++ 1.169/sql/ha_innodb.cc Thu Apr 24 23:23:57 2003
@@ -873,6 +873,7 @@
DBUG_ENTER("innobase_flush_logs");

log_flush_up_to(ut_dulint_max, LOG_WAIT_ONE_GROUP);
+ log_flush_to_disk();

DBUG_RETURN(result);
}

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise