- 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.
-
- 13 Dec, 2011 1 commit
-
-
Sergei Golubchik authored
-
- 12 Dec, 2011 2 commits
-
-
Sergei Golubchik authored
* rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
-
Sergei Golubchik authored
remeber a real backtrace for every allocation. make safemalloc to tract C++ new/delete too. collateral fixes to make the test suite pass.
-
- 11 Dec, 2011 1 commit
-
-
Sergei Golubchik authored
-
- 02 Dec, 2011 1 commit
-
-
Sergei Golubchik authored
-
- 08 Dec, 2011 1 commit
-
-
unknown authored
-
- 05 Dec, 2011 1 commit
-
-
unknown authored
-
- 02 Dec, 2011 4 commits
-
-
Sergei Golubchik authored
-
Vladislav Vaintroub authored
- leaking mutex in lf_hash_destroy - pthread_getspecific() before pthread_key_create() in my_thread_var_dbug() (called by static C++ object constructors called in sys_vars) - perfschema destroys mutexes that were not created.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Default to no SAFEMALLOC on Windows, because C runtime malloc has this functionslity already
-
- 29 Nov, 2011 2 commits
-
-
Vladislav Vaintroub authored
Replace statements connected with bitwise OR with series of "if"s. The later is guaranteed to execute in order, bitwise OR does not have specific order for statement execution.
-
Vladislav Vaintroub authored
-
- 28 Nov, 2011 6 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 27 Nov, 2011 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
cmake/maintainer.cmake: don't do -Werror just yet config.h.cmake: according to MSDN PSAPI_VERSION should be 1 in a portable application mysys/my_thr_init.c: first, reset THR_KEY_mysys, and then free dbug data, because dbug data are automacially created on the next dbug call, unless THR_KEY_mysys is null.
-
Sergei Golubchik authored
-
- 26 Nov, 2011 1 commit
-
-
Vladislav Vaintroub authored
-