- 18 Jan, 2010 6 commits
-
-
Vladislav Vaintroub authored
They are probably sometimes used by the bteam
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
just in case old linux is used, add _GNU_SOURCE preprocessor constant to be able to see pthread_rwlock_t
-
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)
-
Alexander Nozdrin authored
for regular PB builds.
-
Alexander Nozdrin authored
-
- 16 Jan, 2010 2 commits
-
-
Vladislav Vaintroub authored
Init MY_PTHREAD_MUTEX_FAST prior to first usage to avoid crash on FreeBSD
-
Vladislav Vaintroub authored
storage/innobase/CMakeLists.txt: Bring innobase's CMakeLists.txt in sync with latest plug.in (fix preprocessor macro names and feature tests). Thanks to Vasil Dimov for spotting this.
-
- 15 Jan, 2010 4 commits
-
-
Vladislav Vaintroub authored
honor OUTPUT_NAME in MERGE_LIBRARIES macro
-
Kent Boortz authored
-
unknown authored
Problem: The test case failed because: (i) warning text in result file differed from the warning output by the server, and (ii) binlog contents in result file did not show the statements logged wrapped in BEGIN/COMMIT as it is the case after WL 2687. Solution: We update the result file, but first we change the unsafe warning text to also refer to performance_schema table(s). This required changing the result files for existing test cases that provide output for warnings related to ER_BINLOG_UNSAFE_SYSTEM_TABLE. "Grepping" in result files, shows that only binlog_unsafe contained reference to such a warning. We also update the result file with the missing BEGIN/COMMIT statements.
-
Vladislav Vaintroub authored
-
- 14 Jan, 2010 13 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
DISABLE_MYSQL_THREAD_H for strings Also, enable unittests for perfschema
-
Alfranio Correia authored
-
Alfranio Correia authored
-
Alfranio Correia authored
Conflicts: Text conflict in sql/sql_insert.cc
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Alfranio Correia authored
-
Alfranio Correia authored
STMT mode aborts the SQL Thread if it receives changes in ROW mode and such changes are not processed.
-
Alexander Nozdrin authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 13 Jan, 2010 15 commits
-
-
Luis Soares authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
add WITH_MYSQLD_LIBS for extra linker flags for mysqld
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Alfranio Correia authored
-
Mats Kindahl authored
-
Mats Kindahl authored
-
Mats Kindahl authored
-
Vladislav Vaintroub authored
-
Alfranio Correia authored
Conflicts: Text conflict in sql/log.cc Text conflict in sql/slave.cc Text conflict in sql/sql_base.cc
-
Mats Kindahl authored
replicating Replace c_ptr() calls with c_ptr_safe() calls to avoid valgrind warnings. Adding code to to handle the case that no metadata was present in the table map for the column. Allow first parameter to unpack_row() to be NULL, in which case no source tables is used and hence no checks nor conversions are done. Clarifying some comments and fixing documentation for unpack_row().
-