mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Fix warnings.
This commit is contained in:
parent
58e4691f77
commit
11e1fd1900
@ -166,7 +166,7 @@ public:
|
|||||||
bool dsqlMatch(DsqlCompilerScratch* dsqlScratch, const ExprNode* other, bool ignoreMapCast) const override;
|
bool dsqlMatch(DsqlCompilerScratch* dsqlScratch, const ExprNode* other, bool ignoreMapCast) const override;
|
||||||
bool sameAs(const ExprNode* other, bool ignoreStreams) const override;
|
bool sameAs(const ExprNode* other, bool ignoreStreams) const override;
|
||||||
BoolExprNode* pass1(thread_db* tdbb, CompilerScratch* csb) override;
|
BoolExprNode* pass1(thread_db* tdbb, CompilerScratch* csb) override;
|
||||||
void pass2Boolean(thread_db* tdbb, CompilerScratch* csb, std::function<void ()> process);
|
void pass2Boolean(thread_db* tdbb, CompilerScratch* csb, std::function<void ()> process) override;
|
||||||
bool execute(thread_db* tdbb, Request* request) const override;
|
bool execute(thread_db* tdbb, Request* request) const override;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
@ -272,8 +272,6 @@ private:
|
|||||||
|
|
||||||
DsqlRequest* const m_stmt;
|
DsqlRequest* const m_stmt;
|
||||||
Firebird::PerformanceInfo* const m_perf;
|
Firebird::PerformanceInfo* const m_perf;
|
||||||
Firebird::string m_plan;
|
|
||||||
bool m_planExplained = false;
|
|
||||||
DSQLParamsImpl m_inputs;
|
DSQLParamsImpl m_inputs;
|
||||||
Firebird::string m_textUTF8;
|
Firebird::string m_textUTF8;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user