- 11 Dec, 2009 1 commit
-
-
Vladislav Vaintroub authored
Rerun dtrace -G on all objects that can contan dtrace probes (also objects that are part of static libs) before linking mysqld to produce dtrace_probes_all.o and link dtrace_probes_all.o with mysqld This ugly workaround was inspired by handling dtrace using autotools.
-
- 10 Dec, 2009 4 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 09 Dec, 2009 2 commits
-
-
Vladislav Vaintroub authored
-
vvaintroub authored
configuration names
-
- 08 Dec, 2009 2 commits
-
-
Alexander Nozdrin authored
-
Vladislav Vaintroub authored
-
- 07 Dec, 2009 11 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
empty element produces a warning)
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Alexander Nozdrin authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
and --Wl,--as-needed (all shared modules). The later will remove unused dependencies (also from gcc and C++ runtime)
-
- 05 Dec, 2009 6 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
CMake finds it as it is expored by system libraries, though attempts to use it will result bring a warning. Fix by using CHECK_SYMBOL_EXISTS instead of CHECK_FUNCTION_EXISTS
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
in include/atomic/solaris.h
-
Marc Alff authored
Part II, engines instrumentation
-
- 04 Dec, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 03 Dec, 2009 2 commits
-
-
Konstantin Osipov authored
-
Marc Alff authored
-
- 02 Dec, 2009 4 commits
-
-
Vladislav Vaintroub authored
-
Marc Alff authored
-
Vladislav Vaintroub authored
-
Alexander Nozdrin authored
-
- 01 Dec, 2009 7 commits
-
-
Andrei Elkin authored
Text conflict in mysql-test/collections/default.experimental Text conflict in mysql-test/r/show_check.result Text conflict in mysql-test/r/sp-code.result Text conflict in mysql-test/suite/binlog/r/binlog_tmp_table.result Text conflict in mysql-test/suite/rpl/t/disabled.def Text conflict in mysql-test/t/show_check.test Text conflict in mysys/my_delete.c Text conflict in sql/item.h Text conflict in sql/item_cmpfunc.h Text conflict in sql/log.cc Text conflict in sql/mysqld.cc Text conflict in sql/repl_failsafe.cc Text conflict in sql/slave.cc Text conflict in sql/sql_parse.cc Text conflict in sql/sql_table.cc Text conflict in sql/sql_yacc.yy Text conflict in storage/myisam/ha_myisam.cc Corrected results for stm_auto_increment_bug33029.reject 2009-12-01 20:01:49.000000000 +0300 <andrei> @@ -42,9 +42,6 @@ <andrei> RETURN i; <andrei> END// <andrei> CALL p1(); <andrei> -Warnings: <andrei> -Note 1592 Statement may not be safe to log in statement format. <andrei> -Note 1592 Statement may not be safe to log in statement format. There should be indeed no Note present because there is in fact autoincrement top-level query in sp() that triggers inserting in yet another auto-inc table. (todo: alert DaoGang to improve the test).
-
Vladislav Vaintroub authored
-
Alexander Nozdrin authored
mysqld crashed in network_init()). The problem was that current_thd was not ready at that point in mysqld life, so ER() macro could not be used. The fix is to use ER_DEFAULT() macro, which is intented for such cases.
-
Vladislav Vaintroub authored
(COMPILE_FLAGS-NOTFOUND)
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
- Fix semisync library prefix (remove lib on Unixes) - restrict exported symbols from zlib and yassl (fvisibility=hidden)
-
Marc Alff authored
Part 1: Instrumentation interface
-