Below is the list of changes that have just been committed into a local
4.1 repository of psergey. When psergey 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.2452 05/09/21 19:30:28 sergefp@stripped +1 -0
Fix compiler error: C++ code in C
myisam/myisamchk.c
1.127 05/09/21 19:30:25 sergefp@stripped +1 -1
Fix compiler error: C++ code in C
# 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: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-4.1-stats-method-fix
--- 1.126/myisam/myisamchk.c 2005-09-21 02:18:26 +04:00
+++ 1.127/myisam/myisamchk.c 2005-09-21 19:30:25 +04:00
@@ -698,8 +698,8 @@
break;
case OPT_STATS_METHOD:
{
- myisam_stats_method_str= argument;
int method;
+ myisam_stats_method_str= argument;
if ((method=find_type(argument, &myisam_stats_method_typelib, 2)) <= 0)
{
fprintf(stderr, "Invalid value of stats_method: %s.\n", argument);
| Thread |
|---|
| • bk commit into 4.1 tree (sergefp:1.2452) | Sergey Petrunia | 21 Sep |