Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1900 05/08/22 18:59:47 konstantin@stripped +1 -0
Fix a -ansi -pedantic compile failure.
server-tools/instance-manager/instance.h
1.13 05/08/22 18:59:42 konstantin@stripped +1 -1
Fix a -ansi -pedantic compile failure.
# 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: konstantin
# Host: oak.local
# Root: /home/kostja/mysql/mysql-5.0-dsql1-new
--- 1.12/server-tools/instance-manager/instance.h 2005-08-19 17:19:04 +04:00
+++ 1.13/server-tools/instance-manager/instance.h 2005-08-22 18:59:42 +04:00
@@ -42,7 +42,7 @@
void kill_instance(int signo);
int is_crashed();
void set_crash_flag_n_wake_all();
- Instance_map *Instance::get_map();
+ Instance_map *get_map();
public:
enum { DEFAULT_SHUTDOWN_DELAY= 35 };
| Thread |
|---|
| • bk commit into 5.0 tree (konstantin:1.1900) | Konstantin Osipov | 22 Aug |