You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/groups/set_parser_algorithm_3/pre-proxysql.sql

8 lines
249 B

# Enable ParserSQL-based SET parser for both protocols
SET mysql-set_parser_algorithm=3;
SET pgsql-set_parser_algorithm=3;
LOAD MYSQL VARIABLES TO RUNTIME;
LOAD PGSQL VARIABLES TO RUNTIME;
SAVE MYSQL VARIABLES TO DISK;
SAVE PGSQL VARIABLES TO DISK;