PATH:
usr
/
include
/
mysql
/* * Fedora supports multi arch: having 32 and 64 versions of MySQL * installed at the same time. my_config.h will differ due arch * dependent defs creating a file conflict. We move arch specific * headers to arch specific file names and include the correct arch * specific file by installing this generic file. * */ #if defined(__i386__) #include "my_config_i386.h" #elif defined(__ia64__) #include "my_config_ia64.h" #elif defined(__powerpc__) #include "my_config_ppc.h" #elif defined(__powerpc64__) #include "my_config_ppc64.h" #elif defined(__s390x__) #include "my_config_s390x.h" #elif defined(__s390__) #include "my_config_s390.h" #elif defined(__sparc__) && defined(__arch64__) #include "my_config_sparc64.h" #elif defined(__sparc__) #include "my_config_sparc.h" #elif defined(__x86_64__) #include "my_config_x86_64.h" #else #error "This MySQL devel package does not work your architecture?" #endif
[-] mysql_time.h
[edit]
[-] my_list.h
[edit]
[-] my_config.h
[edit]
[-] mysql.h
[edit]
[-] my_config_x86_64.h
[edit]
[-] sql_state.h
[edit]
[-] plugin_ftparser.h
[edit]
[+]
..
[-] sslopt-case.h
[edit]
[-] mysqld_ername.h
[edit]
[-] m_ctype.h
[edit]
[-] errmsg.h
[edit]
[-] mysqlx_ername.h
[edit]
[-] mysqld_error.h
[edit]
[-] plugin_validate_password.h
[edit]
[-] keycache.h
[edit]
[-] sslopt-vars.h
[edit]
[-] my_command.h
[edit]
[-] m_string.h
[edit]
[-] sql_common.h
[edit]
[+]
mysql
[-] mysqlx_version.h
[edit]
[-] plugin_audit.h
[edit]
[-] my_byteorder.h
[edit]
[-] typelib.h
[edit]
[-] my_sys.h
[edit]
[-] my_global.h
[edit]
[-] sslopt-longopts.h
[edit]
[-] thr_mutex.h
[edit]
[-] my_dir.h
[edit]
[-] little_endian.h
[edit]
[-] plugin_group_replication.h
[edit]
[-] decimal.h
[edit]
[-] my_xml.h
[edit]
[-] my_thread_local.h
[edit]
[-] my_thread.h
[edit]
[-] my_compiler.h
[edit]
[-] byte_order_generic.h
[edit]
[-] mysqlx_error.h
[edit]
[-] my_dbug.h
[edit]
[-] big_endian.h
[edit]
[-] mysql_com_server.h
[edit]
[-] thr_rwlock.h
[edit]
[-] byte_order_generic_x86.h
[edit]
[-] plugin_keyring.h
[edit]
[-] my_getopt.h
[edit]
[-] binary_log_types.h
[edit]
[-] plugin.h
[edit]
[-] my_alloc.h
[edit]
[-] mysql_com.h
[edit]
[-] mysql_version.h
[edit]
[-] mysql_embed.h
[edit]
[-] thr_cond.h
[edit]