~ubuntu-branches/ubuntu/oneiric/firebird2.1/oneiric

« back to all changes in this revision

Viewing changes to src/jrd/Optimizer.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-04-22 18:59:44 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110422185944-egwy9r5xynjddku5
Tags: 2.1.4.18393-0.ds2-2
* apply patch from upstream SVN fixing ICU collations
* remove lintian overrides about manpages shipped in dependency package
* claim compliancy with Policy 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                bool outer, bool inner, jrd_nod** sortNode);
173
173
        ~OptimizerRetrieval();
174
174
 
175
 
        InversionCandidate* getCost();
176
175
        InversionCandidate* getInversion(RecordSource** rsb);
177
176
 
 
177
        InversionCandidate* getCost()
 
178
        {
 
179
                return getInversion(NULL);
 
180
        }
 
181
 
178
182
protected:
179
183
        jrd_nod* composeInversion(jrd_nod* node1, jrd_nod* node2, NOD_T node_type) const;
180
184
        void findDependentFromStreams(jrd_nod* node, SortedStreamList* streamList) const;