1. 04 Feb, 2005 1 commit
    • unknown's avatar
      indexless boolean fulltext search was depending on default_charset_info - Bug#8159 · 8c750c46
      unknown authored
      ftbw->off wasn't cleared on reinit - Bug#8234
      
      
      include/ft_global.h:
        get rid of default_charset_info in indexless fulltext searches
      myisam/ft_boolean_search.c:
        get rid of default_charset_info in indexless fulltext searches
        clear ftbw->off on reinits
      myisam/ft_static.c:
        get rid of default_charset_info in indexless fulltext searches
      myisam/ftdefs.h:
        get rid of default_charset_info in indexless fulltext searches
      sql/ha_myisam.h:
        get rid of default_charset_info in indexless fulltext searches
      sql/handler.h:
        get rid of default_charset_info in indexless fulltext searches
      sql/item_func.cc:
        get rid of default_charset_info in indexless fulltext searches
      8c750c46
  2. 02 Feb, 2005 4 commits
    • unknown's avatar
      configure.in · c83412f7
      unknown authored
          don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
      sql/mysqld.cc
          hide from the user options that do nothing
      sql/sql_update.cc
          better fix for uninitialized used_index
      
      
      configure.in:
        don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
      sql/mysqld.cc:
        hide from the user options that do nothing
      sql/sql_update.cc:
        better fix for uninitialized used_index
      c83412f7
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · f2296958
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      f2296958
    • unknown's avatar
      func_str.result, func_str.test: · 4c76152b
      unknown authored
        Added a test case for bug #7751.
      item_strfunc.cc:
        Fixed bug #7751.
        The function Item_func_conv::val_str did not update
        the unsigned_flag value.
      
      
      sql/item_strfunc.cc:
        Fixed bug #7751.
        The function Item_func_conv::val_str did not update
        the unsigned_flag value.
      mysql-test/t/func_str.test:
        Added a test case for bug #7751.
      mysql-test/r/func_str.result:
        Added a test case for bug #7751.
      4c76152b
    • unknown's avatar
      ndb - backup fix, found on powermacg4 · 1a2ef2be
      unknown authored
      
      ndb/src/kernel/blocks/backup/Backup.cpp:
        index typo overwrote attribute array, found on powermacg4
      1a2ef2be
  3. 01 Feb, 2005 17 commits
  4. 31 Jan, 2005 18 commits