mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Disable perfschema.misc_session_status for 32 bit
32bit uses less memory so the test for max_memory_usage does not work
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
# This does not crash on 32 bit because of less memory used
|
||||
--source include/have_64bit.inc
|
||||
--echo #
|
||||
--echo # MDEV-33150 double-locking of LOCK_thd_kill in performance_schema.session_status
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user