- 29 Apr, 2013 2 commits
-
-
unknown authored
-
unknown authored
When the slave connects, the master skips binlog event groups until it reaches the position requested by the slave. To identify event groups, it needs to detect COMMIT events. But this detection did not correctly handle binlog checksums, so could incorrectly skip extra groups due to not detecting the end of an event group.
-
- 28 Apr, 2013 1 commit
-
-
Alexander Barkov authored
set(CMAKE_REQUIRED_INCLUDES ${ODBC_INCLUDE_DIR}) was missing before the recently added CHECK_CXX_SOURCE_COMPILES() modified: storage/connect/CMakeLists.txt
-
- 25 Apr, 2013 2 commits
-
-
Alexander Barkov authored
on the build machine. So put them into the deb packages optionally. Additionally, fixing cassandra/CMakeLists.txt to work with thrift installed in /opt/local and /opt. It was supposed to work, but did not work actually. Only thrift installed in /usr or /usr/local worked. renamed: debian/dist/Debian/mariadb-server-10.0.files => debian/dist/Debian/mariadb-server-10.0.files.in debian/dist/Ubuntu/mariadb-server-10.0.files => debian/dist/Ubuntu/mariadb-server-10.0.files.in modified: .bzrignore CMakeLists.txt storage/cassandra/CMakeLists.txt storage/cassandra/cassandra_se.cc storage/cassandra/gen-cpp/Cassandra.h storage/cassandra/gen-cpp/cassandra_types.h storage/oqgraph/CMakeLists.txt debian/dist/Debian/mariadb-server-10.0.files.in debian/dist/Ubuntu/mariadb-server-10.0.files.in
-
unknown authored
Server shutdown timeout of 10 seconds in test cases is too little for heavily loaded test servers. Fix innodb_bug12902967 to not fail with wrong error log output if we have warnings about too few AIO handles for InnoDB. Fix typo which could lead to unnecessarily replacing GTID event with dummy event.
-
- 24 Apr, 2013 2 commits
-
-
Alexander Barkov authored
packages (they were unintentionally removed while moving ha_connect.so into a separate package). modified: debian/dist/Debian/mariadb-server-10.0.files debian/dist/Ubuntu/mariadb-server-10.0.files
-
unknown authored
The slave dump thread running on the master only checked thd->killed whenever it reached the end of a binlog file, not between events. This could unnecessarily delay server shutdown. This was found by code inspection while tracking down some occasional "forcing close of thread..." errors in Buildbot. Hopefully this will fix the failures, but the fix is correct in any case. Also increase the wait during server shutdown, 2 seconds is a bit tight in case of heavy I/O stall, and it seems better to delay shutdown a bit than force-kill threads unnecessarily. Also fix some races in test cases that restart the mysqld server. The .expect file should be changed with --append_file, --remove_file + --write_file creates a short window where mysqld can error out due to .expect file missing.
-
- 23 Apr, 2013 1 commit
-
-
Igor Babaev authored
-
- 22 Apr, 2013 5 commits
-
-
Igor Babaev authored
-
unknown authored
-
Igor Babaev authored
-
unknown authored
-
Sergei Golubchik authored
-
- 21 Apr, 2013 8 commits
-
-
Alexander Barkov authored
who has two different incompatible copies of zlib installed: (in /usr and in /usr/local). cmake errorneously chose *.h file from /usr/local/include, while zlib.a/zlib.so from /usr/lib/. Compilation failed because of a missing symbol gzopen64. modified: @ cmake/zlib.cmake Removing the line (as suggested by Vlad) which made cmake choose the wrong library. Note: this line used to be a hack for old HP machines, it's not needed anymore.
-
unknown authored
-
unknown authored
-
Alexander Barkov authored
modified: @ storage/cassandra/CMakeLists.txt Renaming the package "CassandraSE" to "cassandra-engine", as agreed during Lisbon meeting. @ storage/connect/CMakeLists.txt Removing an unused line
-
Sergei Golubchik authored
increase the version.
-
Alexander Barkov authored
error: too many initializers for `tm' modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
(e.g. sol10-64 in build bot). modified: storage/connect/CMakeLists.txt
-
Igor Babaev authored
-
- 20 Apr, 2013 8 commits
-
-
unknown authored
-
Igor Babaev authored
-
Alexander Barkov authored
(the format changed during Sergei's merge of the connect engine and discovery) modified: storage/connect/mysql-test/connect/r/odbc_xls.result
-
Alexander Barkov authored
added: debian/mariadb-connect-engine-10.0.files modified: cmake/build_configurations/mysql_release.cmake debian/dist/Debian/control debian/dist/Debian/mariadb-server-10.0.files debian/dist/Ubuntu/control debian/dist/Ubuntu/mariadb-server-10.0.files pending merges: Alexander Barkov 2013-04-20 Adding mariadb-connect-engine-10.0 deb packa... Alexander Barkov 2013-04-19 Removing the connect engine from mariadb...
-
Alexander Barkov authored
added: debian/mariadb-connect-engine-10.0.files modified: debian/dist/Debian/control debian/dist/Ubuntu/control
-
Alexander Barkov authored
modified: @ mysql-test/r/mysqld--help.result @ mysql-test/t/mysqld--help.test Supressing information about "--connect" in "mysqld --help" output, as it depends on the build parameters. As a side effect information about --connect-timeout is now also suppressed :( @ storage/connect/CMakeLists.txt Removing gcc warning switches that do not exists in some older gcc versions. @ storage/connect/ha_connect.cc Adding a quick fix: cast from "const char *" to "char *". Olivier should do a better fix eventually.
-
Igor Babaev authored
Fixed a wrong result from mysqld--help.test.
-
Igor Babaev authored
This bug in the code of get_column_range_cardinality() could lead to wrong estimates of number of records in ranges for non-nullable columns.
-
- 19 Apr, 2013 11 commits
-
-
Alexander Barkov authored
odbc_sqlite3 failed. Fixed. modified: storage/connect/ha_connect.cc storage/connect/mysql-test/connect/r/odbc_sqlite3.result storage/connect/mysql-test/connect/t/odbc_sqlite3.test
-
Alexander Barkov authored
as it needs unixODBC and libxml2 as dependencies modified: cmake/build_configurations/mysql_release.cmake debian/dist/Debian/mariadb-server-10.0.files debian/dist/Ubuntu/mariadb-server-10.0.files
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Adaptation to new API, small simplifications and bug fixes
-
Sergei Golubchik authored
-
Sergei Golubchik authored
just like other String::append() methods do
-
Sergei Golubchik authored
field options from SELECT clause to CREATE
-
Sergei Golubchik authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Rename connect_engine component back to connect-engine.
-
unknown authored
-