mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10 lines
246 B
Text
10 lines
246 B
Text
|
source include/have_profiling.inc;
|
||
|
|
||
|
#
|
||
|
# Prohibited Variables
|
||
|
#
|
||
|
--error ER_SET_STATEMENT_NOT_SUPPORTED
|
||
|
set statement profiling=default for select 1;
|
||
|
--error ER_SET_STATEMENT_NOT_SUPPORTED
|
||
|
set statement profiling_history_size=default for select 1;
|