summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-06-01 14:38:14 -0700
committerShawn O. Pearce <sop@google.com>2009-06-01 14:38:14 -0700
commitd44c9dd487e396824b98f3d3acba935b20980a5d (patch)
tree48c00c2f4f9f231e6e6559d825ef8080855dd6b1
parentb0572c6bd05880f60af75e8b4170334076b58a19 (diff)
Document where the nextval_project_id function is for MySQL
Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--Documentation/project-setup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-setup.txt b/Documentation/project-setup.txt
index 0c95781e9b..baa2f48523 100644
--- a/Documentation/project-setup.txt
+++ b/Documentation/project-setup.txt
@@ -65,8 +65,8 @@ for a project named `project`.
[NOTE]
On MySQL use `nextval_project_id()` and `nextval_branch_id()` to
-obtain the next value in the sequences.
-
+obtain the next value in the sequences. These are contained in the
+`sql/mysql_nextval.sql` script, available from `java -jar gerrit.war --cat sql/mysql_nextval.sql`.
Change Submit Action (submit_type)
----------------------------------