Project

General

Profile

« Previous | Next » 

Revision 2780

Added by sgarg over 18 years ago

Changing the table name back to xml_index

View differences:

IndexingTimerTask.java
89 89
	    		
90 90
	    		String xmlDocumentsCheck = 
91 91
	    			MetaCatUtil.dbAdapter.getLeftJoinQuery("a.docid, a.rev", "xml_documents", 
92
	    					"xml_path_index", "a.docid = b.docid", nonJoinCriteria);
92
	    					"xml_index", "a.docid = b.docid", nonJoinCriteria);
93 93

  
94 94
	    		PreparedStatement xmlDocCheck = dbConn.prepareStatement(xmlDocumentsCheck);
95 95
	    		

Also available in: Unified diff