1
0
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:
Monty
2024-01-27 16:47:00 +02:00
parent ed76a2e8ac
commit 4dbf55bbfc

View File

@ -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 #