1. 16 Feb, 2004 1 commit
    • unknown's avatar
      ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure · 435fdbc2
      unknown authored
      
      mysql-test/r/union.result:
        fix for union test becuase now not all fields in UNION allow NULLS
        fix of test
        test suite for BUG#2809
      mysql-test/t/union.test:
        test suite for BUG#2809
      sql/mysql_priv.h:
        removed unused parameter of setup_tables()
      sql/sql_base.cc:
        removed unused parameter of setup_tables()
        cleanup of unused code
      sql/sql_class.h:
        removed unused field
      sql/sql_help.cc:
        removed unused parameter of setup_tables()
      sql/sql_insert.cc:
        removed unused parameter of setup_tables()
      sql/sql_lex.cc:
        excluded duplicate tables finding for UNION
      sql/sql_load.cc:
        removed unused parameter of setup_tables()
      sql/sql_olap.cc:
        removed unused parameter of setup_tables()
      sql/sql_prepare.cc:
        removed unused parameter of setup_tables()
      sql/sql_select.cc:
        removed unused parameter of setup_tables()
        revert old BUG#2508 patch
      sql/sql_union.cc:
        revert old BUG#2508 patch
        removed unused code
      sql/sql_update.cc:
        removed unused parameter of setup_tables()
      sql/table.h:
        shared used only for multi-update for now
      435fdbc2
  2. 15 Feb, 2004 7 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 5dc39ae3
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      5dc39ae3
    • unknown's avatar
      no dots in the error messages! · fe6e91a4
      unknown authored
      --disable-warning in union.test
      
      
      mysql-test/t/union.test:
        cleanup
      sql/share/czech/errmsg.txt:
        no dots in the error messages!
      sql/share/danish/errmsg.txt:
        no dots in the error messages!
      sql/share/dutch/errmsg.txt:
        no dots in the error messages!
      sql/share/english/errmsg.txt:
        no dots in the error messages!
      sql/share/estonian/errmsg.txt:
        no dots in the error messages!
      sql/share/french/errmsg.txt:
        no dots in the error messages!
      sql/share/german/errmsg.txt:
        no dots in the error messages!
      sql/share/greek/errmsg.txt:
        no dots in the error messages!
      sql/share/hungarian/errmsg.txt:
        no dots in the error messages!
      sql/share/italian/errmsg.txt:
        no dots in the error messages!
      sql/share/japanese/errmsg.txt:
        no dots in the error messages!
      sql/share/korean/errmsg.txt:
        no dots in the error messages!
      sql/share/norwegian-ny/errmsg.txt:
        no dots in the error messages!
      sql/share/norwegian/errmsg.txt:
        no dots in the error messages!
      sql/share/polish/errmsg.txt:
        no dots in the error messages!
      sql/share/portuguese/errmsg.txt:
        no dots in the error messages!
      sql/share/romanian/errmsg.txt:
        no dots in the error messages!
      sql/share/russian/errmsg.txt:
        no dots in the error messages!
      sql/share/serbian/errmsg.txt:
        no dots in the error messages!
      sql/share/slovak/errmsg.txt:
        no dots in the error messages!
      sql/share/spanish/errmsg.txt:
        no dots in the error messages!
      sql/share/swedish/errmsg.txt:
        no dots in the error messages!
      sql/share/ukrainian/errmsg.txt:
        no dots in the error messages!
      fe6e91a4
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 9e59f1a1
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      9e59f1a1
    • unknown's avatar
      fixed initialization to satisfy valgrind · 7867a773
      unknown authored
      7867a773
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 1b748b5e
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      sql/sql_yacc.yy:
        Auto merged
      1b748b5e
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · bdbeeaa8
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2705/mysql-4.1
      
      
      mysql-test/r/mysqldump.result:
        Auto merged
      bdbeeaa8
    • unknown's avatar
      REVOKE ALL PRIVILEGES, GRANT FROM user_list · fbdd2816
      unknown authored
      is changed to a more consistent
      REVOKE ALL PRIVILEGES, GRANT OPTION FROM user_list.
      Bug #2642
      
      fbdd2816
  3. 14 Feb, 2004 9 commits
  4. 13 Feb, 2004 13 commits
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b85da8f9
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2592/mysql-4.1
      
      b85da8f9
    • unknown's avatar
      a little optimization in yylex · 96e5b12b
      unknown authored
      (case MY_LEX_USER_VARIABLE_DELIMITER for multichar strings)
      and my_mbcharlen
      
      
      include/m_ctype.h:
        a trivial optimization of my_mbcharlen (case !USE_MB)
      sql/sql_lex.cc:
        a little optimization in yylex 
        (case MY_LEX_USER_VARIABLE_DELIMITER for multichar strings)
      96e5b12b
    • unknown's avatar
      fixed bug #2705 "mysqldump --tab extra output" · 75adc4e4
      unknown authored
      
      client/mysqldump.c:
        fixed bug #2705 "mysqldump --tab extra output"
        and splited setting of sql_mode to separate line to merge with 4.0
      75adc4e4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 12ff87ec
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      configure.in:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_sum.h:
        Auto merged
      sql/sql_string.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      strings/ctype-simple.c:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      12ff87ec
    • unknown's avatar
      small optimization · da067a76
      unknown authored
      da067a76
    • unknown's avatar
      my_atof is deleted · 98150adc
      unknown authored
      strtod from mit-threads is restored and cleaned up
      
      
      BitKeeper/deleted/.del-atof.c~d3edf47a9884080:
        Delete: strings/atof.c
      configure.in:
        atod() is no longer used in MySQL
        isinf() now is
      include/m_string.h:
        my_strtod, my_atof
      include/my_global.h:
        my_atof is deleted
        define isinf()
      libmysql/Makefile.shared:
        use internal strtod
      sql/gstream.cc:
        use internal strtod
      sql/init.cc:
        my_atof is deleted
      sql/item.h:
        use internal strtod
      sql/item_func.cc:
        use internal strtod
      sql/item_sum.h:
        use internal strtod
      sql/sql_analyse.cc:
        use internal strtod
      strings/Makefile.am:
        use internal strtod
      strings/ctype-simple.c:
        use internal strtod
      strings/ctype-ucs2.c:
        use internal strtod
      strings/strtod.c:
        cleanup
        stricter input checks (e.g. ".E10" is no longer a number)
        don't return an "inf"
      98150adc
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · f4949510
      unknown authored
      into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      f4949510
    • unknown's avatar
      This line missed in the fix #2208 · 1a5baeb1
      unknown authored
      
      sql-common/client.c:
        'virtual' method initialization
      1a5baeb1
    • unknown's avatar
      56e1a09a
    • unknown's avatar
      Fix for #2211 (field->def contains invalid values) · 2672e27e
      unknown authored
      
      libmysqld/lib_sql.cc:
        not the right variable was used
      2672e27e
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6b49315d
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.2211
      
      6b49315d
    • unknown's avatar
      Another fix for #2208 · cd955119
      unknown authored
      previous one had error
      
      
      libmysqld/lib_sql.cc:
        memdup_mysql deleted
      sql/sql_class.h:
        String instead of char*
      sql/sql_parse.cc:
        storing of the rest of the query
      cd955119
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 5f35ff09
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-limit-4.1
      
      5f35ff09
  5. 12 Feb, 2004 10 commits