1. 19 Dec, 2004 3 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · da45e460
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0
      
      da45e460
    • unknown's avatar
      Small cleanup of derived tables handling. · f5330a2c
      unknown authored
      We should not call free_tmp_table() for derived table in 
      mysql_derived_filling(), since by this moment this table is already
      registered in THD::derived_tables list and thus free_tmp_table() will
      be called for it automatically in close_thread_tables().
      
      
      sql/sql_derived.cc:
        We should not call free_tmp_table() for derived table in 
        mysql_derived_filling(), since by this moment this table is already
        registered in THD::derived_tables list and thus free_tmp_table() will
        be called for it automatically in close_thread_tables().
      f5330a2c
    • unknown's avatar
      fix for Bug#7386 - IM fails to compile on alpha with Compaq C++ compiler · 81886223
      unknown authored
      
      server-tools/instance-manager/mysql_connection.cc:
        use enum value instead of extern const in array definition
      server-tools/instance-manager/priv.cc:
        added a comment to remind of enum value in mysql_connection.cc
      81886223
  2. 18 Dec, 2004 9 commits
    • unknown's avatar
      trx0roll.c: · dd7ea8cc
      unknown authored
        Put a sensible value of thread id and process no to a background rollback transaction
      
      
      innobase/trx/trx0roll.c:
        Put a sensible value of thread id and process no to a background rollback transaction
      dd7ea8cc
    • unknown's avatar
      trx0roll.c: · 301053ee
      unknown authored
        Fix the rollback progress printout in crash recovery
      
      
      innobase/trx/trx0roll.c:
        Fix the rollback progress printout in crash recovery
      301053ee
    • unknown's avatar
      trx0roll.c: · a2ec3906
      unknown authored
        Print progress of background rollback of transactions with more than 1000 undo log entries
      srv0start.c, trx0roll.c, log0recv.c, trx0roll.h:
        Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
      
      
      innobase/include/trx0roll.h:
        Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
      innobase/log/log0recv.c:
        Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
      innobase/srv/srv0start.c:
        Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
      innobase/trx/trx0roll.c:
        Print progress of background rollback of transactions with more than 1000 undo log entries
      a2ec3906
    • unknown's avatar
      rem0rec.ic: · 5a8d528f
      unknown authored
        Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
      
      
      innobase/include/rem0rec.ic:
        Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
      5a8d528f
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 60ebdbd4
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      sql/mysqld.cc:
        Auto merged
      sql-common/client.c:
        Auto merged
      60ebdbd4
    • unknown's avatar
      More work on truncations in libmysql: after-review fixes. · b355ecbe
      unknown authored
      
      libmysql/libmysql.c:
        More post-review fixes for truncation patch:
        - use my_strtoll10
        - workaround for Intel FPU executive precision feature
        - one case when we didn't report possible truncation fixed.
      strings/my_strtoll10.c:
        Fix a comment.
      tests/client_test.c:
        One more test now passes
      b355ecbe
    • unknown's avatar
      BUG#7384 IM fails to compile on Solaris. · 66eb662b
      unknown authored
      Solaris doesn't define INADDR_NONE macro. This resulted in compilation
      failure. (advanced fix)
      
      
      include/my_net.h:
        Added INADDR_NONE define
      sql-common/client.c:
        removed INADDR_NONE define as it is moved to my_net.h
      sql/mysqld.cc:
        add my_net.h define and remove INADDR_NONE
      66eb662b
  3. 17 Dec, 2004 23 commits
  4. 16 Dec, 2004 5 commits