An error occurred fetching the project authors.
- 07 Feb, 2013 2 commits
-
-
Alexander Barkov authored
Changing result type for the method from "char*" instead of "const char*". modified: storage/connect/odbconn.h
-
Alexander Barkov authored
- Fixing line endings from "\r\n" to "\n"
-
- 05 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
create table datasrc ( `anyname` varchar(256) flag=1, `anyother name` varchar(256) flag=2) engine=CONNECT table_type=ODBC option_list='info=yes'; or simply by: create table datasrc engine=CONNECT table_type=ODBC option_list='info=yes'; then: select * from datasrc; Modified: ha_connect.cc odbconn.h odbconn.cpp tabodbc.h tabodbc.cpp
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-