1. 12 Jan, 2005 10 commits
    • unknown's avatar
      ha_innodb.cc: · 541e56e6
      unknown authored
        Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case
      sync0sync.h:
        Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these
      row0ins.c:
        Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation
      
      
      innobase/row/row0ins.c:
        Add a comment why the query cache invalidate operation cannot deadlock in a cascaded FOREIGN KEY operation
      innobase/include/sync0sync.h:
        Assign sync0sync.h ranks also for the MySQL query cache mutex and the MySQL binlog mutex; the latching order must be obeyed also for these
      sql/ha_innodb.cc:
        Add comments about why the InnoDB latching order is obeyed also for the MySQL query cache mutex; add an error printf if that is not the case
      541e56e6
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0 · 08d96759
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.clean
      
      08d96759
    • unknown's avatar
      --defaults-extra-file bug fixed · 4d90da30
      unknown authored
      
      mysys/default.c:
        silly mistake happened during the merge
      4d90da30
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-merge · 9247fc67
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      Build-tools/Do-compile:
        Auto merged
      9247fc67
    • unknown's avatar
      - Modified Do-compile to run the test suite with ps-protocol and against · dd41f4b2
      unknown authored
        the embedded server by default (if included). These additional steps can
        be skipped by providing "--skip-embedded-test" and "--skip-ps-test"
      
      
      Build-tools/Do-compile:
        - enabled running the test suite with ps-protocol and against the embedded
          server by default (if included). These additional steps can be skipped
          by providing "--skip-embedded-test" and "--skip-ps-test"
      dd41f4b2
    • unknown's avatar
      renamed charset name 'eucjp_ms' to 'eucjpms' · 71c2158f
      unknown authored
      71c2158f
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · ff6b4e9f
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-look-valgrind
      
      ff6b4e9f
    • unknown's avatar
      Fix for use of unitialized variable errors: Manually delete · 3c27b549
      unknown authored
       {min,max}_functions_it as it is not allocated on the pool.
      
      3c27b549
    • unknown's avatar
      uncommented the drop table statement · b0291e09
      unknown authored
      
      mysql-test/t/ctype_eucjp_ms.test:
        uncommnented the drop table statement
      b0291e09
    • unknown's avatar
      added new character set - cp932, eucjp_ms · fd767f5b
      unknown authored
      
      config/ac-macros/character_sets.m4:
        added cp932, eucjp_ms character set
      include/m_ctype.h:
        added cp932, eucjp_ms character set
      libmysql/Makefile.shared:
        added cp932, eucjp_ms character set
      mysys/charset-def.c:
        added cp932, eucjp_ms character set
      sql/share/charsets/Index.xml:
        added cp932, eucjp_ms character set
      strings/Makefile.am:
        added cp932, eucjp_ms character set
      fd767f5b
  2. 11 Jan, 2005 30 commits