1. 19 Oct, 2004 4 commits
  2. 18 Oct, 2004 11 commits
    • unknown's avatar
      ha_innodb.cc: · f3bd30bb
      unknown authored
        Replace a tolower() loop with innobase_casedn_str()
      
      
      sql/ha_innodb.cc:
        Replace a tolower() loop with innobase_casedn_str()
      f3bd30bb
    • unknown's avatar
      InnoDB: Treat UTF-8 strings properly in case insensitive operations · 4da99978
      unknown authored
      
      innobase/dict/dict0dict.c:
        Use innobase_strcasecmp() and innobase_casedn_str()
        instead of ut_cmp_in_lower_case() and ut_cpy_in_lower_case()
      innobase/include/ut0byte.h:
        Remove ut_cpy_in_lower_case() and ut_cmp_in_lower_case()
      innobase/ut/ut0byte.c:
        Remove ut_cpy_in_lower_case() and ut_cmp_in_lower_case()
      sql/ha_innodb.cc:
        Add innobase_strcasecmp() and innobase_casedn_str()
        Replace tolower() loop with innobase_casedn_str()
        Replace my_casedn_str() with innobase_casedn_str()
        Replace ut_cmp_in_lower_case() with innobase_strcasecmp()
      4da99978
    • unknown's avatar
    • unknown's avatar
      srv0srv.c: · 2eda6618
      unknown authored
        If innodb_thread_concurrency would be exceeded, let a thread sleep 10 ms before entering the FIFO queue; previously, the value was 50 ms, which Peter Z considered too long
      
      
      innobase/srv/srv0srv.c:
        If innodb_thread_concurrency would be exceeded, let a thread sleep 10 ms before entering the FIFO queue; previously, the value was 50 ms, which Peter Z considered too long
      2eda6618
    • unknown's avatar
      CHARSET_INFO.txt: · 8dee7c7e
      unknown authored
        new file
      
      8dee7c7e
    • unknown's avatar
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · fce9ea55
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6057
      
      fce9ea55
    • unknown's avatar
      ctype-mb.c: · 5580c3bb
      unknown authored
        Remove unnesessary code: use_mb is always TRUE for the multibyte charsets.
      
      
      strings/ctype-mb.c:
        Remove unnesessary code: use_mb is always TRUE for the multibyte charsets.
      5580c3bb
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8c7ef779
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6057
      
      8c7ef779
    • unknown's avatar
      A fix (bug #6057: Data Type Problem in manager.c). · ce6cec90
      unknown authored
      
      libmysql/manager.c:
        Code clean-up: as my_net_read() returns ulong value we should use ulong here.
      ce6cec90
    • unknown's avatar
      Fix for broken --with-csv-storage-engine build. · 1a1298e4
      unknown authored
      Now we use TABLE::timestamp_field_type instead of
      TABLE::timestamp_default_now/on_update_now for determining
      if we should auto-set value of TIMESTAMP field during this operation.
      We are also use Field_timestamp::set_time() instead of
      handler::update_timestamp().
      
      
      sql/examples/ha_example.cc:
        Now we use TABLE::timestamp_field_type instead of
        TABLE::timestamp_default_now/on_update_now for determining
        if we should auto-set value of TIMESTAMP field during this operation.
        We are also use Field_timestamp::set_time() instead of
        handler::update_timestamp().
      sql/examples/ha_tina.cc:
        Now we use TABLE::timestamp_field_type instead of
        TABLE::timestamp_default_now/on_update_now for determining
        if we should auto-set value of TIMESTAMP field during this operation.
        We are also use Field_timestamp::set_time() instead of
        handler::update_timestamp().
      1a1298e4
  3. 16 Oct, 2004 1 commit
  4. 15 Oct, 2004 7 commits
  5. 14 Oct, 2004 17 commits