diff options
author | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2022-01-10 20:55:19 +0530 |
---|---|---|
committer | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2022-02-01 12:38:07 +0530 |
commit | df49ed0edb5158f9cccb26d06c88a059f99bc799 (patch) | |
tree | 0413db2b4ce54ae078cd892274b872b459f8ed14 /mysql-test/mysql-test-run.pl | |
parent | a1f630ccfe33a14ee3c535a78b645d384c82876d (diff) | |
download | mariadb-git-bb-10.2-MDEV-27462.tar.gz |
MDEV-27462 : SET STATEMENT allows variables that cannot be set per querybb-10.2-MDEV-27462
basis
Analysis: Some system variables can be set per query basis because flag NO_SET_STMT
is missing.
Fix: Added NO_SET_STMT flag. List of disallowed variables taken from
documentation:
autocommit, character_set_client, character_set_connection,
character_set_filesystem, collation_connection, default_master_connection,
debug_sync, interactive_timeout, gtid_domain_id, last_insert_id,
log_slow_filter, log_slow_rate_limit, log_slow_verbosity, long_query_time,
min_examined_row_limit, profiling, profiling_history_size, query_cache_type,
rand_seed1, rand_seed2, skip_replication, slow_query_log, sql_log_off,
tx_isolation, wait_timeout
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
0 files changed, 0 insertions, 0 deletions