fix stack not enough in parser

This commit is contained in:
jingtaoye35
2024-10-14 18:14:01 +00:00
committed by ob-robot
parent 20c8524579
commit 4e06646126
3 changed files with 4 additions and 25 deletions

View File

@ -65,17 +65,6 @@ bool check_stack_overflow_c()
{
return 0;
}
int ob_backtrace_c(void **buffer, int size)
{
return 0;
}
char *parray_c(char *buf, int64_t len, int64_t *array, int size)
{
snprintf(buf, 0, "oceanbase");
return buf;
}
}
using namespace oceanbase::sql;