[FEAT MERGE]优化器技术改造

Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
This commit is contained in:
zzg19950727
2024-11-19 13:14:39 +00:00
committed by ob-robot
parent dab7652eee
commit 8aff09f2cd
226 changed files with 15647 additions and 9415 deletions

View File

@ -34,6 +34,14 @@ extern "C"
sleep(120);
}
}
extern int ob_backtrace_c(void **buffer, int size)
{
return 0;
}
extern char *parray_c(char *buf, int64_t len, int64_t *array, int size)
{
return NULL;
}
}
using namespace oceanbase::common;