1. 10 Apr, 2006 4 commits
  2. 09 Apr, 2006 15 commits
  3. 08 Apr, 2006 10 commits
  4. 07 Apr, 2006 11 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · bf253c00
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-aid
      
      bf253c00
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · d8fb0ce9
      unknown authored
      into  dl145j.mysql.com:/tmp/5.0.21-bug17284-temp_table
      
      d8fb0ce9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · ffcbdd8f
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      ffcbdd8f
    • unknown's avatar
      plugin/fulltext/configure.in · 9da634c9
      unknown authored
          no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c
          comments clarified. everything local to a plugin was declared static
      
      
      plugin/fulltext/configure.in:
        no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c:
        comments clarified. everything local to a plugin was declared static.
      9da634c9
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.1 · 6816b845
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      sql/opt_sum.cc:
        Auto merged
      6816b845
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · 02e76bd9
      unknown authored
      into  rurik.mysql.com:/home/igor/mysql-5.0
      
      02e76bd9
    • unknown's avatar
      Fixed BUG#15758: "Holding adaptive search latch in · d111fe20
      unknown authored
       innobase_query_caching_of_table_permitted()".
       Applied the patch due to Heikki Tuuri.
       Also removed superfluous #ifdefs.
      
      
      sql/sql_cache.cc:
        Applied the patch due to Heikki Tuuri.
         Query_cache::store_query(): Make InnoDB to release the adaptive
         hash index latch before MySQL acquires the query cache mutex.
      sql/sql_class.cc:
        Removing superfluous #ifdefs (suggested by Sanja, also discussed with Serg).
      sql/sql_cursor.cc:
        Removing superfluous #ifdefs (suggested by Sanja, also discussed with Serg).
      d111fe20
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · b452aeb1
      unknown authored
      into mysql.com:/M50/mtr-5.0
      
      b452aeb1
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 94249059
      unknown authored
      into  mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0.21-bug17284-temp_table
      
      94249059
    • unknown's avatar
      Manual merge. · 5042ec23
      unknown authored
      5042ec23
    • unknown's avatar
      Bug#17284 erroneous temp table cleanup on slave. · 400e3b43
      unknown authored
        
           Idea of the fix is for master to send FD event with `created' as 0
           to reconnecting slave (upon slave_net_timeout, no master crash) to avoid destroying temp tables.
           In a case of a connect by slave to the master after its crash temp tables have been already
           cleaned up so that slave can not keep `orphan' temp tables.
      
      
      mysql-test/r/rpl_temporary.result:
        results
      mysql-test/t/rpl_temporary.test:
        wait-free addon to check temp tables are ok after slave reconnect.
      sql/sql_repl.cc:
        Storing zero for assigning to `created' of FD event on the reconnecting slave.
      mysql-test/include/get_binlog_dump_thread_id.inc:
        mysqltest's preudo-macro to calculate $id master dump thread id
      400e3b43