mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
9 lines
246 B
Text
9 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;
|