- 30 Sep, 2013 1 commit
-
-
Alexander Barkov authored
libmysqld.a(pcre_exec.c.o): relocation R_X86_64_32S against `_pcre_ucd_stage1' can not be used when making a shared object; make[2]: Leaving directory `/mnt/buildbot/build/mariadb-10.0.3' recompile with -fPIC Changing ADD_LIBRARY(pcre) to ADD_CONVENIENCE_LIBRARY(pcre)
-
- 27 Sep, 2013 4 commits
-
-
Alexander Barkov authored
from pcre/CMakeLists.txt
-
Alexander Barkov authored
- do not install anything from pcre library - do not build the c++ library
-
Alexander Barkov authored
"PCRE_STATIC" must be defined before including pcre.h to avoid linking errors: - unresolved external symbol __imp_regerror - unresolved external symbol __imp_pcre_exec
-
Alexander Barkov authored
-
- 26 Sep, 2013 1 commit
-
-
Alexander Barkov authored
-
- 25 Sep, 2013 3 commits
- 24 Sep, 2013 1 commit
-
-
Vladislav Vaintroub authored
Bundled jemalloc can only be on Linux and OSX without problems. On BSDs, build fails because make does not understand GNU extensions (also BSDs do not need jemalloc, it is already system malloc). On Solaris, build fails with compile error.
-
- 23 Sep, 2013 3 commits
-
-
Vladislav Vaintroub authored
-
Michael Widenius authored
-
Michael Widenius authored
- Better error message when using huge pages - Fixed link error - Test suite should run even on system with huge pages storage/tokudb/ft-index/cmake_modules/TokuThirdParty.cmake: Fixed that linking works on systems that uses lib64 storage/tokudb/ft-index/portability/huge_page_detection.cc: Better error message storage/tokudb/mysql-test/rpl/suite.pm: Test suite should run even on system with huge pages storage/tokudb/mysql-test/tokudb/suite.pm: Test suite should run even on system with huge pages
-
- 20 Sep, 2013 1 commit
-
-
Sergei Golubchik authored
-
- 19 Sep, 2013 6 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
read also [mariadb_safe] section. modify the manpage accordingly (and remove a netware-specific option from it)
-
Sergei Golubchik authored
MDEV-5035 debian package conflict libmariadbclient18 5.5.33+maria-1~wheezy vs. mariadb-server-5.3 5.3.12-mariadb122~wheezy
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 18 Sep, 2013 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Don't fail when an frm is inconsistent (legacy DB_TYPE_xxx code doesn't match the engine name), use the engine name, ignore the legacy code.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
don't set TABLE_SHARE::keys before TABLE_SHARE::key_info is set, otherwise an error might leave only the first property set and it will confuse TABLE_SHARE::destroy()
-
- 17 Sep, 2013 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Added --init-command argument to mysqlslap: SQL Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.
-
- 23 Sep, 2013 2 commits
-
-
Sergey Petrunya authored
-
unknown authored
-
- 20 Sep, 2013 2 commits
-
-
Vladislav Vaintroub authored
-
Sergey Petrunya authored
- The crash was caused because the optimizer called handler->multi_range_read_info() on a derived temporary table. That table has been created, but not opened yet. Because of that, handler::table was NULL, which caused crash. Fixed by changing DS-MRR methods to use handler::table_share instead. handler::table_share is set in handler ctor, so this should be safe.
-
- 17 Sep, 2013 2 commits
-
-
Sergey Vojtovich authored
-
Sergey Vojtovich authored
-
- 16 Sep, 2013 6 commits
-
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
- issue proper error message if query id is not found - do not allow kill query id 0 - fixed ps-protocol and embedded tests
-
Alexander Barkov authored
pending merges: Alexander Barkov 2013-09-16 backport from 10.0
-
Alexander Barkov authored
mtr can crash occasionally. This happens when mtr sends to a child mtr process (or vice-versa) a packet, that gets truncated or, perhaps, split in two. Then the other side cannot deserialize it and fails as above.
-
Alexander Barkov authored
-
Alexander Barkov authored
Adding tests only. The problem was earlier fixed by MDEV-4724 Some temporal functions do not preserve microseconds
-