mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-6956:SET STATEMENT default_master_connection = ... has no effect
the problem was in assigning default value during parsing.
This commit is contained in:
@ -16,7 +16,3 @@ Max_statement_time_exceeded 1
|
||||
SELECT @@MAX_STATEMENT_TIME;
|
||||
@@MAX_STATEMENT_TIME
|
||||
0.000000
|
||||
set statement default_master_connection=default for select 1;
|
||||
ERROR 42000: The system variable default_master_connection cannot be set in SET STATEMENT.
|
||||
set statement default_master_connection=default for select 1;
|
||||
ERROR 42000: The system variable default_master_connection cannot be set in SET STATEMENT.
|
||||
|
Reference in New Issue
Block a user