An error occurred fetching the project authors.
- 21 Mar, 2017 1 commit
-
-
Sergei Golubchik authored
shouldn't have been added in the first place, MariaDB Server is GPLv2
-
- 27 Feb, 2017 1 commit
-
-
Sergei Golubchik authored
It's too plainful to require <my_config.h> to be included first for third-party storage engines. And anyway, some source files might not include <my_config.h> at all, so there is no guarantee that all parts of the binary will see identical definitions of system structures (e.g. struct stat). Define _FILE_OFFSET_BITS on the compiler's command line instead.
-
- 06 Jan, 2017 1 commit
-
-
Vladislav Vaintroub authored
for the default installation. It is now defined as "C:/Program Files/MariaDB ${MYSQL_BASE_VERSION}" which is where installer indeed puts it by default. It still does not cover every case -32bit installer on 64 bit Windows would put installation root under "C:/Program Files (x86)", but better than the path used previously C:/MariaDB${MYSQL_BASE_VERSION}, which was never correct.
-
- 24 Jul, 2016 1 commit
-
-
Rik Prohaska authored
-
- 24 May, 2016 1 commit
-
-
Vladislav Vaintroub authored
-
- 22 Feb, 2016 1 commit
-
-
Vladislav Vaintroub authored
(-DWITHOUT_SERVER=1)
-
- 07 Jan, 2016 1 commit
-
-
Ajo Robert authored
Problem Statement ========= Fix various issues when building MySQL with Visual Studio 2015. Fix: ======= - Visual Studio 2015 adds support for timespec. Add check and related code to use this and only use our replacement if timespec is not defined. - Rename lfind/lsearch to my* to avoid redefinition problems. - Set default value for TMPDIR to "" on Windows as P_tmpdir no longer exists. - using VS definition of snprintf if available - tzname are now renamed to _tzname.
-
- 22 Dec, 2015 1 commit
-
-
Sergey Vojtovich authored
Allow absolute paths for INSTALL_*DIR.
-
- 20 Nov, 2015 2 commits
-
-
Sergei Golubchik authored
-
Nirbhay Choubey authored
wsrep.cmake should be included before cpack_rpm.cmake as it defines WITH_WSREP, required by cpack_rpm.cmake to conditionally include galera helper tools in server package's requires list.
-
- 09 Nov, 2015 1 commit
-
-
Nirbhay Choubey authored
The bitmap implementation defines two template Bitmap classes. One optimized for 64-bit (default) wide bitmaps while the other is used for all other widths. In order to optimize the computations, Bitmap<64> class has defined its own member functions for bitmap operations, the other one, however, relies on mysys' bitmap implementation (mysys/my_bitmap.c). Issue 1: In case of non 64-bit Bitmap class, intersect() wrongly reset the received bitmap while initialising a new local bitmap structure (bitmap_init() clears the bitmap buffer) thus, the received bitmap was getting cleared. Fixed by initializing the local bitmap structure by using a temporary buffer and later copying the received bitmap to the initialised bitmap structure. Issue 2: The non 64-bit Bitmap class had the Iterator missing which caused compilation failure. Also added a cmake variable to hold the MAX_INDEXES value when supplied from the command prompt. (eg. cmake .. -DMAX_INDEXES=128U). Checks have been put in place to trigger build failure if MAX_INDEXES value is greater than 128. Test modifications: * Introduced include/have_max_indexes_[64|128].inc to facilitate skipping of tests for which the output differs with different MAX_INDEXES. * Introduced include/max_indexes.inc which would get modified by cmake to reflect the MAX_INDEXES value used to build the server. This file simply sets an mtr variable '$max_indexes' to show the MAX_INDEXES value, which will then be consumed by the above introduced include file. * Some tests (portions), dependent on MAX_INDEXES value, have been moved to separate test files.
-
- 12 Oct, 2015 1 commit
-
-
Daniel Black authored
-
- 01 Aug, 2015 1 commit
-
-
Sergei Golubchik authored
removed unused directory
-
- 16 Jun, 2015 1 commit
-
-
Balasubramanian Kandasamy authored
-
- 04 May, 2015 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 27 Apr, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 05 Apr, 2015 1 commit
-
-
Sergei Golubchik authored
(one generally should not do that, these messages are printed on every cmake run)
-
- 11 Mar, 2015 1 commit
-
-
Alexey Botchkov authored
* watch for "redefined macro" warning * don't enable -D_FORTIFY_SOURCE=2 in debug builds (it requires -O)
-
- 11 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 10 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 11 Dec, 2014 1 commit
-
-
Tor Didriksen authored
Patch for 5.5
-
- 28 Nov, 2014 1 commit
-
-
Balasubramanian Kandasamy authored
-
- 11 Nov, 2014 2 commits
-
-
Tor Didriksen authored
Use 'git log -1; git branch' rather than 'bzr version-info'
-
Tor Didriksen authored
For 'make dist': only use 'bzr export' if bzr root == ${CMAKE_SOURCE_DIR} Same thing for git.
-
- 04 Nov, 2014 2 commits
-
-
Balasubramanian Kandasamy authored
-
Balasubramanian Kandasamy authored
-
- 13 Oct, 2014 2 commits
-
-
Jon Olav Hauglid authored
Bug#17959689: MAKE GCC AND CLANG GIVE CONSISTENT COMPILATION WARNINGS Bug#18313717: ENABLE -WERROR IN MAINTANER MODE WHEN COMPILING WITH CLANG Bug#18510941: REMOVE CMAKE WORKAROUNDS FOR OLDER VERSIONS OF OS X/XCODE Backport from mysql-5.6 to mysql-5.5
-
Jon Olav Hauglid authored
Bug#17959689: MAKE GCC AND CLANG GIVE CONSISTENT COMPILATION WARNINGS Bug#18313717: ENABLE -WERROR IN MAINTANER MODE WHEN COMPILING WITH CLANG Bug#18510941: REMOVE CMAKE WORKAROUNDS FOR OLDER VERSIONS OF OS X/XCODE Backport from mysql-5.6 to mysql-5.5
-
- 11 Oct, 2014 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
-
- 09 Oct, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 08 Oct, 2014 1 commit
-
-
Sergei Golubchik authored
-
- 02 Oct, 2014 1 commit
-
-
Sergei Golubchik authored
1. move cflags/libs cleanup from mysql_config.sh (runtime) to for_client.cmake (build time). Include/library paths are still calculated at runtime (they depend on the location of mysql_config) 2. Use cleaned-up cflags/libs to generate mariadb.pc 3. remove obsolete @expansions@ from mysql_config (for variables that are never set in cmake files)
-
- 01 Oct, 2014 2 commits
-
-
Sergei Golubchik authored
on CentOS 5 x86 (at least) this results in a binary that cannot load plugins. Draw the line, quite arbitrarily, at gcc 4.6.
-
Sergei Golubchik authored
-
- 30 Sep, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 12 Sep, 2014 1 commit
-
-
Sergei Golubchik authored
don't install them at all
-
- 11 Sep, 2014 1 commit
-
-
Sergei Golubchik authored
-