Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917969 Details for
Bug 928986
dev-db/mariadb-10.11.7 fails to compile: my_global.h:384:18: error: size of array compile_time_assert is negative
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable compile_time_assert(sizeof(MYSQL)
mariadb_test.patch (text/plain), 653 bytes, created by
J Pamoux
on 2025-01-30 18:52:08 UTC
(
hide
)
Description:
Disable compile_time_assert(sizeof(MYSQL)
Filename:
MIME Type:
Creator:
J Pamoux
Created:
2025-01-30 18:52:08 UTC
Size:
653 bytes
patch
obsolete
>--- /tests/mysql_client_fw.c 2025-01-29 20:33:20.511127444 +0100 >+++ tests/mysql_client_fw.c 2025-01-29 20:33:34.271089945 +0100 >@@ -1430,14 +1430,6 @@ > tests_to_run[i]= NULL; > } > >-#ifdef _WIN32 >- /* must be the same in C/C and embedded, 1208 on 64bit, 968 on 32bit */ >- compile_time_assert(sizeof(MYSQL) == 60*sizeof(void*)+728); >-#else >- /* must be the same in C/C and embedded, 1272 on 64bit, 964 on 32bit */ >- compile_time_assert(sizeof(MYSQL) == 77*sizeof(void*)+656); >-#endif >- > if (mysql_server_init(embedded_server_arg_count, > embedded_server_args, > (char**) embedded_server_groups))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 928986
:
890039
| 917969