mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup after push of
WL#5154 - Remove deprecated 4.1 features The fix is the removal of the sql_log_update_basic test, as this option is deprecated and removed, and a minor change to the result file of lc_time_names_basic as the error message has changed.
This commit is contained in:
@ -460,7 +460,7 @@ SELECT @@session.lc_time_names;
|
||||
sq_AL
|
||||
SET @@session.lc_time_names=sr_YU;
|
||||
Warnings:
|
||||
Warning 1287 'sr_YU' is deprecated; use 'sr_RS' instead
|
||||
Warning 1287 'sr_YU' is deprecated and will be removed in a future release. Please use sr_RS instead
|
||||
SELECT @@session.lc_time_names;
|
||||
@@session.lc_time_names
|
||||
sr_RS
|
||||
@ -907,7 +907,7 @@ SELECT @@global.lc_time_names;
|
||||
sq_AL
|
||||
SET @@global.lc_time_names=sr_YU;
|
||||
Warnings:
|
||||
Warning 1287 'sr_YU' is deprecated; use 'sr_RS' instead
|
||||
Warning 1287 'sr_YU' is deprecated and will be removed in a future release. Please use sr_RS instead
|
||||
SELECT @@global.lc_time_names;
|
||||
@@global.lc_time_names
|
||||
sr_RS
|
||||
|
Reference in New Issue
Block a user