1. 22 Feb, 2013 4 commits
  2. 21 Feb, 2013 7 commits
  3. 20 Feb, 2013 10 commits
  4. 19 Feb, 2013 5 commits
  5. 18 Feb, 2013 3 commits
  6. 17 Feb, 2013 2 commits
  7. 15 Feb, 2013 7 commits
  8. 14 Feb, 2013 2 commits
    • Alexander Barkov's avatar
      Code reorganization in the initialization and clean-up code. · 3a91f1a9
      Alexander Barkov authored
      - Getting rid of some duplicate code in the Windows and Linux sections
      - Moving the initializationa and clean-up code to connect_init_func()
        and connect_done_func(). This allows to use services provided by
        mysqld, for example my_snprintf(), which do not work in
        "__attribute__((constructor))init()".
      - Removing the "__attribute__((constructor)) init()" and
        "__attribute__((destructor)) fini()" functions
      - Using MariaDB's my_getpw() instead of different calls for Windows
        and Linux.
      - Fixing a potentially wrong memory write in strcat() when creating
        the full connect.ini file name.
        strcat() can go outside of the buffer size when directory name is
        long enough. Using safe my_snprintf() instead.
      
      modified:
        storage/connect/ha_connect.cc
      3a91f1a9
    • Alexander Barkov's avatar
      Adding forgotten "--replace_result $MYSQLD_DATADIR DATADIR", · 7bc69b7a
      Alexander Barkov authored
      so it passed idependently from the source tree location.
      
      modified:
        mysql-test/suite/connect/r/odbc_xls.result
        mysql-test/suite/connect/t/odbc_xls.test
      7bc69b7a