1. 24 Nov, 2006 2 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · b1bc23d6
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
      
      
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      mysql-test/mysql-test-run-shell.sh:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Manual merge of changes for RPM
      b1bc23d6
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1-maint · 04e5eefd
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
      
      04e5eefd
  2. 23 Nov, 2006 1 commit
  3. 22 Nov, 2006 2 commits
  4. 21 Nov, 2006 4 commits
  5. 20 Nov, 2006 2 commits
  6. 17 Nov, 2006 6 commits
  7. 16 Nov, 2006 5 commits
  8. 15 Nov, 2006 4 commits
  9. 14 Nov, 2006 4 commits
  10. 13 Nov, 2006 5 commits
  11. 12 Nov, 2006 2 commits
    • unknown's avatar
      bug#19402 SQL close to the size of the max_allowed_packet fails on the slave · fdaef4e7
      unknown authored
      comments are fixed as was suggested in reviews.
      
      
      sql/log_event.h:
        fixing comments
      sql/slave.cc:
        fixing comments
      sql/sql_repl.cc:
        fixing comments
      fdaef4e7
    • unknown's avatar
      Correcting BUG/WL identifier extraction to allow multiple references to auxilary · 34f12b36
      unknown authored
      bugs/wls in cset's comments. The targetted BUG's or WL's identifier must be specified
      the first in the comments. The referred bugs wls can be typed in same as the targeted
      clickable format.
      If the the target of the fix is a WL and there are some references to bugs
      then the first found reference is regarded as "co-target" so that the bug's identifier
      comes up on the subject line along with the WL's and commit mail will update
      the bug page. The latter feature can be disarmed (if there is no need to update
      the referred bug's page) with typing the first a pseudo-bug pattern (bug#0).
      
      This paticular cset will generate subject line containing bug#0 (as it was the first
      referred) whereas the old version would put in the subject line the last referred
      pattern (e.g bug#2147483648).
      
      
      BitKeeper/triggers/post-commit:
        fixing greedyness of old extraction
      34f12b36
  12. 11 Nov, 2006 2 commits
  13. 10 Nov, 2006 1 commit
    • unknown's avatar
      Bug #22860: Option --memlock should be revisited · e6246ed4
      unknown authored
      Support says that memlock doesn't work on OSes other than Solaris.  
      Add a warning about --memlock to the crash monologue.
      
      
      sql/mysqld.cc:
        On a crash when --memlock was active, emit advice about the insta-
        bility of that parameter.
      e6246ed4