1. 28 Mar, 2007 3 commits
  2. 27 Mar, 2007 7 commits
  3. 26 Mar, 2007 14 commits
  4. 25 Mar, 2007 4 commits
  5. 24 Mar, 2007 3 commits
    • svoj@mysql.com/april.(none)'s avatar
      BUG#24566 - Incorrect key file for table ( the size of table is more than 2G) · 1b64741b
      svoj@mysql.com/april.(none) authored
      Accessing a file that is bigger than 2G may report that read/write operation
      failed. This may affect anything that uses my_pread/my_pwrite functions, e.g.
      MyISAM, ARCHIVE, binary log.
      
      For MyISAM INSERT may report that table is crashed when writing to a table
      that is bigger than 2G.
      
      This is fixed by using proper offset type in my_pread/my_pwrite functions on
      systems that do not have native pread/pwrite calls.
      
      Affects systems that do not have native pread/pwrite calls, e.g. Windows.
      
      No test case for this fix, since it requires huge table.
      1b64741b
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      BUG#26257 New Federated Server Functionality Doesn't support differently named tables · ccb9d448
      * Modified Federated memory allocation to use MEM_ROOT
      * Modified sql_servers and federated to allocate share connection
        parameters to use MEM_ROOT
      * Modified Federated to allow tablename in addition to server name
      * Implicit flushing of tables using altered/dropped server name
      * Added tests to prove new functionality works
      
      Contributors to this patch: Patrick Galbraith, Antony Curtis
      ccb9d448
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      Bug#25721 · 14ccc659
        "Concurrent ALTER/CREATE SERVER can lead to deadlock"
        Deadlock caused by inconsistant use of mutexes in sql_server.cc
        One mutex has been removed to resolve deadlock.
        Many functions were made private which should not be exported.
        Unused variables and function removed.
      14ccc659
  6. 23 Mar, 2007 9 commits