An error occurred fetching the project authors.
  1. 11 May, 2012 1 commit
  2. 14 Mar, 2012 1 commit
  3. 13 Mar, 2012 1 commit
  4. 05 Mar, 2012 1 commit
  5. 23 Feb, 2012 1 commit
  6. 22 Feb, 2012 1 commit
    • unknown's avatar
      Fix MWL#192 build error: Remove SSL special case for embedded server. · f2db5ef4
      unknown authored
      VIO has SSL in embedded server anyway, so we do not win anything by excluding it.
      
      This was actually already done in this changeset:
      
          revision-id: kostja@sun.com-20100413150445-8x23keoxdiufgq76
      
      "... Also, he removed the (probable) bug of embedded server never using SSL-dependent functions..."
      But was apparenly lost by a mis-merge of WL#5030.
      f2db5ef4
  7. 23 Jan, 2012 1 commit
  8. 16 Jan, 2012 1 commit
    • Georgi Kodinov's avatar
      Bug #11754014: 45549: udf plugin_dir path separator inconsistency · 10543a4a
      Georgi Kodinov authored
        and cryptic error 1126 message
      
      The problem was that dlopen() related code was using just a subset 
      of the path normalization routines used in other places.
      Fixed the expansion of the pre-dlopen() behavior for plugins and UDFs
      to use a platform-dependent consistent encoding of the paths.
      Fixed the error dlopen() error handling to take the correct error message
      and strip off the trailing newline character(s).
      Fixed tests to do a platform independent replace of directories and to 
      account for the traling slash.
      10543a4a
  9. 02 Dec, 2011 1 commit
    • Sergei Golubchik's avatar
      1. add --plugin-dir and --default-auth to mysqltest. · d5fd757a
      Sergei Golubchik authored
      2. dialog plugin now always returns mysql->password if non-empty and the first question is of password type
      3. split get_tty_password into get_tty_password_buff and strdup.
      4. dialog plugin now uses get_tty_password by default
      5. dialog.test
      6. moved small tests of individual plugins into a dedicated suite
      d5fd757a
  10. 01 Dec, 2011 1 commit
  11. 19 Oct, 2011 1 commit
  12. 15 Aug, 2011 1 commit
    • Alexander Nozdrin's avatar
      Cherry-picking WL#5710 from mysql-5.5 to mysql-5.5.16-release. · 6e5bbf51
      Alexander Nozdrin authored
      Original revision id:
      # revno: 3489 [merge]
      # revision-id: tatjana.nuernberg@oracle.com-20110811120945-c6x9a5d2du8s9oj2
      # parent: tatjana.nuernberg@oracle.com-20110811112736-so8r813hs8dmf7nr
      # parent: chuck.bell@oracle.com-20110810183949-2s9uxcuoux2p668e
      # committer: Tatjana Azundris Nuernberg <tatjana.nuernberg@oracle.com>
      # branch nick: 55-9
      # timestamp: Thu 2011-08-11 13:09:45 +0100
      # message:
      #   auto-merge
      
      This merge revision also has a patch for Bug 12664445, which has been also
      taken to 5.5.16.
      6e5bbf51
  13. 19 Jul, 2011 1 commit
    • Chuck Bell's avatar
      WL#5710 : mysql_plugin - enable or disable plugins · a38fc8d4
      Chuck Bell authored
      This patch adds a new client utility that enables or disables plugin
      features. The utility disables or enables a plugin using values (name,
      soname, and symbols) provided via a configuration file by the same name.
      For example, to ENABLE the daemon_example plugin, the utility will read
      the daemon_example.ini configuration file and use the values contained to
      enable or disable the plugin.
      a38fc8d4
  14. 30 Jun, 2011 1 commit
  15. 12 Jun, 2011 1 commit
    • Vladislav Vaintroub's avatar
      Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. · 4171483b
      Vladislav Vaintroub authored
      The patch replaces the use of the POSIX I/O interfaces in mysys on Windows with 
      the Win32 API calls (CreateFile, WriteFile, etc). The Windows HANDLE for the open
       file is stored in the my_file_info struct, along with a flag for append mode 
      (because the Windows API does not support opening files in append mode in all cases)
      The default max open files has been increased to 16384 and can be increased further
      by setting --max-open-files=<value> during the server start.
      
      Noteworthy benefit of this patch is that it removes limits from the table_cache size - 
      allowing for more simultaneus users
      4171483b
  16. 25 Apr, 2011 1 commit
  17. 13 Apr, 2011 1 commit
  18. 29 Mar, 2011 1 commit
    • Magne Mahre's avatar
      Bug#11933945 REMOVE LGPL LICENSED FILES IN MYSQL 5.5 · 517c5c24
      Magne Mahre authored
      The LGPL license is used in some legacy code, and to
      adhere to current licensing polity, we remove those
      files that are no longer used, and reorganize the
      remaining LGPL code so it will be GPL licensed from
      now on.
                  
      Note:  This patch only removed LGPL licensed files
             in MySQL 5.5 and later, and is the third of a 
             set of patches to remove LGPL from all trees.
             (See Bug# 11840513 for details) 
      517c5c24
  19. 28 Mar, 2011 1 commit
    • Magne Mahre's avatar
      Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1 · 9ff72a1a
      Magne Mahre authored
      The LGPL license is used in some legacy code, and to
      adhere to current licensing polity, we remove those
      files that are no longer used, and reorganize the
      remaining LGPL code so it will be GPL licensed from
      now on.
            
      Note:  This patch only removed LGPL licensed files
             in MySQL 5.1, and is the second of a set of
             patches to remove LGPL from all trees.
             (See Bug# 11840513 for details) 
      9ff72a1a
  20. 22 Mar, 2011 1 commit
    • Magne Mahre's avatar
      Bug#11896296 REMOVE LGPL LICENSED FILES IN MYSQL 5.0 · 55e42237
      Magne Mahre authored
      The LGPL license is used in some legacy code, and to
      adhere to current licensing polity, we remove those
      files that are no longer used, and reorganize the
      remaining LGPL code so it will be GPL licensed from
      now on.
      
      Note:  This patch only removed LGPL licensed files
             in MySQL 5.0, and is the first of a set of
             patches to remove LGPL from all trees.
             (See Bug# 11840513 for details)
      
      
      
      include/my_compare.h:
        Mostly code moved in from my_handler
      include/my_global.h:
        AIX-only code.   Function used to be in my_port.c
        Inlining instead.
      libmysql/Makefile.shared:
        my_gethostbyname and my_port is removed
      myisam/mi_check.c:
        ha_find_null is moved from my_handler and made static.
      55e42237
  21. 23 Feb, 2011 1 commit
  22. 21 Feb, 2011 1 commit
  23. 11 Jan, 2011 1 commit
    • Magne Mahre's avatar
      Remove configuration preprocessor symbols 'THREAD' · 8ede0759
      Magne Mahre authored
      and 'THREAD_SAFE_CLIENT'.
        
      As of MySQL 5.5, we no longer support non-threaded
      builds.   This patch removes all references to the
      obsolete THREAD and THREAD_SAFE_CLIENT preprocessor
      symbols.  These were used to distinguish between
      threaded and non-threaded builds.
      8ede0759
  24. 02 Dec, 2010 1 commit
  25. 01 Dec, 2010 1 commit
    • Mats Kindahl's avatar
      BUG#58246: INSTALL PLUGIN not secure & crashable · fc9f3efa
      Mats Kindahl authored
      When installing plugins, there is a missing check
      for slash (/) in the path on Windows. Note that on
      Windows, both / and \ can be used to separate
      directories.
      
      This patch fixes the issue by:
      - Adding a FN_DIRSEP symbol for all platforms
        consisting of a string of legal directory
        separators.
      - Adding a charset-aware version of strcspn().
      - Adding a check_valid_path() function that uses
        my_strcspn() to check if any FN_DIRSEP character
        is in the supplied string.
      - Using the check_valid_path() function in
        sql_plugin.cc and sql_udf.cc (which means
        replacing the existing test there).
      
      include/config-netware.h:
        Adding FN_DIRSEP
        ******
        Adding FN_DIRSEP
      include/config-win.h:
        Adding FN_DIRSEP
        ******
        Adding FN_DIRSEP
      include/m_ctype.h:
        Adding my_strspn() and my_strcspn().
        
        ******
        Adding my_strspn() and my_strcspn().
      include/my_global.h:
        Adding FN_DIRSEP
        ******
        Adding FN_DIRSEP
      mysql-test/t/plugin_not_embedded.test:
        Adding test that file names containing / is
        disallowed on *all* platforms.
        ******
        Adding test that file names containing / is
        disallowed on *all* platforms.
      sql/sql_plugin.cc:
        Introducing check_if_path() function for
        checking if filename is a path to include
        / on Windows.
        ******
        Introducing check_if_path() function for
        checking if filename is a path to include
        / on Windows.
      sql/sql_udf.cc:
        Switching to use check_if_path() function.
        ******
        Switching to use check_if_path() function.
      strings/my_strchr.c:
        Adding my_strspn() and my_strcspn().
        ******
        Adding my_strspn() and my_strcspn().
      fc9f3efa
  26. 04 Oct, 2010 3 commits
    • Vladislav Vaintroub's avatar
      29f9f347
    • Vladislav Vaintroub's avatar
      More fixes after WL1054 push: · af7a3493
      Vladislav Vaintroub authored
      - fix ~20 warnings about redefinition of HAVE_DLOPEN 
        This was caused by new ADD_DEFINITIONS(-DHAVE_DLOPEN) inside client library CMakeLists.txt
      
      - fix dlerror() message which ("static build?" )  which is only confusing on Windows,
        there is no "static build"
      af7a3493
    • Davi Arnaut's avatar
      Bug#57210: remove pstack · 40ee088f
      Davi Arnaut authored
      Quoting from the bug report:
      
      The pstack library has been included in MySQL since version
      4.0.0. It's useless and should be removed.
      
      Details: According to its own documentation, pstack only works
      on Linux on x86 in 32 bit mode and requires LinuxThreads and a
      statically linked binary. It doesn't really support any Linux
      from 2003 or later and doesn't work on any other OS.
      40ee088f
  27. 11 Sep, 2010 1 commit
  28. 24 Aug, 2010 1 commit
    • Michael Widenius's avatar
      Increase some very old limits. · 31f66e55
      Michael Widenius authored
      This will give a smoother experience when using the Aria engine by those that are using default limits
      without still causing a notable problem for desktop users.
      31f66e55
  29. 09 Aug, 2010 1 commit
  30. 23 Jul, 2010 6 commits
  31. 15 Jul, 2010 3 commits