- 13 May, 2013 9 commits
-
-
Alexander Barkov authored
added: storage/connect/rcmsg.h modified: storage/connect/CMakeLists.txt storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/rcmsg.c storage/connect/tabodbc.cpp
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/value.cpp
-
Alexander Barkov authored
added: storage/connect/inihandl.h modified: storage/connect/CMakeLists.txt storage/connect/connect.h storage/connect/ha_connect.cc storage/connect/inihandl.c storage/connect/osutil.h storage/connect/tabsys.cpp storage/connect/user_connect.cc
-
Olivier Bertrand authored
modified: mysql-test/mysql-test-run.pl storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
modified: storage/connect/catalog.h storage/connect/colblk.cpp storage/connect/colblk.h storage/connect/mycat.cc storage/connect/reldef.cpp storage/connect/tabcol.h storage/connect/tabsys.cpp storage/connect/tabsys.h storage/connect/xobject.h
-
Olivier Bertrand authored
modified: storage/connect/tabtbl.cpp storage/connect/tabutil.cpp
-
Alexander Barkov authored
modified: storage/connect/CMakeLists.txt Alexander Barkov 2013-04-28 Fixing that ODBC detection always failed on ...
-
Alexander Barkov authored
modified: mysql-test/mysql-test-run.pl
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
- 12 May, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/mysql-test/connect/r/pivot.result* storage/connect/mysql-test/connect/t/pivot.test* storage/connect/tabpivot.cpp* storage/connect/tabpivot.h*
-
Olivier Bertrand authored
modified: storage/connect/connect.cc storage/connect/tabutil.h - Fix closing invalid tdbp in External_lock. modified: storage/connect/ha_connect.cc - Fix closing null Tdbp modified: storage/connect/tabpivot.cpp* - Fix regression error in table type TBL no more accepting missing columns in sub-tables even when Accept was set to TRUE. modified: storage/connect/tabtbl.cpp
-
- 11 May, 2013 2 commits
-
-
Olivier Bertrand authored
- Fix Tabpivot not closing the source table. - Fix pivot.test error on Linux by specifying ENDING=2 for the expenses table. modified: storage/connect/mysql-test/connect/r/pivot.result storage/connect/mysql-test/connect/t/pivot.test storage/connect/tabpivot.cpp storage/connect/tabpivot.h
-
Olivier Bertrand authored
added: storage/connect/mysql-test/connect/r/pivot.result storage/connect/mysql-test/connect/std_data/expenses.txt storage/connect/mysql-test/connect/t/pivot.test
-
- 10 May, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
modified: storage/connect/filamdbf.cpp storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/plgcnx.h storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp storage/connect/tabfmt.cpp storage/connect/tabpivot.cpp storage/connect/tabpivot.h storage/connect/tabutil.cpp storage/connect/tabwmi.cpp storage/connect/tabxcl.cpp storage/connect/value.cpp storage/connect/value.h
-
- 09 May, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabmysql.cpp
-
- 05 May, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/catalog.h storage/connect/mycat.cc storage/connect/taboccur.cpp storage/connect/taboccur.h storage/connect/tabutil.cpp storage/connect/tabutil.h storage/connect/tabxcl.cpp storage/connect/tabxcl.h
-
- 03 May, 2013 1 commit
-
-
Olivier Bertrand authored
- Fix a bug causing a crash when doing an ALTER TABLE (because create_info->alias is NULL) added: storage/connect/mysql-test/connect/r/occur.result storage/connect/mysql-test/connect/r/xcol.result storage/connect/mysql-test/connect/t/occur.test storage/connect/mysql-test/connect/t/xcol.test modified: storage/connect/ha_connect.cc
-
- 02 May, 2013 1 commit
-
-
Olivier Bertrand authored
- Fix bug causing PROXY on non CONNECT tables to sometimes use the wrong DB. - Making some more tests in create that were in pre_create not called anymore when columns are defined. - Updating some test results to reflect new warnings. modified: storage/connect/ha_connect.cc storage/connect/mysql-test/connect/r/tbl.result storage/connect/mysql-test/connect/r/upd.result storage/connect/tabcol.h storage/connect/tabmysql.cpp storage/connect/taboccur.cpp storage/connect/taboccur.h storage/connect/tabtbl.cpp storage/connect/tabtbl.h storage/connect/tabutil.cpp storage/connect/tabutil.h storage/connect/tabxcl.cpp storage/connect/tabxcl.h
-
- 30 Apr, 2013 2 commits
-
-
Olivier Bertrand authored
to 0. So it can be later set to mysqld_port if necessary. Doing so, it is no more required to specify port when using the current port and the current port is not equal to MYSQL_PORT (3306) modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
object table is not a CONNECT table. This was the case in previous versions but was no more possible with recent changes. modified: storage/connect/mycat.cc storage/connect/tabmysql.cpp storage/connect/tabutil.cpp
-
- 29 Apr, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/reldef.cpp
-
Olivier Bertrand authored
PROXY table base on another table. Used by several other types. XCOL proxy on a table having a colummn containing a list of values OCCUR proxy on a table having several columns containing the same type of values that can be put in a unique column and several rows. TBL Not new but now internally using the PROXY table class. - Fix 2 bugs in add_field: Change '=' to ' ' after the COMMENT keyword. Quote column names between '`' in the SQL string. - Update xml test result to the CONNECT version added: storage/connect/taboccur.cpp storage/connect/taboccur.h storage/connect/tabutil.cpp storage/connect/tabutil.h storage/connect/tabxcl.cpp storage/connect/tabxcl.h modified: storage/connect/CMakeLists.txt storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/myconn.cpp storage/connect/mysql-test/connect/r/xml.result storage/connect/plgdbsem.h storage/connect/tabmysql.cpp storage/connect/tabtbl.cpp storage/connect/tabtbl.h storage/connect/valblk.cpp storage/connect/valblk.h
-
- 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 1 commit
-
-
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
-
- 24 Apr, 2013 1 commit
-
-
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
-
- 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
-