- 22 Apr, 2013 1 commit
-
-
Sergei Golubchik authored
-
- 21 Apr, 2013 5 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.
-
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
-
- 20 Apr, 2013 5 commits
-
-
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.
-
- 19 Apr, 2013 18 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.
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/tbl.result mysql-test/suite/connect/t/tbl.test
-
unknown authored
-
Olivier Bertrand authored
added: storage/connect/connect.cnf modified: mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/t/dir.test sql/sql_parse.cc sql/sql_parse.h storage/connect/CMakeLists.txt win/packaging/CPackWixConfig.cmake
-
Olivier Bertrand authored
By adding the option_list='port=$PORT' in the table create statement. modified: mysql-test/suite/connect/r/tbl.result mysql-test/suite/connect/t/tbl.test
-
Vladislav Vaintroub authored
MDEV-4398 - remove incorrect fix, replace with correct one - change default to OFF for innodb_use_fallocate
-
Alexander Barkov authored
Applying a patch from SerG fixing this problem. modified: mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/t/dir.test
-
Sergei Golubchik authored
and move the connect suite into storage/connect/
-
- 18 Apr, 2013 5 commits
-
-
Sergei Golubchik authored
-
Alexander Barkov authored
embedded server, to make connect engine work with embedded server dynamically. modified: sql/sql_parse.cc sql/sql_parse.h
-
unknown authored
-
Igor Babaev authored
-
Igor Babaev authored
-
- 17 Apr, 2013 6 commits
-
-
Igor Babaev authored
tables retrieved by range scans. Added comments forgotten in the previous patch.
-
Michael Widenius authored
mysql_options() with MYSQL_OPT_USE_THREAD_SPECIFIC_MEMORY include/mysql.h: Added MYSQL_OPT_USE_THREAD_SPECIFIC_MEMORY include/mysql.h.pp: Updated file sql-common/client.c: Marked client memory as THREAD_SPECIFIC sql/event_db_repository.cc: Fixed compiler warning sql/slave.cc: Marked client memory as THREAD_SPECIFIC storage/federatedx/federatedx_io_mysql.cc: Marked client memory as THREAD_SPECIFIC storage/federatedx/ha_federatedx.cc: Marked client memory as THREAD_SPECIFIC storage/sphinx/ha_sphinx.cc: Marked client memory as THREAD_SPECIFIC
-
Michael Widenius authored
sql/keycaches.cc: Added free_all_rpl_filters() to be able to free all filters at cleanup sql/keycaches.h: Added prototype sql/rpl_rli.cc: Fixed compiler warning sql/slave.cc: Free all rpl_filters at cleanup sql/sp.cc: Fixed compiler warning when not all struct elements was initialized sql/sql_acl.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_events_waits.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_events_waits_summary.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_ews_global_by_event_name.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_file_instances.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_file_summary.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_performance_timers.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_setup_consumers.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_setup_instruments.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_setup_timers.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_sync_instances.cc: Fixed compiler warning when not all struct elements was initialized storage/perfschema/table_threads.cc: Fixed compiler warning when not all struct elements was initialized storage/xtradb/os/os0file.c: Fixed compiler warning when not all struct elements was initialized
-
Igor Babaev authored
-
Alexander Barkov authored
Renaming dashed name to underscored name: connect-engine -> connect_engine
-
Vladislav Vaintroub authored
Also, do not use /MP option when compiling CONNECT (incompatible with COM #import directive) Also, fix ODBC_LIBRARY to be a list on Windows, not string with spaces inside.
-