1. 10 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      Bug fixed: Column charset were not handled on read. · 4c24ce05
      Olivier Bertrand authored
      Modified: ha_connect.cc (MakeRecord)
      
      Moved PlgAllocResult to plgdbutl.cpp
      Modified:
      mycat.cpp
      plgdbutl.cpp
      
      Continuing implementing the "catalog" tables (ex "info").
      Already existing were the ODBC data source table and the
      WMI column info table.
      
      The common way to handle them was modified to enable each
      table types to send personalized data.
      
      Now takes care of all existing catalog functions for table
      types that can retrieve and use such information.
      
      Modified:
      ha_connect.cc
      odbconn.cpp
      tabodbc.h
      tabodbc.cpp
      tabfmt.h
      tabfmt.cpp
      tabmysql.h
      tabmysql.cpp
      tabwmi.h
      tabwmi.cpp
      myconn.h
      myconn.cpp
      filamdbf.cpp
      plgdbsem.h
      reldef.h
      reldef.cpp
      tabdos.h
      tabdos.cpp
      tabfix.h
      xtable.h
      table.cpp
      
      4c24ce05
  2. 09 Feb, 2013 2 commits
    • Olivier Bertrand's avatar
      No commit message · c9b338c5
      Olivier Bertrand authored
      No commit message
      c9b338c5
    • Olivier Bertrand's avatar
      Put almost all function prototypes in header files that are · af400ad4
      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
      af400ad4
  3. 08 Feb, 2013 9 commits
    • Alexander Barkov's avatar
      Removing double new-line markers when doing LOAD_FILE('example.ini'). · ba08ada3
      Alexander Barkov authored
      The libary to handle INI files on Windows XP adds an extra empty
      line before sections name.
      
      Newer versions of Windows do not.
      Unix replacement implementation also do not.
      
      modified:
        mysql-test/suite/connect/r/ini.result
        mysql-test/suite/connect/t/ini.test
      ba08ada3
    • Alexander Barkov's avatar
      Adding a test for TABLE_TYPE=DIR · 43f00393
      Alexander Barkov authored
      added:
        mysql-test/suite/connect/r/dir.result
        mysql-test/suite/connect/t/dir.test
      43f00393
    • Alexander Barkov's avatar
      Adding tests for TABLE_TYPE=INI · a84c800a
      Alexander Barkov authored
      added:
        mysql-test/suite/connect/r/ini.result
        mysql-test/suite/connect/std_data/contact.ini
        mysql-test/suite/connect/t/ini.test
      a84c800a
    • Alexander Barkov's avatar
      Adding REPLACE(xxx, '\r\n','\n'), not to fail on Windows. · af75a52f
      Alexander Barkov authored
      pending merges:
        Alexander Barkov 2013-02-08 Adding tests for TABLE_TYPE=CSV
      af75a52f
    • Alexander Barkov's avatar
      Adding tests for TABLE_TYPE=CSV · 68476b29
      Alexander Barkov authored
      68476b29
    • Alexander Barkov's avatar
      Adding tests for TABLE_TYPE=CSV · add09ba5
      Alexander Barkov authored
      added:
        mysql-test/suite/connect/r/csv.result
        mysql-test/suite/connect/std_data/people.csv
        mysql-test/suite/connect/t/csv.test
      add09ba5
    • Alexander Barkov's avatar
      Adding a test for TABLE_TYPE=BIN · 69555eba
      Alexander Barkov authored
      added:
        mysql-test/suite/connect/r/bin.result
        mysql-test/suite/connect/std_data/Testbal.dat
        mysql-test/suite/connect/t/bin.test
      69555eba
    • Olivier Bertrand's avatar
      1) Fix bug on strange sprintf · 3a4dea15
      Olivier Bertrand authored
      2) Fix bug on bad sprintf
      3) Fix bug on cast from pointer to int
      
      4) Begin implementing the "info" tables.
      Already existing were the ODBC sata 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 info table.
      
      Modified:
      ha_connect.cc  (4)
      odbconn.cpp    (4)
      tabodbc.h      (4)
      tabodbc.cpp    (4)
      tabsys.h       (3)
      rcmsg.c        (4)
      tabfmt.cpp     (2)
      tabtbl.cpp     (1)
      resource.h     (4)
      mycat.h        (4)
      3a4dea15
    • Olivier Bertrand's avatar
      1) Fix bug on strange sprintf · b36aa62e
      Olivier Bertrand authored
      2) Fix bug on bad sprintf
      3) Fix bug on cast from pointer to int
      
      4) Begin implementing the "info" tables.
      Already existing were the ODBC sata 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 info table.
      
      Modified:
      ha_connect.cc  (4)
      odbconn.cpp    (4)
      tabodbc.h      (4)
      tabodbc.cpp    (4)
      tabsys.h       (3)
      rcmsg.c        (4)
      tabfmt.cpp     (2)
      tabtbl.cpp     (1)
      resource.h     (4)
      mycat.h        (4)
      b36aa62e
  4. 07 Feb, 2013 14 commits
  5. 06 Feb, 2013 6 commits
    • Alexander Barkov's avatar
      Adding missing DROP TABLE. · 369ccbd5
      Alexander Barkov authored
      Otherwise, the further tests fail on "table t1 already exists"
      369ccbd5
    • Alexander Barkov's avatar
      Adding a test for ODBC/XLS. · ba477627
      Alexander Barkov authored
      Currently only for ASCII data.
      TODO: add tests for extended letters (e.g. Latin1, Cyrillic, etc).
      
      
      added:
        mysql-test/suite/connect/r/odbc_xls.result
        mysql-test/suite/connect/std_data/contacts.xls
        mysql-test/suite/connect/t/odbc_xls.test
      ba477627
    • Alexander Barkov's avatar
      Introducing functions global_open() and global_fopen() for these purposes: · 6c347cc9
      Alexander Barkov authored
      - Removing duplicate code to generate error message text
      - In the future they will most likely check secure_file_priv directory.
      
      
      modified:
        storage/connect/filamdbf.cpp
        storage/connect/filamfix.cpp
        storage/connect/filamtxt.cpp
        storage/connect/filamvct.cpp
        storage/connect/libdoc.cpp
        storage/connect/maputil.cpp
        storage/connect/plgdbsem.h
        storage/connect/plgdbutl.cpp
        storage/connect/tabfmt.cpp
        storage/connect/tabmul.cpp
        storage/connect/tabxml.cpp
        storage/connect/xindex.cpp
      6c347cc9
    • Alexander Barkov's avatar
      Adding tests for TABLE_TYPE=FIX · 6f7c87a3
      Alexander Barkov authored
      added:
        mysql-test/suite/connect/r/fix.result
        mysql-test/suite/connect/std_data/boys.txt
        mysql-test/suite/connect/std_data/boyswin.txt
        mysql-test/suite/connect/std_data/dept.dat
        mysql-test/suite/connect/t/fix.test
      6f7c87a3
    • Alexander Barkov's avatar
      Adding basic tests for TABLE_TYPE=fmt · 0472a5a0
      Alexander Barkov authored
            
      added:
        mysql-test/suite/connect/r/fmt.result
        mysql-test/suite/connect/std_data/funny.txt
        mysql-test/suite/connect/std_data/funny2.txt
        mysql-test/suite/connect/t/fmt.test
      0472a5a0
    • Alexander Barkov's avatar
      Commenting ALTER test which changes the DBF file size. · f77c3506
      Alexander Barkov authored
      It does not work on Windows.
      
      modified:
        mysql-test/suite/connect/r/dbf.result
        mysql-test/suite/connect/t/dbf.test
      f77c3506
  6. 05 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      Make possible to get ODBC DataSources name and description by: · 625e15a1
      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
      
      625e15a1
  7. 04 Feb, 2013 5 commits
  8. 03 Feb, 2013 1 commit
  9. 01 Feb, 2013 1 commit
    • Olivier Bertrand's avatar
      2>libdoc.cpp · de0a7e13
      Olivier Bertrand authored
      2>D:\CommonSource\mariadb-10.0\include\my_pthread.h(120) : warning C4005: '_REENTRANT' : redéfinition de macro
      2>        D:\Libxml\include\libxml/xmlexports.h(77) : voir la définition précédente de '_REENTRANT'
      2>.\libdoc.cpp(378) : error C2664: 'strlen' : impossible de convertir le paramètre 1 de 'xmlChar *' en 'const char *'
      2>        Les types pointés n'ont aucun rapport entre eux ; conversion nécessitant reinterpret_cast, cast de style C ou cast de style fonction
      2>.\libdoc.cpp(379) : error C2664: 'copy_and_convert' : impossible de convertir le paramètre 4 de 'xmlChar *' en 'const char *'
      2>        Les types pointés n'ont aucun rapport entre eux ; conversion nécessitant reinterpret_cast, cast de style C ou cast de style fonction
      2>
      
      Fix for that.
      de0a7e13