mirror of
https://github.com/MariaDB/server.git
synced 2025-02-12 00:15:35 +01:00
![Yuchen Pei](/assets/img/avatar_default.png)
Like sql_mode, we factor out of ON_CHECK function for export, to be used in get_options() during server startup, for validation of --redirect_url value.
11 lines
228 B
Text
11 lines
228 B
Text
#
|
|
# MDEV-32525 Server startup fails to validate invalid redirect_url
|
|
#
|
|
FOUND 1 /\[ERROR\].*Invalid redirect_url: mariadbaaa://test/ in mdev_32525.err
|
|
# restart
|
|
select @@redirect_url;
|
|
@@redirect_url
|
|
|
|
#
|
|
# end of test mdev_32525
|
|
#
|