1
0
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:
sergefp@mysql.com
2005-08-27 02:33:06 +04:00
parent e4733cc8b0
commit ad9bfc251c
10 changed files with 44 additions and 58 deletions

View File

@@ -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;
}
/*