- 29 Jan, 2013 4 commits
-
-
Alexander Barkov authored
Fixing DWORD definition once again as "unsigned long", which is the way how MS defines it. modified: @ storage/connect/os.h Changing DWORD defitition @ storage/connect/tabodbc.cpp Moving "#define NODW" to proper place.
-
Alexander Barkov authored
Fixing DWORD declaration to "unsigned int". Fixing BIGINT declatation from uint64_t to longlong.
-
Alexander Barkov authored
added: storage/connect/os.h
-
Alexander Barkov authored
modified: storage/connect/global.h storage/connect/inihandl.c storage/connect/osutil.h
-
- 28 Jan, 2013 4 commits
-
-
Alexander Barkov authored
msxml2, msxml3, msxml4, msxml6 modified: storage/connect/CMakeLists.txt storage/connect/domdoc.cpp
-
Alexander Barkov authored
modified: storage/connect/fmdlex.c
-
Alexander Barkov authored
- without ODBC: adding a few "#ifdef CONNECT_SUPPORT" - with ODBC on Linux: conflicting definitions for DWORD in sql.h (unixODBC) vs global.h. Using "typedef unsigned int DWORD", as this is how MS SQK defines it and matches unixODBC definition. Removing sqlutil.h. value.cpp now uses sql.h and sqlext.h instead. removed: storage/connect/sqlutil.h modified: storage/connect/global.h storage/connect/value.cpp storage/connect/value.h
-
Alexander Barkov authored
cmake . -DCONNECT_WITH_ODBC=0 -DCONNECT_WITH_XML=0 -DCONNECT_WITH_MYSQL=0 modified: storage/connect/CMakeLists.txt
-
- 24 Jan, 2013 3 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
with searching in a number of typical places.
-
Alexander Barkov authored
modified: storage/connect/CMakeLists.txt
-
- 23 Jan, 2013 5 commits
-
-
Olivier Bertrand authored
No commit message
-
Alexander Barkov authored
Forgot to add this chunk in the previous commit.
-
Olivier Bertrand authored
-
Alexander Barkov authored
Needed for Mac utils.
-
Alexander Barkov authored
Required for mycat.cc modified: storage/connect/CMakeLists.txt
-
- 22 Jan, 2013 5 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
Added some #if define(... for WIN32, ODBC and MYSQL in case they not defined. modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
- Olivier's changes for Linux/Windows - Splitting cmake code by feature
-
Alexander Barkov authored
pre_create function and one is now able to create table without giving the column specifications for tables of types: DBF, ODBC, MYSQL, CSV, and WMI (on Windows) modified: sql/handler.h sql/sql_table.cc storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/odbconn.cpp storage/connect/plgcnx.h storage/connect/tabfmt.cpp storage/connect/tabmysql.cpp storage/connect/tabwmi.cpp
-
Alexander Barkov authored
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-
- 11 Jan, 2013 2 commits
-
-
Sergei Golubchik authored
-
Igor Babaev authored
Also fixed a bug in sql_update.cc: the code of mysql_update() lacked a call of set_statistics_for_table().
-
- 09 Jan, 2013 1 commit
-
-
Igor Babaev authored
-
- 08 Jan, 2013 2 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
Made allocation of memory for statistical data in a table share to be thread safe. This memory is now allocated in a special MEM_ROOT that is created for each table share.
-
- 05 Jan, 2013 1 commit
-
-
Vladislav Vaintroub authored
Remove timed mutexes in XtraDB - obsolete feature that does not link on Windows, if plugin is build dynamically It was already removed from innobase in the past.
-
- 01 Jan, 2013 1 commit
-
-
Vladislav Vaintroub authored
-
- 30 Dec, 2012 1 commit
-
-
Elena Stepanova authored
Reasons: - as of 5.5.27, YEAR(2) is deprecated, hence the new warning; - MDEV-553 - different error code/message on out-of-range autoincrement; - INSERT IGNORE now produces a warning if a duplicate was encountered
-
- 28 Dec, 2012 1 commit
-
-
Elena Stepanova authored
storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons: - as of 5.5.27, YEAR(2) is deprecated, hence the new warning; - MDEV-553 - different error code/message on out-of-range autoincrement; - INSERT IGNORE now produces a warning if a duplicate was encountered (change pushed along with MDEV-553)
-
- 20 Dec, 2012 3 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
The patch lifts the limitation of the current implementation of ALTER TABLE that does not allow to build unique/primary indexes by sort for MyISAM and Aria engines.
-
Igor Babaev authored
-
- 18 Dec, 2012 5 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
Implement it in a different way that works on both release and debug builds, and still uses --skip instead of --require.
-
unknown authored
-
Sergei Golubchik authored
have_openssl variable was ON even when OpenSSL was not used (but YaSSL was). fix that, so that have_openssl really corresponds to OpenSSL rename not_openssl.inc to not_ssl.inc and fix the test accordingly.
-
- 17 Dec, 2012 1 commit
-
-
Sergei Golubchik authored
remove unused require files
-