summaryrefslogtreecommitdiff
path: root/mysql-test/r/set_statement_profiling.result
blob: 1f17c34568099f808aeec266158e8e5f2247eda8 (plain)
1
2
3
4
set statement profiling=default for select 1;
ERROR 42000: The system variable profiling cannot be set in SET STATEMENT.
set statement profiling_history_size=default for select 1;
ERROR 42000: The system variable profiling_history_size cannot be set in SET STATEMENT.