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:
4
mysql-test/main/set_statement_profiling.result
Normal file
4
mysql-test/main/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