mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
9
mysql-test/main/set_statement_profiling.test
Normal file
9
mysql-test/main/set_statement_profiling.test
Normal file
@ -0,0 +1,9 @@
|
||||
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;
|
Reference in New Issue
Block a user