summaryrefslogtreecommitdiff
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-271-1/+1
|
* Fixed compilations problems and warnings on windowsmonty@mysql.com/narttu.mysql.fi2007-02-231-8/+19
|
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-314-2/+47
| | | | | | | | | | Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Added GPL copyright text my_vle.h, rpl_utility.h, my_vle.c, base64-t.c, rpl_utility.cc: Changed copyright header formatting some plugin_example.c, daemon_example.c: Added "Copyright (C) 2006 MySQL AB" to GPL header
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-0/+15
|\ | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-315-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Deleted old storage directories (introduced by a buggy 5.0 -> 5.1 merge).georg@lmy002.wdf.sap.corp2006-09-211-1/+1
| | | | | | | | Fix for win/Makefile.am
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-09-051-0/+6
|\ \ | |/ | | | | into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
| * Additional files for cmake supportgeorg@lmy002.wdf.sap.corp2006-08-316-0/+288
|
* Removed warnings for Windows build issues. Edited Windows README to remove ↵brian@zim.(none)2006-08-142-33/+0
| | | | reference to BDB.
* Fixing false alarm errors on windows build from a clean clone.elliot@mysql.com2006-06-152-2/+2
|
* Update readme file with instructions for VCExpress and Platform SDKmsvensson@shellback.2006-04-101-0/+5
|
* Fix files not removed from make dist when deleted.knielsen@mysql.com2006-03-281-1/+1
|
* Clean up CMake configuration following review.knielsen@mysql.com2006-03-283-447/+86
|
* Manual merge.knielsen@mysql.com2006-03-284-20/+154
|\
| * Some changes to make it possible to build for Windows with CMake fromknielsen@mysql.com2006-03-241-0/+21
| | | | | | | | a normal 'make dist' source .tar.gz.
| * Updated CMake stuff to handle the configurations needed for releaseknielsen@mysql.com2006-03-233-20/+133
| | | | | | | | builds.
* | removed handlerton-win.ccreggie@big_geek.2006-03-271-1/+21
|/ | | | | now using CONFIGURE_FILE and INCLUDE to generate handlerton.cc and to set the definitions based on the storage engines given on the command line
* Fix Windows CMake dependency problem.knielsen@mysql.com2006-03-161-7/+2
|
* Removed calls to deploy.bat from the build scripts since the cmake scripts ↵Reggie@xgeek.2006-03-152-10/+0
| | | | | | | | are now out in the target directories.
* Moved cmake scripts into the proper directoriesReggie@xgeek.2006-03-1521-537/+0
|
* README:Reggie@xgeek.2006-03-151-0/+75
| | | | new file
* sql:Reggie@xgeek.2006-03-151-2/+2
| | | | removed double entries for sql_yacc.* and added -p MYSQL define to call to bison
* base:Reggie@xgeek.2006-03-131-3/+3
| | | | Fixed problem where taocrypt was defined too early in the process
* Some cmake script fixesreggie@big_geek.2006-03-037-14/+12
|
* Windows compile fixes.knielsen@mysql.com2006-02-281-1/+1
|
* Add CMake targets for missing stuff for release build.knielsen@mysql.com2006-02-247-2/+88
|
* Merge mysqldev@win2003-x86:my/mysql-5.1-newknielsen@mysql.com2006-02-223-4/+34
|\ | | | | | | into mysql.com:/usr/local/mysql/tmpbuild-5.1
| * Changes to make testsuite run in CMake build tree.knielsen@mysql.com2006-02-102-2/+32
| |
| * Explicit cscript.exe execution of .js files.knielsen@mysql.com2006-02-101-2/+2
| |
* | BUG #15408 - Partitions: subpartition names are not uniquereggie@linux.site2006-02-211-1/+1
| |
* | BUG#15408: Partitions: subpartition names are not uniquereggie@big_geek.2006-02-161-1/+1
|/ | | | | | Also, moved some of the code out of handler.h and into partition specific files for better separation. Also, moved some of the C funcs into partition_info as formal C++ methods
* added cmake file for instance managerreggie@big_geek.2006-02-083-2/+18
|
* cmakefiles cleanupreggie@big_geek.2006-02-084-27/+53
|
* cmake corrections to fix compiling on visual 7.1reggie@big_geek.2006-02-0711-68/+84
|
* a few corrections necessary for the win32 folder renamereggie@big_geek.2006-01-315-6/+16
|
* change win32 to winreggie@big_geek.2006-01-312-6/+6
|
* initial cmake fileset. It is not production ready but stable enough to ↵reggie@big_geek.2006-01-3123-0/+779
start working with