- 20 Apr, 2013 3 commits
-
-
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 16 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
-
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
-
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 10 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.
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
-
- 16 Apr, 2013 6 commits
-
-
Igor Babaev authored
-
unknown authored
-
Sergei Golubchik authored
(also fixes a bug with unaccounted table names like #sql-123, see drop and alter_table tests)
-
unknown authored
- Fix embedded build - Backport disable of fallocate, it creates too short ibdata1 when used with O_DIRECT on old kernels - Do not disable innodb during .deb install, we need it for mysql.rpl_slave_state table.
-
unknown authored
-
Sergei Golubchik authored
-