logo       

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

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/26 20:57:13 heikki@xxxxxxxxxxxxxxx +1 -0
srv0start.c:
fflush stderr after startup

innobase/srv/srv0start.c
1.40 03/04/26 20:57:05 heikki@xxxxxxxxxxxxxxx +3 -1
fflush stderr after startup

# 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.39/innobase/srv/srv0start.c Mon Mar 3 16:29:07 2003
+++ 1.40/innobase/srv/srv0start.c Sat Apr 26 20:57:05 2003
@@ -1439,7 +1439,9 @@
fprintf(stderr,
"InnoDB: !!! innodb_force_recovery is set to %lu !!!\n",
srv_force_recovery);
- }
+ }
+
+ fflush(stderr);

return((int) DB_SUCCESS);
}

--
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