mariadb/storage
Alexander Barkov 4f9e09efb4 Fixing ODBC related compilation failures:
- 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
2013-01-28 13:42:14 +04:00
..
archive Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
blackhole simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
connect Fixing ODBC related compilation failures: 2013-01-28 13:42:14 +04:00
csv Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
example Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
federated Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
federatedx simplify the handler api - table_type() is no longer abstract, not even virtual 2012-12-17 11:00:39 +01:00
heap Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
innobase After-merge fixes for merge 10.0-base -> 10.0. 2012-12-18 22:03:53 +01:00
maria Merge 10.0-base -> 10.0. 2013-01-10 22:33:23 -08:00
myisam Merge 10.0-base -> 10.0. 2013-01-10 22:33:23 -08:00
myisammrg Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
ndb Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
oqgraph Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
pbxt mysql-test: sys_vars stub for a new xtradb config variable; tc_log_mmap test; 2012-11-26 18:50:29 +01:00
perfschema Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
sphinx 10.0-base -> 10.0-monty 2012-10-19 20:38:59 +02:00
xtradb Merge 10.0-base -> 10.0. 2013-01-10 22:33:23 -08:00