An error occurred fetching the project authors.
- 15 Jul, 2010 1 commit
-
-
Davi Arnaut authored
mysql_config. Those are mainly warning options intended to monitor the server code and shouldn't be leaked to client code.
-
- 05 Jul, 2010 3 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
Use CMAKE_*_FLAGS_RELWITHDEBINFO for C*FLAGS expansion, they are the most likely to contain the flags we need.
-
Jonathan Perkin authored
while restarting server TARGET_LINUX must be 'true' or 'false'.
-
- 03 Jul, 2010 1 commit
-
-
Davi Arnaut authored
-
- 30 Jun, 2010 1 commit
-
-
Jonathan Perkin authored
-
- 29 Jun, 2010 1 commit
-
-
Jonathan Perkin authored
-
- 28 Jun, 2010 3 commits
-
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
Jonathan Perkin authored
-
- 28 May, 2010 1 commit
-
-
Daniel Fischer authored
-
- 12 May, 2010 1 commit
-
-
Jonathan Perkin authored
- Update/fix file layouts for each package type, add new types for native package formats including deb, rpm and svr4. - Build all plugins, including debug versions - Update compiler flags to match current release - Add missing @VAR@ expansions - Install correct mysqclient library symlinks - Fix icc/ia64 builds - Fix install of libmysqld-debug - Don't include mysql_embedded - Remove unpackaged manual pages to avoid missing files warnings - Don't install mtr's test suite
-
- 27 Apr, 2010 1 commit
-
-
Kent Boortz authored
-
- 01 Apr, 2010 1 commit
-
-
Jonathan Perkin authored
-
- 31 Mar, 2010 1 commit
-
-
Jonathan Perkin authored
-
- 22 Mar, 2010 1 commit
-
-
Joerg Bruehe authored
as found necessary during the release build of 5.5.3-m3.
-
- 19 Mar, 2010 1 commit
-
-
Vladislav Vaintroub authored
- package some more perl scripts on Windows (mysqlhotcopy and mysqldumpslow) - do not try to pack .map files (no more produced) - (CMake-unrelated) fix debug build on FreeBSD, trying to use uninitialized attribute MY_MUTEX_INIT_FAST
-
- 11 Mar, 2010 1 commit
-
-
Vladislav Vaintroub authored
Unquoted ${CMAKE_CPACK_COMMAND} is used in this script. This variable resolves to cpack's real path with spaces, e.g /Applications/CMake 2.6.4-app/Contents/bin/cpack. Script fails due to lack of quotes. Fix is to use quotes around ${CMAKE_CPACK_COMMAND}.
-
- 03 Mar, 2010 1 commit
-
-
Vladislav Vaintroub authored
autotools runs - Fix recognition of --with-debug=full in configure wrapper - Remove CMakeCache.txt in configure wrapper, to match the original - Fix recognition of max-no-ndb - Fix broken dependencies of mysql_fix_privilege_table.sql from mysql_system_tables.sql and mysql_system_tables_fix.sql - Add "distclean target" that informs user about appropriate bzr command
-
- 25 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
The problem was incorrect escaping used inside a strnig : in \"$MYSQLD\" was written as "\MYSQL\" (backslash and quote characters transposed), when defining FIND_PROC variable for BSD or SysV style "ps" command- Additionally fixed obvious code duplication and random naming in CHECK_PID test.
-
- 19 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
- mysql_install_db is in scripts dir now - sql-bench is installed -some extra support-files (e.g ini) are in support-files
-
- 16 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
-
- 10 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
-
- 04 Feb, 2010 1 commit
-
-
Vladislav Vaintroub authored
- Fix to mysql_install_db.pl to the correct place on Windows ( under scripts directory)
-
- 24 Jan, 2010 1 commit
-
-
Vladislav Vaintroub authored
using cmake option INSTALL_LAYOUT=STANDALONE would produce the layout as in tar.gz or zip packages. INSTALL_LAYOUT=UNIX will produce unixish install layout (with mysqld being in sbin subdirectory , libs in lib/mysql etc). This layout is used for RPM packages. Subtle differences in both packages unfortunately lead to the need to recompile MySQL to use with other package type - as otherwise for example default plugins or data directories would be wrong set. There are numerous other variables that allow fine-tuning packaging layout. (INSTALL_BINDIR, INSTALL_LIBDIR , INSTALL_PLUGINDIR etc). This options are different from autotools as they do not expect full paths to directories, but only subdirectory of CMAKE_INSTALL_PREFIX. There are 2 special options that expect full directory paths - MYSQL_DATADIR that defines default MYSQL data directory (autotools equivalent is --localstatedir) - SYSCONFDIR can be added to search my.cnf search path (autotools equivalent is --sysconfdir)
-
- 18 Jan, 2010 1 commit
-
-
Vladislav Vaintroub authored
-lm is sometimes not linked, which causes errors about undefined rint() - FreeBSD embedded library does not link with the flags returned by mysql_config (added -lcrypt to LIBS, whereby causing overlinking in case of normal non-embedded client)
-
- 15 Jan, 2010 1 commit
-
-
Vladislav Vaintroub authored
-
- 14 Jan, 2010 2 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 26 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
(to handle DESTDIR correctly)
-
- 16 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 14 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 09 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 30 Sep, 2009 1 commit
-
-
Vladislav Vaintroub authored
http://lists.mysql.com/commits/57725 Vladislav Vaintroub 2008-11-03 Cleanup CMakeLists.txt(s) - remove winsock2 (ws2_32) from TARGET_LINK_LIBRARIES. Every exe or dll linked with mysys needs ws2_32, because mysys uses winsock function WSAStartup in my_init(). However, there is no need to explicitely add ws2_32 to the list of TARGET_LINK_LIBRARIES multiple times. Visual Studio comes with a handy pragma that tells linker to add library. So patch replaces bunch of ws2_32 in CMakeLists with single pragma comment(lib,"ws2_32") in my_init.c Additionally, reference to non-existing "debug" library has been removed from TARGET_LINK_LIBRARIES. The correct name of the library is "dbug".
-
- 04 Mar, 2008 1 commit
-
-
joerg@trift2. authored
-
- 31 Jan, 2008 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Removed references to deleted "mysql_explain_log" and "mysql_tableinfo"
-
- 28 Dec, 2007 2 commits
-
-
kent@mysql.com/kent-amd64.(none) authored
Added Perl version of script "mysql_secure_installation" make_win_bin_dist: Corrected copy of SQL files to "share" directory
-
kent@mysql.com/kent-amd64.(none) authored
Better Windows support in the scripts directory mysql_config.pl.in, mysql_install_db.pl.in: New Perl version of Unix shell script, mainly for Windows Many files in scripts directory: Use default Perl location "#!/usr/bin/perl" instead of the build host path
-
- 03 Aug, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Several adjustments to make client libraries pass the link test on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
-
- 02 May, 2007 1 commit
-
-
iggy@recycle.(none) authored
-