1. 12 Jan, 2005 16 commits
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · 18a7ca47
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      18a7ca47
    • unknown's avatar
      ha_innodb.cc: · 871fdda1
      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
      871fdda1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · a21bb575
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      a21bb575
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0 · c153522d
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.clean
      
      
      c153522d
    • unknown's avatar
      --defaults-extra-file bug fixed · 5b067823
      unknown authored
      
      mysys/default.c:
        silly mistake happened during the merge
      5b067823
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3a13246c
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      3a13246c
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-merge · 332b0609
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      Build-tools/Do-compile:
        Auto merged
      332b0609
    • unknown's avatar
      - Modified Do-compile to run the test suite with ps-protocol and against · d862f846
      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"
      d862f846
    • unknown's avatar
      renamed charset name 'eucjp_ms' to 'eucjpms' · e234bbea
      unknown authored
      e234bbea
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · edbef416
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      sql/opt_range.cc:
        Auto merged
      edbef416
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · dd3cfa8d
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-look-valgrind
      
      
      dd3cfa8d
    • unknown's avatar
      Fix for use of unitialized variable errors: Manually delete · 2b73271c
      unknown authored
       {min,max}_functions_it as it is not allocated on the pool.
      
      
      2b73271c
    • unknown's avatar
      uncommented the drop table statement · d67a56cb
      unknown authored
      
      mysql-test/t/ctype_eucjp_ms.test:
        uncommnented the drop table statement
      d67a56cb
    • unknown's avatar
      added new character set - cp932, eucjp_ms · 37a15ec0
      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
      37a15ec0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 547b78c5
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      sql/field.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      547b78c5
    • unknown's avatar
      Fixed memory reference errors found by valgrind · 24a02757
      unknown authored
      
      sql/ha_federated.cc:
        Change mode to -rw-rw-r--
      myisam/mi_create.c:
        Ensure that all referenced memory is reset
      mysql-test/r/type_timestamp.result:
        More tests
      mysql-test/t/func_compress.test:
        Added comment
      mysql-test/t/type_timestamp.test:
        More tests
      sql/field.h:
        Count number of varchars in table
      sql/item_cmpfunc.cc:
        Safety fix (to avoid warning from valgrind)
      sql/opt_range.cc:
        Simple optimzation
      sql/sql_acl.cc:
        Safety fix (to avoid warning from valgrind)
      sql/sql_parse.cc:
        Safety fix for prepared statements
      sql/sql_show.cc:
        Move variable declarations first in function
        Remove hidden variable (it)
        Remove accessing freed memory (table_list->table_name)
      sql/sql_update.cc:
        Compare records with varchars correctly
      sql/table.cc:
        Safety fix when running with purify/valgrind
        Fix wrong memory reference in case of errors
      sql/table.h:
        Added counting of varchar fields
      strings/ctype-mb.c:
        Fill max_str properly
      24a02757
  2. 11 Jan, 2005 24 commits