mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
AIX workaround for GCC TOC bug
This commit is contained in:
committed by
Daniel Black
parent
77d7de8d47
commit
2c7247622a
@@ -138,6 +138,10 @@ typedef void (*memory_free_v1_t)
|
|||||||
|
|
||||||
/** @} (end of group Group_PSI_v1) */
|
/** @} (end of group Group_PSI_v1) */
|
||||||
|
|
||||||
|
#ifdef _AIX
|
||||||
|
PSI_memory_key key_memory_log_event;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* HAVE_PSI_1 */
|
#endif /* HAVE_PSI_1 */
|
||||||
|
|
||||||
#ifdef HAVE_PSI_2
|
#ifdef HAVE_PSI_2
|
||||||
|
@@ -56,7 +56,9 @@
|
|||||||
|
|
||||||
#define my_b_write_string(A, B) my_b_write((A), (uchar*)(B), (uint) (sizeof(B) - 1))
|
#define my_b_write_string(A, B) my_b_write((A), (uchar*)(B), (uint) (sizeof(B) - 1))
|
||||||
|
|
||||||
|
#ifndef _AIX
|
||||||
PSI_memory_key key_memory_log_event;
|
PSI_memory_key key_memory_log_event;
|
||||||
|
#endif
|
||||||
PSI_memory_key key_memory_Incident_log_event_message;
|
PSI_memory_key key_memory_Incident_log_event_message;
|
||||||
PSI_memory_key key_memory_Rows_query_log_event_rows_query;
|
PSI_memory_key key_memory_Rows_query_log_event_rows_query;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user