change CompatMode from INVALID to MYSQL

This commit is contained in:
obdev
2023-12-19 11:43:27 +00:00
committed by ob-robot
parent 7c32d4c6c1
commit baadae8cf4

View File

@ -249,7 +249,7 @@ class ObRuntimeContext
OB_UNIS_VERSION(1);
public:
ObRuntimeContext()
: compat_mode_(Worker::CompatMode::INVALID)
: compat_mode_(Worker::CompatMode::MYSQL)
{}
Worker::CompatMode compat_mode_;
#ifdef ERRSIM