Support uuid_short in mysql mode.
This commit is contained in:
@ -189,6 +189,7 @@
|
||||
#include "ob_expr_any_value.h"
|
||||
#include "ob_expr_validate_password_strength.h"
|
||||
#include "ob_expr_benchmark.h"
|
||||
#include "ob_expr_uuid_short.h"
|
||||
|
||||
namespace oceanbase {
|
||||
using namespace common;
|
||||
@ -710,7 +711,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
|
||||
NULL, /* 445 */
|
||||
NULL, /* 446 */
|
||||
NULL, /* 447 */
|
||||
NULL, /* 448 */
|
||||
ObExprUuidShort::eval_uuid_short, /* 448 */
|
||||
ObExprBenchmark::eval_benchmark, /* 449 */
|
||||
ObExprExportSet::eval_export_set, /* 450 */
|
||||
ObExprInet6Aton::calc_inet6_aton, /* 451 */
|
||||
|
||||
Reference in New Issue
Block a user