1. 11 Apr, 2006 4 commits
  2. 10 Apr, 2006 20 commits
  3. 09 Apr, 2006 4 commits
  4. 08 Apr, 2006 3 commits
    • unknown's avatar
      $MYSQL_TEST was broken with --valgrind. · 5a19f3bc
      unknown authored
      5a19f3bc
    • unknown's avatar
      Fixed bug #16069. · e536c8ec
      unknown authored
      The function agg_cmp_type in item_cmpfunc.cc neglected the fact that 
      the first argument in a BETWEEN/IN predicate could be a field of a view.
      As a result in the case when the retrieved table was hidden by a view 
      over it and the arguments in the BETWEEN/IN predicates are of 
      the date/time type the function did not perform conversion of 
      the constant arguments to the same format as the first field argument.
      If formats of the arguments differed it caused wrong a evaluation of
      the predicates.
      
      
      mysql-test/r/view.result:
        Added a test case for bug #16069.
      mysql-test/t/view.test:
        Added a test case for bug #16069.
      e536c8ec
    • unknown's avatar
      #18906: bushbuild reports rpl_temporary fails on solaris, AIX, QNX · e4435901
      unknown authored
      Removing the problematic line from include test file.
      
      
      mysql-test/include/get_binlog_dump_thread_id.inc:
        replacing replace_result by disable_query_log
      mysql-test/r/rpl_temporary.result:
        results
      e4435901
  5. 07 Apr, 2006 9 commits
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 67cbda06
      unknown authored
      into  dl145j.mysql.com:/tmp/5.0.21-bug17284-temp_table
      
      
      67cbda06
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · ff5df655
      unknown authored
      into  rurik.mysql.com:/home/igor/mysql-5.0
      
      
      ff5df655
    • unknown's avatar
      Fixed BUG#15758: "Holding adaptive search latch in · 372901ad
      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).
      372901ad
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6b5c0b11
      unknown authored
      into mysql.com:/M50/mtr-5.0
      
      
      6b5c0b11
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 34a72d8d
      unknown authored
      into  mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0.21-bug17284-temp_table
      
      
      34a72d8d
    • unknown's avatar
      Manual merge. · 9af841da
      unknown authored
      9af841da
    • unknown's avatar
      Bug#17284 erroneous temp table cleanup on slave. · 3ab267bf
      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
      3ab267bf
    • unknown's avatar
      Manual merge. · a024fd69
      unknown authored
      a024fd69
    • unknown's avatar
      mysql-test/mysql-test-run.sh : Provide info about the options used. · 747f81c2
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Provide info about the options used for this run to any evaluation tool.
      747f81c2