An error occurred fetching the project authors.
  1. 09 Aug, 2013 1 commit
    • Olivier Bertrand's avatar
      - Implement the SERVID special columns. This imply modifying the way · 5d75457f
      Olivier Bertrand authored
        special columns are processed. This will be documented.
        Also some code cleanup and some changes to prepare the indexing of
        nullable columns (not achieve yet)
      
      modified:
        storage/connect/colblk.cpp
        storage/connect/colblk.h
        storage/connect/connect.cc
        storage/connect/connect.h
        storage/connect/ha_connect.cc
        storage/connect/ha_connect.h
        storage/connect/macutil.cpp
        storage/connect/mycat.cc
        storage/connect/plgdbsem.h
        storage/connect/reldef.cpp
        storage/connect/reldef.h
        storage/connect/table.cpp
        storage/connect/tabmysql.cpp
        storage/connect/tabmysql.h
        storage/connect/tabodbc.h
        storage/connect/tabtbl.cpp
        storage/connect/tabutil.h
        storage/connect/value.h
        storage/connect/xindex.cpp
        storage/connect/xindex.h
        storage/connect/xtable.h
      5d75457f
  2. 13 May, 2013 1 commit
  3. 09 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      Put almost all function prototypes in header files that are · 82e746ea
      Olivier Bertrand authored
      included by the program using them.
      
      Continuing implementing the "catalog" tables (ex "info").
      Already existing were the ODBC data source table and the
      WMI column info table.
      
      A common way to handle them will permit to develop many
      other such tables. Implemented:
      
      The ODBC column catalog table.
      The ODBC tables catalog table.
      The ODBC drivers catalog table.
      
      The INFO table option is replaced by the CATFUNC string option
      whode first letter specifies the information to retrieve:
      C: Columns (of a table)
      T: Tables  (of a database)
      S: Data sources
      D: Drivers
      
      Modified:
      ha_connect.cc
      odbconn.cpp
      odbconn.h
      tabodbc.h
      tabodbc.cpp
      rcmsg.c
      tabfmt.h
      tabmysql.cpp
      tabwmi.cpp
      tabwmi.h
      resource.h
      myconn.h
      filamdbf.h
      connect.cc
      connect.h
      
      Added:
      myutil.h
      82e746ea
  4. 07 Feb, 2013 1 commit
  5. 18 Jan, 2013 1 commit