summaryrefslogtreecommitdiff
path: root/mysql-test/main/set_statement_profiling.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/set_statement_profiling.result')
-rw-r--r--mysql-test/main/set_statement_profiling.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/set_statement_profiling.result b/mysql-test/main/set_statement_profiling.result
new file mode 100644
index 00000000000..1f17c345680
--- /dev/null
+++ b/mysql-test/main/set_statement_profiling.result
@@ -0,0 +1,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.