Log Message:
-----------
backport (sh002i): widen path field of NPL-path table to 4096 to
acommodate longer paths. linux's max path length is 4096.
Tags:
----
rel-2-4-dev
Modified Files:
--------------
webwork2/bin:
NPL-update
Revision Data
-------------
Index: NPL-update
===================================================================
RCS file: /webwork/cvs/system/webwork2/bin/NPL-update,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -Lbin/NPL-update -Lbin/NPL-update -u -r1.1.2.4 -r1.1.2.5
--- bin/NPL-update
+++ bin/NPL-update
@@ -59,7 +59,7 @@
'],
['NPL-path', '
path_id int(15) NOT NULL auto_increment,
- path varchar(127) NOT NULL,
+ path varchar(4096) NOT NULL,
machine varchar(127),
user varchar(127),
KEY (path),
|