CREATE TABLE WORK_QUEUE ... twice?
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Tue, 09 Feb 2010 17:42:54 +0000
subversion/libsvn_wc/wc-metadata.sql contains CREATE TABLE WORK_QUEUE
Here is that section of the file in full:
/* A serialized skel specifying the work item. */
/* ------------------------------------------------------------------------- */
CREATE TABLE WC_LOCK (
locked_levels INTEGER NOT NULL DEFAULT -1,
PRIMARY KEY (wc_id, local_dir_relpath)
PRAGMA user_version = 16;
/* ------------------------------------------------------------------------- */
/* Format 13 introduces the work queue, and erases a few columns from the
CREATE TABLE WORK_QUEUE (
/* A serialized skel specifying the work item. */
/* The contents of dav_cache are suspect in format 12, so it is best to just
PRAGMA user_version = 13;
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.