Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
commit
ad73b5ac5b
@ -2754,7 +2754,14 @@ String *Item_func_uuid::val_str(String *str)
|
|||||||
tv++;
|
tv++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
nanoseq=0;
|
{
|
||||||
|
if (nanoseq)
|
||||||
|
{
|
||||||
|
tv-=nanoseq;
|
||||||
|
nanoseq=0;
|
||||||
|
}
|
||||||
|
DBUG_ASSERT(tv > uuid_time);
|
||||||
|
}
|
||||||
uuid_time=tv;
|
uuid_time=tv;
|
||||||
pthread_mutex_unlock(&LOCK_uuid_generator);
|
pthread_mutex_unlock(&LOCK_uuid_generator);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user