meta-openembedded/meta-oe/recipes-dbs
Changqing Li cdd8b41d6e
mariadb: correct STACK_DIRECTION setting
STACK_DIRECTION = 1 means stack grow upwards
STACK_DIRECTION = -1 means stack grow downwards

In the majority of modern architectures, stack grows downwards. So set
STACK_DIRECTION = 1 is not right. But the failure is not exposed before,
mysqld can start normally, and simple runtime operation like create db,
table, select info, works well. But it is exposed after commit [1] is
merged, mysqld will start failed with error:
2025-02-12  3:18:19 0 [ERROR] Could not open mysql.plugin table: "Thread stack overrun:  16752824 bytes used of a 299008 byte stack, and 81920 bytes needed

Since commit [2], mariadb started to determine the default
STACK_DIRECTION in CMake based on the ISA, and we have set correct
CMAKE_SYSTEM_PROCESSOR in cmake.bbclass, so just don't pass it.

[1] bddbef3573
[2] d0abbdf56e
[3] https://jira.mariadb.org/browse/MDEV-36051

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-02-13 07:44:16 -08:00
..
influxdb influxdb: Update CVE status for CVE-2019-10329 2024-06-28 11:22:03 -07:00
leveldb leveldb: Print uint64_t with PRI64 2023-10-21 10:02:21 -07:00
libdbi Drop unnecessary SRC_URI md5sum from the recipes in meta-oe. 2024-11-05 19:19:22 -08:00
lmdb lmdb: upgrade 0.9.29 -> 0.9.31 2023-07-20 19:08:57 -07:00
mysql mariadb: correct STACK_DIRECTION setting 2025-02-13 07:44:16 -08:00
postgresql postgresql: upgrade 16.4 -> 16.5 2024-12-20 19:47:55 -08:00
psqlodbc psqlodbc: Update SRC_URI to point to latest location of 16.00.0000 tarballs 2024-10-14 23:19:36 -07:00
rocksdb rocksdb: Add ptest support 2024-09-29 10:01:08 -07:00
soci soci: update build options 2024-04-23 15:18:30 -07:00