| 921 | } |
| 922 | |
| 923 | bool is_update_query(enum enum_sql_command command) |
| 924 | { |
| 925 | DBUG_ASSERT(command <= SQLCOM_END); |
| 926 | return (sql_command_flags[command] & CF_CHANGES_DATA) != 0; |
| 927 | } |
| 928 | |
| 929 | /** |
| 930 | Check if a sql command is allowed to write to log tables. |
no outgoing calls
no test coverage detected