mariadb/storage/innobase
unknown 290414712e 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.
2007-06-15 14:32:16 -04:00
..
btr Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
buf Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
data Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
dict Applied innodb-5.1-ss1381 snapshot 2007-03-28 22:46:28 -06:00
dyn Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
eval Fixed compiler warnings 2007-02-23 13:13:55 +02:00
fil Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
fsp Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
fut Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
ha Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
handler Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
ibuf Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
include Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-16 10:37:50 +02:00
lock Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
log Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
mach Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
mem Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
mtr Fixed compiler warnings 2007-02-23 13:13:55 +02:00
os Applied innodb-5.1-ss1404 snapshot 2007-04-18 19:53:28 -06:00
page Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
pars Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
que Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
read Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
rem Fixed compiler warnings 2007-02-23 13:13:55 +02:00
row Applied innodb-5.1-ss1381 snapshot 2007-03-28 22:46:28 -06:00
srv Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
sync Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
thr Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
trx Applied innodb-5.1-ss1381 snapshot 2007-03-28 22:46:28 -06:00
usr Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
ut Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
CMakeLists.txt Embedded Server doesn't build on Windows. 2007-06-15 14:32:16 -04:00
Makefile.am Add missing \ causing CMakelists.txt etc not to be included in dist 2007-03-30 06:57:58 +02:00
plug.in Applied innodb-5.1-ss1404 snapshot 2007-04-18 19:53:28 -06:00