Below is the list of changes that have just been committed into a local
5.1 repository of jani. When jani 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@stripped, 2007-10-30 11:40:08+02:00, jani@stripped +1 -0
Fixed a typo.
mysys/my_getsystime.c@stripped, 2007-10-30 11:40:05+02:00, jani@stripped +2 -2
Fixed a typo.
diff -Nrup a/mysys/my_getsystime.c b/mysys/my_getsystime.c
--- a/mysys/my_getsystime.c 2007-10-29 18:18:45 +02:00
+++ b/mysys/my_getsystime.c 2007-10-30 11:40:05 +02:00
@@ -108,8 +108,8 @@ ulonglong my_micro_time()
if (query_performance_frequency)
{
QueryPerformanceCounter((LARGE_INTEGER*) &newtime);
- return ((new_time / query_performance_frequency * 10000000) +
- (new_time % query_performance_frequency * 10000000 /
+ return ((newtime / query_performance_frequency * 10000000) +
+ (newtime % query_performance_frequency * 10000000 /
query_performance_frequency));
}
else
| Thread |
|---|
| • bk commit into 5.1 tree (jani:1.2579) | jani | 30 Oct |