An error occurred fetching the project authors.
  1. 28 Feb, 2011 2 commits
  2. 28 Sep, 2010 1 commit
    • Vasil Dimov's avatar
      Manually merge a GCC warning fix from 5.1 to 5.5: · fbeb5713
      Vasil Dimov authored
        ------------------------------------------------------------
        revno: 3615
        revision-id: vasil.dimov@oracle.com-20100928081234-22qbm6cwht521484
        parent: vasil.dimov@oracle.com-20100928063833-snn6cjwgksa6gk3b
        committer: Vasil Dimov <vasil.dimov@oracle.com>
        branch nick: mysql-5.1-innodb
        timestamp: Tue 2010-09-28 11:12:34 +0300
        message:
          Silence a GCC warning about reaching the end of non-void func
          
          Spotted by:	Marko
      fbeb5713
  3. 20 Sep, 2010 1 commit
  4. 17 Sep, 2010 1 commit
  5. 26 Jul, 2010 1 commit
  6. 23 Jun, 2010 1 commit
  7. 02 Jun, 2010 1 commit
  8. 27 May, 2010 1 commit
    • Jimmy Yang's avatar
      Fix an assertion failure with UNIV_DEBUG is set. Initialize a · 52a7c919
      Jimmy Yang authored
      dict_index_t structure to NULL in dict_load_index(), we could
      enter SYS_INDEXES and got table id value comparision failure
      for system tables such as SYS_TABLES. In addition, remove
      dict_sys mutex assertion when fill I_S table, as we no longer
      hold mutex accross the fill operation.
      
      rb://367 approved by Marko.
      52a7c919
  9. 26 May, 2010 1 commit
    • Jimmy Yang's avatar
      Check in the support for Information Schema System Table Views. Users · 60d42882
      Jimmy Yang authored
      can now view the content of InnoDB System Tables through following
      information schema tables:
      
      information_schema.INNODB_SYS_TABLES
      information_schema.INNODB_SYS_INDEXES
      information_schema.INNODB_SYS_COUMNS
      information_schema.INNODB_SYS_FIELDS
      information_schema.INNODB_SYS_FOREIGN
      information_schema.INNODB_SYS_FOREIGN_COLS
      information_schema.INNODB_SYS_TABLESTATS
      
      rb://330 Approved by Marko
      60d42882
  10. 12 May, 2010 1 commit
  11. 30 Apr, 2010 1 commit
  12. 20 Apr, 2010 1 commit
  13. 13 Apr, 2010 1 commit
  14. 31 Mar, 2010 1 commit
    • Mats Kindahl's avatar
      WL#5030: Split and remove mysql_priv.h · 23d8586d
      Mats Kindahl authored
      This patch:
      
      - Moves all definitions from the mysql_priv.h file into
        header files for the component where the variable is
        defined
      - Creates header files if the component lacks one
      - Eliminates all include directives from mysql_priv.h
      - Eliminates all circular include cycles
      - Rename time.cc to sql_time.cc
      - Rename mysql_priv.h to sql_priv.h
      23d8586d
  15. 08 Sep, 2009 1 commit
  16. 07 Aug, 2009 1 commit
    • Guilhem Bichot's avatar
      Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the same · 7ceb29ff
      Guilhem Bichot authored
      layout as we always had in trees containing only the builtin
      2) win\configure.js WITH_INNOBASE_STORAGE_ENGINE still works.
      
      storage/innobase/CMakeLists.txt:
        fix to new directory name (and like 5.1)
      storage/innobase/Makefile.am:
        fix to new directory name (and like 5.1)
      storage/innobase/handler/ha_innodb.cc:
        fix to new directory name (and like 5.1)
      storage/innobase/plug.in:
        fix to new directory name (and like 5.1)
      7ceb29ff
  17. 10 Jun, 2009 1 commit
    • Vladislav Vaintroub's avatar
      Backport WL#3653 to 5.1 to enable bundled innodb plugin. · 768bbae9
      Vladislav Vaintroub authored
      Remove custom DLL loader code from innodb plugin code, use 
      symbols exported from mysqld.
      
      
      storage/innodb_plugin/handler/ha_innodb.cc:
        Remove a Win32 workaround for current_thd.
        The original  problem that innodb plugin used
        value of TLS variable across DLL boundaries is 
        solved in MySQL server (current_thd is a function
        not TLS variable now)
      storage/innodb_plugin/handler/handler0alter.cc:
        Remove custom delay loader
      storage/innodb_plugin/handler/handler0vars.h:
        Remove custom delay loader
      storage/innodb_plugin/handler/i_s.cc:
        Remove custom delay loader
      storage/innodb_plugin/handler/win_delay_loader.cc:
        Remove custom delay loader
      storage/innodb_plugin/plug.in:
        Remove commented out MYSQL_PLUGIN_STATIC, 
        CMake would not parse that correctly
      768bbae9
  18. 27 May, 2009 1 commit