mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -290,7 +290,7 @@ public:
|
||||
"START_STATE", "TABLE_STATE", "ROW_STATE", "STATE_COUNT"
|
||||
};
|
||||
|
||||
DBUG_ASSERT(0 <= target_state && target_state <= STATE_COUNT);
|
||||
DBUG_ASSERT(target_state <= STATE_COUNT);
|
||||
DBUG_PRINT("info", ("In state %s", state_name[m_state]));
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user