#At file:///usr/home/serg/Abk/mysql/6.0-maria/
2754 Sergei Golubchik 2008-10-30 [merge]
merged
modified:
storage/maria/trnman.c
=== modified file 'storage/maria/trnman.c'
--- a/storage/maria/trnman.c 2008-09-01 19:43:11 +0000
+++ b/storage/maria/trnman.c 2008-10-30 11:21:05 +0000
@@ -222,7 +222,7 @@ static TrID new_trid()
static uint get_short_trid(TRN *trn)
{
int i= (int) ((global_trid_generator + (intptr)trn) * 312089 %
- SHORT_TRID_MAX + 1);
+ SHORT_TRID_MAX) + 1;
uint res=0;
for ( ; !res ; i= 1)
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (serg:2754) | Sergei Golubchik | 30 Oct |