Specify the length of the constraint msg.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3698 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-25 18:36:33 +00:00
parent 8f66c71974
commit c35caeff6c

View File

@@ -2,11 +2,11 @@ LOAD DATA
INFILE * INFILE *
INTO TABLE constraint_messages INTO TABLE constraint_messages
REPLACE REPLACE
FIELDS TERMINATED BY '|' FIELDS TERMINATED BY '|'
TRAILING NULLCOLS TRAILING NULLCOLS
( (
constraint_name constraint_name
,msg ,msg CHAR(2000)
) )
BEGINDATA BEGINDATA
ADDR_PK|Attempting to create a duplicate Addresses entry ADDR_PK|Attempting to create a duplicate Addresses entry