mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-5231: Per query variables from Percona Server (rewritten)
This commit is contained in:
parent
a03dd94be8
commit
1827d9e6d1
29 changed files with 2681 additions and 61 deletions
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue