Fossil SCM

Fix a obsolete comment related to updating the CHECK constraint on the BLOB table when moving up to version 2.0 or later.

drh 2017-03-13 20:47 trunk
Commit 66807d30296ebb52d34c38f48c6a00a935e808db529a66e263273b425a296f6a
1 file changed +2 -2
+2 -2
--- src/db.c
+++ src/db.c
@@ -1491,12 +1491,12 @@
14911491
if( g.eHashPolicy<0 ){
14921492
g.eHashPolicy = hname_default_policy();
14931493
db_set_int("hash-policy", g.eHashPolicy, 0);
14941494
}
14951495
1496
- /* If the ALIAS table is not present, then some on-the-fly schema
1497
- ** updates might be required.
1496
+ /* Make a change to the CHECK constraint on the BLOB table for
1497
+ ** version 2.0 and later.
14981498
*/
14991499
rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */
15001500
}
15011501
15021502
/*
15031503
--- src/db.c
+++ src/db.c
@@ -1491,12 +1491,12 @@
1491 if( g.eHashPolicy<0 ){
1492 g.eHashPolicy = hname_default_policy();
1493 db_set_int("hash-policy", g.eHashPolicy, 0);
1494 }
1495
1496 /* If the ALIAS table is not present, then some on-the-fly schema
1497 ** updates might be required.
1498 */
1499 rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */
1500 }
1501
1502 /*
1503
--- src/db.c
+++ src/db.c
@@ -1491,12 +1491,12 @@
1491 if( g.eHashPolicy<0 ){
1492 g.eHashPolicy = hname_default_policy();
1493 db_set_int("hash-policy", g.eHashPolicy, 0);
1494 }
1495
1496 /* Make a change to the CHECK constraint on the BLOB table for
1497 ** version 2.0 and later.
1498 */
1499 rebuild_schema_update_2_0(); /* Do the Fossil-2.0 schema updates */
1500 }
1501
1502 /*
1503

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button