1. 19 Jun, 2006 1 commit
  2. 15 Jun, 2006 2 commits
  3. 14 Jun, 2006 5 commits
  4. 12 Jun, 2006 2 commits
  5. 08 Jun, 2006 2 commits
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 · 4a8c5085
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Auto merged
      ndb/src/mgmsrv/Services.cpp:
        Auto merged
      4a8c5085
    • unknown's avatar
      Bug #20336 CLUSTERLOG commands have no effect · 96fe14dd
      unknown authored
      
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Bug #20336 CLUSTERLOG commands have no effect
        - with signal sender the clock issuing the command and the revceiver of the events are not the same
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Bug #20336 CLUSTERLOG commands have no effect
        - make sure to actually send the update to ndb nodes, and wait for the reply
      ndb/src/mgmsrv/Services.cpp:
        Bug #20336 CLUSTERLOG commands have no effect
        - make sure to compute max every time for log level
      96fe14dd
  6. 06 Jun, 2006 4 commits
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0-rpl · 63339c89
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.0-ss609
      
      
      63339c89
    • unknown's avatar
      Applied innodb-5.0-ss609 snapshot. · 9e3f90e5
      unknown authored
       Fixed BUG#19727 "InnoDB crashed server and crashed tables
       are not recoverable".
      
      
      innobase/row/row0mysql.c:
        Applied innodb-5.0-ss609 snapshot.
         Move trx_commit_for_mysql(trx) calls before calls to
         row_mysql_unlock_data_dictionary(trx).
      innobase/row/row0sel.c:
        Applied innodb-5.0-ss609 snapshot.
         row_sel_try_search_shortcut(): Do not return SEL_FOUND when
         the record was not found. This bug was introduced in
         InnoDB 5.0.3, but luckily it should nerver manifest itself,
         given that existing InnoDB SQL code never makes use of
         consistent reads.
      mysql-test/t/innodb.test:
        Applied innodb-5.0-ss609 snapshot.
         Add the big fat warning notice also to the bottom of
         innodb.test so that it will require more talent to
         ignore the change of policy.
      9e3f90e5
    • unknown's avatar
      Merge mysql.com:/home/alexi/innodb/mysql-4.1-ss31 · db3c64d6
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.0-ss609
       Null merge.
      
      
      innobase/row/row0mysql.c:
        Null merge
      db3c64d6
    • unknown's avatar
      Applied innodb-4.1-ss31 snapshot. · 3eb8a12c
      unknown authored
       Fixed BUG#19727 "InnoDB crashed server and crashed tables
       are not recoverable".
      
      
      innobase/row/row0mysql.c:
        Applied innodb-4.1-ss31 snapshot.
         Move trx_commit_for_mysql(trx) calls before calls to
         row_mysql_unlock_data_dictionary(trx).
      3eb8a12c
  7. 26 May, 2006 1 commit
    • unknown's avatar
      mysqldump.result: · 45972e0e
      unknown authored
        Get output from modified test (dropping t1).
      mysqldump.test:
        Drop t1 at end so that the next test doesn't trip over it.
      
      
      mysql-test/t/mysqldump.test:
        Drop t1 at end so that the next test doesn't trip over it.
      mysql-test/r/mysqldump.result:
        Get output from modified test (dropping t1).
      45972e0e
  8. 25 May, 2006 1 commit
    • unknown's avatar
      BUG#17201: Improve handling of views. · 45710b7f
      unknown authored
      
      client/mysqldump.c:
         Better view handling:
        
          Distinguish better between tables and views in the output.
          
          Add many comments about the distinctions between tables and views, and
          the tradeoffs that we make, notably that, since we don't maintain
          dependencies.
          
          get_table_structure: Clarify in the output that a view is first
          		       created as a workaround for the lack of
          		       dependencies.
          
          dump_table:  Return if we're trying to dump a view.
          
          dump_all_views_in_db: Don't call init_dumping.  It's already been done
                                in dump_all_tables_in_db.  This is the problem
                                reported in BUG#17201.
          
          Change the variable was_views to seen_views, and clarify the comment.
          The previous name was not overly "intuitive".
      mysql-test/r/mysqldump.result:
        We no longer have spurious text in the results.
        Add results for the final test (BUG#17201)
      mysql-test/t/mysqldump.test:
        Add a new test (BUG#17201)
      45710b7f
  9. 22 May, 2006 5 commits
  10. 19 May, 2006 1 commit
  11. 16 May, 2006 8 commits
  12. 15 May, 2006 8 commits