mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-5231: Per query variables from Percona Server (rewritten)
This commit is contained in:
4
mysql-test/r/set_statement_profiling.result
Normal file
4
mysql-test/r/set_statement_profiling.result
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user