You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.1 KiB

Embedded Server doesn't build on Windows. - Add build configuration parameter EMBEDDED_ONLY which will configure the VS solution to produce only mysql embedded binary. - Make necessary updates to successfully compile solution. CMakeLists.txt: Embedded Server doesn't build on Windows. - Remove leading space from various definitions. - Remove optimizations from RelWithDebInfo configuration for debugging. - Conditionally add the necessary build directories based on EMBEDDED_ONLY flag. BitKeeper/etc/ignore: Embedded Server doesn't build on Windows. - Ignore CMake's default configuration output directories. - Ignore autogenerated cmake_dummy.c file. libmysql/client_settings.h: Embedded Server doesn't build on Windows. - Build fixup libmysqld/CMakeLists.txt: Embedded Server doesn't build on Windows. - Update for recent changes. libmysqld/libmysqld.def: Embedded Server doesn't build on Windows. - Export necessary methods. libmysqld/examples/CMakeLists.txt: Embedded Server doesn't build on Windows. - Updated include directories. - test_libmysqld fixup. - Added mysqltest_embedded and mysql_client_test_embedded exes needed for testing. sql/mysqld.cc: Embedded Server doesn't build on Windows. - Build fixup. sql/sql_binlog.cc: Embedded Server doesn't build on Windows. - Build fixup. sql-common/client.c: Embedded Server doesn't build on Windows. - Build fixup. storage/federated/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/heap/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/innobase/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisam/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisam/ha_myisam.cc: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisammrg/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. win/configure.js: Embedded Server doesn't build on Windows. - Add EMBEDDED_ONLY build configuration.
19 years ago
Embedded Server doesn't build on Windows. - Add build configuration parameter EMBEDDED_ONLY which will configure the VS solution to produce only mysql embedded binary. - Make necessary updates to successfully compile solution. CMakeLists.txt: Embedded Server doesn't build on Windows. - Remove leading space from various definitions. - Remove optimizations from RelWithDebInfo configuration for debugging. - Conditionally add the necessary build directories based on EMBEDDED_ONLY flag. BitKeeper/etc/ignore: Embedded Server doesn't build on Windows. - Ignore CMake's default configuration output directories. - Ignore autogenerated cmake_dummy.c file. libmysql/client_settings.h: Embedded Server doesn't build on Windows. - Build fixup libmysqld/CMakeLists.txt: Embedded Server doesn't build on Windows. - Update for recent changes. libmysqld/libmysqld.def: Embedded Server doesn't build on Windows. - Export necessary methods. libmysqld/examples/CMakeLists.txt: Embedded Server doesn't build on Windows. - Updated include directories. - test_libmysqld fixup. - Added mysqltest_embedded and mysql_client_test_embedded exes needed for testing. sql/mysqld.cc: Embedded Server doesn't build on Windows. - Build fixup. sql/sql_binlog.cc: Embedded Server doesn't build on Windows. - Build fixup. sql-common/client.c: Embedded Server doesn't build on Windows. - Build fixup. storage/federated/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/heap/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/innobase/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisam/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisam/ha_myisam.cc: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. storage/myisammrg/CMakeLists.txt: Embedded Server doesn't build on Windows. - Define USE_TLS for embedded only builds. win/configure.js: Embedded Server doesn't build on Windows. - Add EMBEDDED_ONLY build configuration.
19 years ago
  1. LIBRARY LIBMYSQLD
  2. DESCRIPTION 'MySQL 5.1 Embedded Server Library'
  3. VERSION 5.1
  4. EXPORTS
  5. mysql_thread_end
  6. mysql_thread_init
  7. myodbc_remove_escape
  8. mysql_affected_rows
  9. mysql_autocommit
  10. mysql_change_user
  11. mysql_character_set_name
  12. mysql_close
  13. mysql_commit
  14. mysql_data_seek
  15. mysql_debug
  16. mysql_dump_debug_info
  17. mysql_eof
  18. mysql_errno
  19. mysql_error
  20. mysql_escape_string
  21. mysql_hex_string
  22. mysql_fetch_field
  23. mysql_fetch_field_direct
  24. mysql_fetch_fields
  25. mysql_fetch_lengths
  26. mysql_fetch_row
  27. mysql_field_count
  28. mysql_field_seek
  29. mysql_field_tell
  30. mysql_free_result
  31. mysql_get_character_set_info
  32. mysql_get_client_info
  33. mysql_get_host_info
  34. mysql_get_proto_info
  35. mysql_get_server_info
  36. mysql_get_client_version
  37. mysql_get_ssl_cipher
  38. mysql_info
  39. mysql_init
  40. mysql_insert_id
  41. mysql_kill
  42. mysql_set_server_option
  43. mysql_list_dbs
  44. mysql_list_fields
  45. mysql_list_processes
  46. mysql_list_tables
  47. mysql_more_results
  48. mysql_next_result
  49. mysql_num_fields
  50. mysql_num_rows
  51. mysql_options
  52. mysql_ping
  53. mysql_query
  54. mysql_read_query_result
  55. mysql_real_connect
  56. mysql_real_escape_string
  57. mysql_real_query
  58. mysql_refresh
  59. mysql_rollback
  60. mysql_row_seek
  61. mysql_row_tell
  62. mysql_select_db
  63. mysql_send_query
  64. mysql_shutdown
  65. mysql_ssl_set
  66. mysql_stat
  67. mysql_store_result
  68. mysql_sqlstate
  69. mysql_thread_id
  70. mysql_thread_safe
  71. mysql_use_result
  72. mysql_warning_count
  73. mysql_server_end
  74. mysql_server_init
  75. get_tty_password
  76. mysql_get_server_version
  77. mysql_set_character_set
  78. mysql_sqlstate
  79. mysql_get_parameters
  80. mysql_stmt_bind_param
  81. mysql_stmt_bind_result
  82. mysql_stmt_execute
  83. mysql_stmt_fetch
  84. mysql_stmt_fetch_column
  85. mysql_stmt_param_count
  86. mysql_stmt_param_metadata
  87. mysql_stmt_result_metadata
  88. mysql_stmt_send_long_data
  89. mysql_stmt_affected_rows
  90. mysql_stmt_close
  91. mysql_stmt_reset
  92. mysql_stmt_data_seek
  93. mysql_stmt_errno
  94. mysql_stmt_error
  95. mysql_stmt_free_result
  96. mysql_stmt_num_rows
  97. mysql_stmt_row_seek
  98. mysql_stmt_row_tell
  99. mysql_stmt_store_result
  100. mysql_stmt_sqlstate
  101. mysql_stmt_prepare
  102. mysql_stmt_init
  103. mysql_stmt_insert_id
  104. mysql_stmt_attr_get
  105. mysql_stmt_attr_set
  106. mysql_stmt_field_count
  107. mysql_stmt_next_result