change CompatMode from INVALID to MYSQL

This commit is contained in:
obdev
2024-02-08 01:47:40 +00:00
committed by ob-robot
parent 699b2ee439
commit fa1263dba9

View File

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