- 10 Jan, 2012 1 commit
-
-
Vladislav Vaintroub authored
-
- 09 Jan, 2012 3 commits
-
-
Vladislav Vaintroub authored
Packagers may attempt to outsmart MariaDB/MySQL build system -DBUILD_SHARED_LIBS=1, we need to minimize the damage of such attempts.
-
Vladislav Vaintroub authored
-
unknown authored
-
- 07 Jan, 2012 1 commit
-
-
Sergei Golubchik authored
geometry fields are blobs too.
-
- 06 Jan, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 05 Jan, 2012 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 06 Jan, 2012 1 commit
-
-
Vladislav Vaintroub authored
- ensure that mtr supressions table is flushed before doing controlled crash and restart - use DBUG_SUICIDE() rather than abort() in partition tests - avoids a crash message/warning - disable perfschema all_instances test on Windows- there are legitimate reasons for output to be different on Unix (some different threads, some different locks), the differences are expected to grow in the future, e.g with threadpool.
-
- 04 Jan, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 02 Jan, 2012 4 commits
-
-
Vladislav Vaintroub authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
- 30 Dec, 2011 2 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Note: to build with -fno-rtti as we currently build the server, boost version 1.45 or later is required. (without -fno-rtti, 1.40 is enough)
-
- 28 Dec, 2011 2 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Fix oqgraph build . Plugin does not need rtti, and does not load if rtti compile settings are different from server's
-
- 27 Dec, 2011 5 commits
-
-
Vladislav Vaintroub authored
-
Michael Widenius authored
-
Michael Widenius authored
Fixed memory leak printing when doing 'mysqld --version', 'mysqld --debug --help' and 'mysqld --debug --help --verbose' mysys/my_init.c: Moved checking if we should call DBUG_END() before my_thread_end() as otherwise we will not free DBUG variables and files. mysys/thr_lock.c: Fixed compiler warning sql/mysqld.cc: Fixed memory leaks when using mysqld --help and mysqld --version Added --debug as an option that works for all builds. For non debug builds we now get a warning. strings/dtoa.c: Fixed valgrind warning (c could contain data outside of the given string)
-
Vladislav Vaintroub authored
Patch by elenst
-
Vladislav Vaintroub authored
Contributed by Maarten Vanraes (AL13N) Fix things so that chains of certificates work in the server and client certificate files. This only really works for OpenSSL-based builds, as yassl is unable to read multiple certificates from a file. The patch below to yassl/src/ssl.cpp doesn't fix that, but just arranges that the viosslfactories.c patch won't have any ill effects in a yassl build.
-
- 26 Dec, 2011 2 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
it is a static library that links with shared libraries, so strictly speaking it should have -fPIC or equivalent flags. Also, it must always build as static no matter whether BUILD_SHARED_LIBS is set.
-
- 21 Dec, 2011 2 commits
-
-
Sergei Golubchik authored
that caused the default value to be written into an arbitrary location inside global_system_variables
-
Vladislav Vaintroub authored
-
- 16 Dec, 2011 1 commit
-
-
unknown authored
-
- 15 Dec, 2011 7 commits
-
-
Sergei Golubchik authored
* MYSQL_MAINTAINER_MODE and SAFEMALLOC take values ON/OFF/AUTO (in all builds, in none, only in debug and platform dependent) * ./configure prefers RelWithDebInfo unless the user overrides
-
Sergei Golubchik authored
(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
-
Sergei Golubchik authored
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
- 14 Dec, 2011 5 commits
-
-
unknown authored
Files copied from Percona-Server-5.5.17-rel22.1.tar.gz source tarball.
-
unknown authored
Fix typo causing too low timeout value for wait_for_slave_param.inc. Fix binlog checksums following 5.5 merge. Make sure the rpl suite can run with --mysqld=--binlog-checksum=CRC32 Fix a number of problems in the code when checksums are enabled.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
give mysqld more time to start under valgrind
-
Sergei Golubchik authored
fix safemalloc to compile w/o libbfd. CMakeLists.txt: NOT_FOR_DISTRIBUTION option cmake/readline.cmake: simplify libedit/readline detection. never use bundled libedit. use system readline v6 only if NOT_FOR_DISTRIBUTION=1 configure.cmake: use libbfd only if NOT_FOR_DISTRIBUTION=1 include/my_stacktrace.h: link with libbfd even w/o safemalloc.
-