We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4422547 commit 68361f0Copy full SHA for 68361f0
src/include/execution/executor_context.h
@@ -89,7 +89,7 @@ class ExecutorContext {
89
private:
90
/** The transaction context associated with this executor context */
91
Transaction *transaction_;
92
- /** The datbase catalog associated with this executor context */
+ /** The database catalog associated with this executor context */
93
Catalog *catalog_;
94
/** The buffer pool manager associated with this executor context */
95
BufferPoolManager *bpm_;
0 commit comments