mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
50a11f396a
210 changed files with 5232 additions and 1208 deletions
|
|
@ -46,6 +46,18 @@ set @@optimizer_switch=@save_optimizer_switch;
|
|||
SET @@session.session_track_system_variables= @save_session_track_system_variables;
|
||||
# End of 10.2 tests
|
||||
#
|
||||
# MDEV-22134 handle_fatal_signal (sig=11) in __strlen_avx2 on START
|
||||
# SLAVE | Assertion
|
||||
# `global_system_variables.session_track_system_variables' failed in
|
||||
# Session_sysvars_tracker::init | *** buffer overflow detected ***
|
||||
# (on optimized builds)
|
||||
#
|
||||
SET @@GLOBAL.session_track_system_variables=NULL;
|
||||
ERROR 42000: Variable 'session_track_system_variables' can't be set to the value of 'NULL'
|
||||
SET SESSION session_track_system_variables=NULL;
|
||||
ERROR 42000: Variable 'session_track_system_variables' can't be set to the value of 'NULL'
|
||||
# End of 10.3 tests
|
||||
#
|
||||
# MDEV-16470 - Session user variables tracker
|
||||
#
|
||||
# End of 10.5 tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue