Skip to content
Snippets Groups Projects
Verified Commit 5068d086 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: wrong source docs corrected

parent 83ea2436
Branches
Tags
No related merge requests found
...@@ -245,8 +245,8 @@ CREATE FUNCTION db_2_0._get_head_iversion( ...@@ -245,8 +245,8 @@ CREATE FUNCTION db_2_0._get_head_iversion(
RETURNS INT UNSIGNED RETURNS INT UNSIGNED
READS SQL DATA READS SQL DATA
BEGIN BEGIN
-- This implementation assumes that the distance from the head equals the -- This implementation assumes that the history is linear and the highest
-- difference between the _iversion numbers. This will not be correct anymore -- _iversion number is always the head. This will not be correct anymore
-- as soon as branches may split and merge. Then, a walk over the primary -- as soon as branches may split and merge. Then, a walk over the primary
-- parents (_ipparent) will be necessary. -- parents (_ipparent) will be necessary.
RETURN ( RETURN (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment