|
|
@ -318,12 +318,10 @@ index {$DB_NAME}_{$TABLE_NAME} |
|
|
|
|
|
|
|
|
|
|
|
conf = self.makeSphinxDbFieldRepalce(conf, sph_field) |
|
|
|
conf = self.makeSphinxDbFieldRepalce(conf, sph_field) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if create_sphinx_table: |
|
|
|
if create_sphinx_table: |
|
|
|
update = self.makeSphinxDbSourcePost(db, table) |
|
|
|
update = self.makeSphinxDbSourcePost(db, table) |
|
|
|
conf = conf.replace("{$UPDATE}", update) |
|
|
|
conf = conf.replace("{$UPDATE}", update) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if create_sphinx_table: |
|
|
|
if create_sphinx_table: |
|
|
|
sph_sql = self.createSql(db) |
|
|
|
sph_sql = self.createSql(db) |
|
|
|
self.pdb.query(sph_sql) |
|
|
|
self.pdb.query(sph_sql) |
|
|
|