Skip to content

Commit

Permalink
fix: fix build error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CaesarYangs committed May 5, 2024
1 parent 7b4d2ad commit ca72808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/sql/parser/value.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the Mulan PSL v2 for more details. */
#include <set>
#include <string>
#include <vector>

#include <limits>

const int INVALID_COMPARE = std::numeric_limits<int>::min();
/**
Expand Down
2 changes: 2 additions & 0 deletions src/observer/storage/table/table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ See the Mulan PSL v2 for more details. */
#include "storage/trx/trx.h"
#include "storage/field/field.h"

RC handle_text_value(RecordFileHandler *record_handler, Value &value);

RC make_text_value(RecordFileHandler *record_handler, Value &value);
Table::~Table()
{
Expand Down

0 comments on commit ca72808

Please sign in to comment.