Project:
| View Revisions: Issue #34236 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0034236: newIndexesPostAction is executing duplicated actions | ||
| Revision | 2016-10-19 10:43 by caristu | ||
| Steps To Reproduce | Execute the attached test case (testCase34236.diff) which does the following: 1) Creates a model with two tables 2) Prints the statements needed to add a new function based index with an operator class into ONE table of the model Notice that the following statement is executed twice (once per table in the model): COMMENT ON TABLE TEST IS 'OP_CLASS_INDEX1.functionBasedColumn.operatorClass=varchar_pattern_ops$' It should be executed once as we are adding a new index to just one of the tables |
||
| Revision | 2016-10-19 10:42 by caristu | ||
| Steps To Reproduce | Execute the attached test case (testCase34236.diff) which does the following: 1) Creates a model with two tables 2) Prints the statements needed to add a new function based index with an operator class into the model Notice that the following statement is executed twice (once per table in the model): COMMENT ON TABLE TEST IS 'OP_CLASS_INDEX1.functionBasedColumn.operatorClass=varchar_pattern_ops$' It should be executed once as we are adding a new index to just one of the tables |
||
| Revision | 2016-10-19 10:41 by caristu | ||
| Steps To Reproduce | Execute the attached test case which does the following: 1) Creates a model with two tables 2) Prints the statements needed to add a new function based index with an operator class into the model Notice that the following statement is executed twice (once per table in the model): COMMENT ON TABLE TEST IS 'OP_CLASS_INDEX1.functionBasedColumn.operatorClass=varchar_pattern_ops$' It should be executed once as we are adding a new index to just one of the tables |
||
| Revision | 2016-10-19 10:30 by caristu | ||
| Steps To Reproduce | . | ||
| Copyright © 2000 - 2009 MantisBT Group |