mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Slightly amended Monty's SP replication code cleanup patch
This commit is contained in:
@@ -620,7 +620,7 @@ void init_update_queries(void)
|
||||
bool is_update_query(enum enum_sql_command command)
|
||||
{
|
||||
DBUG_ASSERT(command >= 0 && command <= SQLCOM_END);
|
||||
return uc_update_queries[command];
|
||||
return uc_update_queries[command] != 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user