summaryrefslogtreecommitdiff
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-1/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-303-3/+5
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-1/+2
| | |
| * | MergeKent Boortz2010-12-292-0/+29
| |\ \ | | |/
| | * - Added/updated copyright headersKent Boortz2010-12-282-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
| | * bug#27693: Windows compilation from bk fails using WITH_BERKELEY_STORAGE_ENGINEJonathan Perkin2009-09-301-1/+15
| | | | | | | | | | | | | | | Make configure.js bail with an error if trying to build bdb from a bzr tree.
| | * Updates to build with community features enabled for community builds.MySQL Build Team2009-05-201-0/+1
| | |
| | * Auto merge 5.0-build -> 5.0-bugteamTimothy Smith2008-09-101-1/+11
| | |\
* | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-223-125/+0
| | | | | | | | | | | | | | | | Remove some more files which are unused.
* | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-320/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some more leftovers from the initial removal: o Update relevant mentions of configure.in throughout the source code. o Remove win/configure.js, which at this point just duplicates logic already present in CMake based build system. o Remove support files which relied on the autotools build system. In any case, MySQL is no longer officially supported on SCO. o Remove files which are no longer part of the build.
* | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The autotools-based build system has been superseded and is being removed in order to ease the maintenance burden on developers tweaking and maintaining the build system. In order to support tools that need to extract the server version, a new file that (only) contains the server version, called VERSION, is introduced. The file contents are human and machine-readable. The format is: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA=-rc The CMake based version extraction in cmake/mysql_version.cmake is changed to extract the version from this file. The configure to CMake wrapper is retained for backwards compatibility and to support the BUILD/ scripts. Also, a new a makefile target show-dist-name that prints the server version is introduced.
* | | | mergeGeorgi Kodinov2010-11-191-2/+1
|\ \ \ \ | |/ / /
| * | | Bug #50021: Windows standard configuration files are showing Linux Georgi Kodinov2010-11-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options/settings 1. Changed the default value for socket on Windows to the windows default 2. Removed hard-coded trailing slashes from innodb_data_home_dir and innodb_log_group_name_dir. 3. Added extra backslashes to the innodb directory example 4. Made the tempdir platform "dependent" 5. Fixed the comments in the .ini files 6. Removed the tmpdir from the templates and the scripts
* | | | #57746: Win directory of source distribution - out-of-date files / support ↵Sunanda Menon2010-11-111-108/+2
| | | | | | | | | | | | | | | | | | | | | | | | for new files ( Based on review comments)
* | | | Bug #57746: Win directory of source distribution - out-of-date files / ↵smenon2010-11-041-35/+29
| | | | | | | | | | | | | | | | | | | | | | | | support for new files (win/README updated with some more changes)
* | | | Bug #57746: Win directory of source distribution - out-of-date files / ↵smenon2010-11-038-150/+26
| | | | | | | | | | | | | | | | support for new files
* | | | Unset the execute bit where it's not needed.Davi Arnaut2010-07-031-0/+0
| | | |
* | | | Another incarnation of the patch for Bug#30708Alexander Nozdrin2010-05-191-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (make relies GNU extentions). The patch was partially backport from 6.0. Original comment: bug#30708: make relies GNU extensions. Now that we no longer use BitKeeper we can safely remove the SCCS handling with no loss of functionality.
* | | | Fix configure.js : set the variabes in cache, so they can overwrite cache ↵Vladislav Vaintroub2010-02-201-12/+12
| | | | | | | | | | | | | | | | variables in CMakeLists.txt
* | | | mergeVladislav Vaintroub2010-02-061-3/+3
|\ \ \ \
| * \ \ \ Manual merge from mysql-5.1-bugteam.Alexander Nozdrin2010-02-031-3/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: - configure.in - mysql-test/include/setup_fake_relay_log.inc - sql/sql_select.cc
| | * | | Adjuster the parsing of "configure.in" version number lineKent Boortz2010-02-031-3/+3
| | | | |
* | | | | WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-0/+1
|/ / / /
* | | | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-043-9/+363
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | bzr branch mysql-5.1-performance-version mysql-trunk # Summit cd mysql-trunk bzr merge mysql-5.1-innodb_plugin # which is 5.1 + Innodb plugin bzr rm innobase # remove the builtin Next step: build, test fixes.
| * | | Fixed build failures.Sergey Vojtovich2009-06-181-2/+1
| | | |
| * | | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-103-8/+364
| | | | | | | | | | | | | | | | | | | | Remove custom DLL loader code from innodb plugin code, use symbols exported from mysqld.
* | | | Merge MySQL 5.1.35 into MySQL 5.4Mikael Ronstrom2009-06-111-2/+3
|\ \ \ \ | |/ / /
| * | | Bug #44353 build-v9.bat is missing in source archiveAnurag Shekhar2009-04-241-2/+3
| | | | | | | | | | | | | | | | Entry for build-vs9.bat and build-vs9_x64.bat was missing in win/Makefile.am. Added the entries to fix the problem.
* | | | Add support for Atomic instructions for WindowsMikael Ronstrom2009-03-062-0/+2
|/ / / | | | | | | Enables Google patch support on Windows
* | | Bug#38784: Mysql server crash if table is altered with partition changes.Mattias Jonsson2008-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | Occurred with EXTRA_DEBUG on windows. Problem was insufficient length of a local variable that stored path names. Solution was to use the correct length.
* | | Auto merge 5.1-build -> 5.1-bugteamTimothy Smith2008-09-101-1/+11
|\ \ \
| * \ \ Merge from mysql-5.0-buildKent Boortz2008-08-291-1/+11
| |\ \ \ | | | |/ | | |/|
| | * | Handle that version "level" might contain "sp1", "a".....Kent Boortz2008-08-291-1/+11
| | | |
* | | | mergeVladislav Vaintroub2008-09-012-0/+36
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug #33907 : Errors compiling mysql with Microsoft Visual C++ Express 2008Vladislav Vaintroub2008-08-212-0/+36
| |/ | | | | | | | | | | - Cherry pick 6.0 changes for Visual Studio 2008 support - Add scripts win\build-vs9.bat and win\build-vs9_x64.bat Also, remove CMake generated visual studio project files.
| * BUG#25340df@pippilotta.erinye.com2008-03-271-0/+2
| |
| * Merge ramayana.hindu.god:/home/tsmith/m/bk/50tsmith@ramayana.hindu.god2007-09-282-0/+42
| |\ | | | | | | | | | into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintiggy@alf.(none)2007-09-221-2/+35
| |\ \ | | | | | | | | | | | | into alf.(none):/src/bug15327/my50-bug15327
| | * | Bug #15327: configure: --with-tcp-port option being partially ignorediggy@alf.(none)2007-09-211-2/+35
| | | | | | | | | | | | | | | | | | | | make sure that if builder configured with a non-standard (!= 3306) default TCP port that value actually gets used throughout.
* | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/51tsmith@ramayana.hindu.god2007-09-281-2/+35
|\ \ \ \ | | | | | | | | | | | | | | | into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
| * | | | Bug #15327: configure: --with-tcp-port option being partially ignorediggy@alf.(none)2007-09-211-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | make sure that if builder configured with a non-standard (!= 3306) default TCP port that value actually gets used throughout.
* | | | | Merge production.mysql.com:/usersnfs/jperkin/bk/trees/50/push-5.0jperkin@production.mysql.com2007-09-072-0/+42
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | into production.mysql.com:/usersnfs/jperkin/bk/trees/51/push-5.1
| * | | Adding batch files for building with nmake make filesrburnett/Administrator@xp64.2007-09-052-0/+42
| |/ /
| * | CMakeLists.txt, README, configure.jskent@mysql.com/kent-amd64.(none)2007-08-032-3/+1
| | | | | | | | | | | | | | | Several adjustments to make client libraries pass the link test on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
* | | CMakeLists.txt (many), win/README, mysql_manifest.cmake, configure.js:kent@mysql.com/kent-amd64.(none)2007-08-063-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional changes for bug#29903 - Changed to do embedded build part as normal build, when WITH_EMBEDDED_SERVER is set. - Allow both normal and debug build with embedded. - Build static embedded library by pointing out all source and compile it all, i.e. not building libraries from libraries, not portable. - Let embedded use generated files from the "sql" directory, added dependencies to make sure built before embedded. - Mark library "dbug" in TARGET_LINK_LIBRARIES() with "debug", so only linked in when debug target is used. - Removed change of target name with "mysqld${MYSQLD_EXE_SUFFIX}", as others can't depend on it, not defined at configure time. Instead set the output file name. - Created work around for bug in CMake 2.4.6 and output names, to set the "mysqld<suffix>.pdb" name to the same base name. - Set the correct manifest "name" (patch by iggy)
* | | Bug#29903 The CMake build method does not produce the embedded library.iggy@amd64.(none)2007-08-031-0/+15
| | | | | | | | | | | | - Changes to correct and test Windows embedded build.
* | | Bug#24732 Executables do not include Vista manifestsiggy@amd64.(none)2007-07-251-1/+3
| | | | | | | | | | | | - Required manual merge.
* | | Merge amd64.(none):/src/bug24732/my50-bug24732iggy@amd64.(none)2007-07-252-4/+5
|\ \ \ | |/ / | | | | | | into amd64.(none):/src/bug24732/my51-bug24732
| * | Bug#24732 Executables do not include Vista manifestsiggy@amd64.(none)2007-07-253-5/+7
| | | | | | | | | | | | - Sign executables with MySQL AB security certificate.
| * | CMakeLists.txt, configure.js:kent@mysql.com/kent-amd64.(none)2007-07-181-0/+1
| |/ | | | | | | Allow to set mysqld exe suffix