1. 16 Feb, 2004 6 commits
    • unknown's avatar
      Merge with public tree · 0c259c54
      unknown authored
      
      client/mysqldump.c:
        Auto merged
      configure.in:
        Auto merged
      include/m_ctype.h:
        Auto merged
      include/m_string.h:
        Auto merged
      include/my_global.h:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/fulltext.test:
        Auto merged
      mysql-test/t/grant.test:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      mysql-test/t/union.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_string.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      strings/ctype-mb.c:
        Auto merged
      strings/ctype-simple.c:
        Auto merged
      mysql-test/r/warnings.result:
        Fix error numbers after merge
      sql/share/czech/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/danish/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/dutch/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/estonian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/french/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/german/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/greek/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/hungarian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/italian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/japanese/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/korean/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/norwegian-ny/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/norwegian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/polish/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/portuguese/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/romanian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/russian/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/slovak/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/spanish/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/swedish/errmsg.txt:
        Add missing ',' and fix typo
      sql/share/ukrainian/errmsg.txt:
        Add missing ',' and fix typo
      0c259c54
    • unknown's avatar
      Merge with 4.0 to get fix for mysqlbinlog · d00fbce3
      unknown authored
      
      mysql-test/r/mysqlbinlog.result:
        Auto merged
      mysql-test/r/select_found.result:
        Auto merged
      mysql-test/t/select_found.test:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      client/mysqlbinlog.cc:
        Merge with 4.0
      configure.in:
        Merge with 4.0
      mysql-test/r/range.result:
        Use local file
      mysql-test/t/range.test:
        Use local file
      sql/share/english/errmsg.txt:
        Use local file
      d00fbce3
    • unknown's avatar
      After merge fixes · a07e48ec
      unknown authored
      Added more DBUG statements
      Ensure that we are comparing end space with BINARY strings
      Use 'any_db' instead of '' to mean any database. (For HANDLER command)
      Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
      
      
      BitKeeper/deleted/.del-ctype_tis620.result-old~3578ceb0b8284685:
        Delete: mysql-test/r/ctype_tis620.result-old
      BitKeeper/deleted/.del-ctype_tis620.test-old~ffb1bbd2935d1aba:
        Delete: mysql-test/t/ctype_tis620.test-old
      client/mysqlbinlog.cc:
        Added DBUG statements
        Added call of my_end() to free all used memory on exit
      heap/hp_info.c:
        After merge fixes
      heap/hp_open.c:
        After merge fixes
      include/heap.h:
        After merge fixes
      include/m_ctype.h:
        Use pchar instead of 'int' for character parameters.
        Added 'my_binary_compare()'
      include/m_string.h:
        Fixed wrong define
      innobase/ibuf/ibuf0ibuf.c:
        After merge fixes
      innobase/srv/srv0start.c:
        After merge fixes
      mysql-test/r/alter_table.result:
        Fixed results after merge
      mysql-test/r/auto_increment.result:
        Fixed results after merge
      mysql-test/r/bdb.result:
        Fixed results after merge
      mysql-test/r/binary.result:
        Fixed results after merge
      mysql-test/r/create.result:
        Fixed results after merge
      mysql-test/r/ctype_mb.result:
        Fixed results after merge
      mysql-test/r/ctype_tis620.result:
        Fixed results after merge
      mysql-test/r/ctype_utf8.result:
        Fixed results after merge
      mysql-test/r/delete.result:
        Fixed results after merge
      mysql-test/r/func_compress.result:
        Fixed results after merge
      mysql-test/r/func_gconcat.result:
        Fixed results after merge
      mysql-test/r/func_group.result:
        Fixed results after merge
      mysql-test/r/func_str.result:
        Fixed results after merge
      mysql-test/r/innodb.result:
        Fixed results after merge
      mysql-test/r/insert.result:
        Fixed results after merge
      mysql-test/r/insert_select.result:
        Fixed results after merge
      mysql-test/r/key.result:
        Fixed results after merge
      mysql-test/r/loaddata.result:
        Fixed results after merge
      mysql-test/r/lock.result:
        Fixed results after merge
      mysql-test/r/myisam.result:
        Fixed results after merge
      mysql-test/r/null.result:
        Fixed results after merge
      mysql-test/r/null_key.result:
        Fixed results after merge
      mysql-test/r/order_by.result:
        Fixed results after merge
      mysql-test/r/query_cache.result:
        Fixed results after merge
      mysql-test/r/range.result:
        Fixed results after merge
      mysql-test/r/rpl_multi_delete.result:
        Fixed results after merge
      mysql-test/r/rpl_until.result:
        Fixed results after merge
      mysql-test/r/subselect.result:
        Fixed results after merge
      mysql-test/r/subselect_innodb.result:
        Fixed results after merge
      mysql-test/r/type_blob.result:
        Fixed results after merge
      mysql-test/r/type_datetime.result:
        Fixed results after merge
      mysql-test/r/type_decimal.result:
        Fixed results after merge
      mysql-test/r/type_enum.result:
        Fixed results after merge
      mysql-test/r/type_float.result:
        Fixed results after merge
      mysql-test/r/type_ranges.result:
        Fixed results after merge
      mysql-test/r/type_time.result:
        Fixed results after merge
      mysql-test/r/type_timestamp.result:
        Fixed results after merge
      mysql-test/r/type_uint.result:
        Fixed results after merge
      mysql-test/r/type_year.result:
        Fixed results after merge
      mysql-test/r/variables.result:
        Fixed results after merge
      mysql-test/r/warnings.result:
        Fixed results after merge
      mysql-test/t/case.test:
        Fixed shifted error messages
      mysql-test/t/create.test:
        Fixed shifted error messages
      mysql-test/t/ctype_collate.test:
        Fixed shifted error messages
      mysql-test/t/ctype_tis620.test:
        Merge with 4.0 ctype_tis620 test
      mysql-test/t/delete.test:
        Fixed shifted error messages
      mysql-test/t/derived.test:
        Fixed shifted error messages
      mysql-test/t/fulltext.test:
        Fixed shifted error messages
      mysql-test/t/func_in.test:
        Fixed shifted error messages
      mysql-test/t/func_str.test:
        Fixed shifted error messages
      mysql-test/t/func_test.test:
        Fixed shifted error messages
      mysql-test/t/grant.test:
        Fixed shifted error messages
      mysql-test/t/innodb.test:
        Change to 4.1 syntax
      mysql-test/t/key_cache.test:
        Fixed shifted error messages
      mysql-test/t/myisam.test:
        New test of blob and end space
      mysql-test/t/row.test:
        Fixed shifted error messages
      mysql-test/t/rpl_until.test:
        Fixed shifted error messages
      mysql-test/t/subselect.test:
        Fixed shifted error messages
      mysql-test/t/subselect_innodb.test:
        Fix test to take into account foreign key constraints
      mysql-test/t/union.test:
        Fixed shifted error messages
      mysql-test/t/user_var.test:
        Fixed shifted error messages
      mysql-test/t/variables.test:
        Fixed shifted error messages
      mysys/my_handler.c:
        Merge with 4.0 code
      sql/ha_heap.cc:
        After merge fixes
      sql/handler.cc:
        After merge fixes
      sql/item.cc:
        After merge fixes
      sql/item_cmpfunc.cc:
        Ensure that we are comparing end space with BINARY strings
      sql/item_cmpfunc.h:
        Ensure that we are comparing end space with BINARY strings
      sql/log_event.cc:
        More DBUG statements
        Ensure that we use all options to LOAD DATA in replication
      sql/opt_range.cc:
        After merge fixes
      sql/sql_db.cc:
        After merge fixes
      sql/sql_handler.cc:
        After merge fixes
        Use 'any_db' instead of '' to mean 'no database comparison'
      sql/sql_parse.cc:
        After merge fixes
      sql/sql_select.cc:
        After merge fixes
        Added function comment for setup_group()
      sql/sql_string.cc:
        Added stringcmp() for binary comparison.
        Added function comments for sortcmp() and stringcmp()
      sql/sql_string.h:
        Added stringcmp()
      sql/sql_table.cc:
        After merge fixes
      sql/sql_update.cc:
        After merge fixes
      sql/sql_yacc.yy:
        Use 'any_db' instead of '' to mean any database. Using "" causes a 'wrong db name' error.
      strings/ctype-big5.c:
        Strip only end space, not other space characters.
      strings/ctype-bin.c:
        Removed some not needed functions.
        Added function comments
        Don't remove end space in comparisons
        Change my_wildcmp_bin() to be 'identical' with other similar code
      strings/ctype-czech.c:
        Strip only end space, not other space characters.
      strings/ctype-gbk.c:
        Strip only end space, not other space characters.
      strings/ctype-latin1.c:
        Strip only end space, not other space characters.
      strings/ctype-mb.c:
        Strip only end space, not other space characters.
      strings/ctype-simple.c:
        Strip only end space, not other space characters.
      strings/ctype-sjis.c:
        Strip only end space, not other space characters.
      strings/ctype-tis620.c:
        Added usage of my_instr_simple. This needs to be cleaned up!
      strings/ctype-utf8.c:
        Strip only end space, not other space characters.
      strings/ctype-win1250ch.c:
        Strip only end space, not other space characters.
        Fixed indentation
      strings/strto.c:
        Code cleanup
      a07e48ec
    • unknown's avatar
      Cleanup + safety comment · 40ad9154
      unknown authored
      
      sql/share/english/errmsg.txt:
        Added note to ensure that no one adds new error message to 4.0.
        This is important as it causes too many problems with test suite in 4.1
      sql/sql_load.cc:
        Removed wrong comment.
      40ad9154
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · a6e2f61e
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      
      configure.in:
        Auto merged
      a6e2f61e
    • unknown's avatar
      srv0srv.c: · 70eef0cb
      unknown authored
        Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier
      
      
      innobase/srv/srv0srv.c:
        Add a missing space to the output format of SHOW INNODB STATUS; reported by Jocelyn Fournier
      70eef0cb
  2. 15 Feb, 2004 9 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · cb6cd9af
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      cb6cd9af
    • unknown's avatar
      bug#2708 · d3545913
      unknown authored
      test results updated
      
      
      myisam/ft_boolean_search.c:
        cleanup
      myisam/ft_parser.c:
        cleanup
        bug#2708
      mysql-test/r/derived.result:
        error messages updated
      mysql-test/r/fulltext.result:
        bug#2708
      mysql-test/r/warnings.result:
        error messages updated
      mysql-test/t/fulltext.test:
        bug#2708
      d3545913
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · e8b6456f
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      e8b6456f
    • unknown's avatar
      no dots in the error messages! · f7f02b48
      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!
      f7f02b48
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · c27499a7
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      c27499a7
    • unknown's avatar
      fixed initialization to satisfy valgrind · fcde388c
      unknown authored
      fcde388c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 863e9c74
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      sql/sql_yacc.yy:
        Auto merged
      863e9c74
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · d4ca2706
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2705/mysql-4.1
      
      
      mysql-test/r/mysqldump.result:
        Auto merged
      d4ca2706
    • unknown's avatar
      REVOKE ALL PRIVILEGES, GRANT FROM user_list · dbcb6896
      unknown authored
      is changed to a more consistent
      REVOKE ALL PRIVILEGES, GRANT OPTION FROM user_list.
      Bug #2642
      
      
      dbcb6896
  3. 14 Feb, 2004 10 commits
  4. 13 Feb, 2004 14 commits
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4ec12a5e
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_2592/mysql-4.1
      
      
      4ec12a5e
    • unknown's avatar
      a little optimization in yylex · f05d5c84
      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)
      f05d5c84
    • unknown's avatar
      fixed bug #2705 "mysqldump --tab extra output" · 18042f79
      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
      18042f79
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 4c6344ed
      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
      4c6344ed
    • unknown's avatar
      small optimization · e05c2a90
      unknown authored
      e05c2a90
    • unknown's avatar
      my_atof is deleted · 1515c121
      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"
      1515c121
    • unknown's avatar
      Always use libtool with "--preserve-dup-deps" · 0a95bda2
      unknown authored
      Always use all LOAD DATA options in replication.
      Fixed problem in mysqlbinlog where LOAD DATA options could be overwritten.
      
      
      client/mysqlbinlog.cc:
        Ensure that we don't call init_dynamic_array() before my_init() has been done
      configure.in:
        Always use libtool with "--preserve-dup-deps" to prevent link problems with g++
      mysql-test/r/mysqlbinlog.result:
        new results
      mysql-test/r/range.result:
        new results
      mysql-test/t/range.test:
        add missing DROP TABLE
      sql/log_event.cc:
        Always use all LOAD DATA options. This is needed to handle commands of type "FIELDS TERMINATED BY ''"
        Allocate memory for Create_file_log_event options as these may be overwritten in mysqlbinlog
      sql/log_event.h:
        Free buffer
      0a95bda2
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9a3a0d7d
      unknown authored
      into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      
      9a3a0d7d
    • unknown's avatar
      This line missed in the fix #2208 · 0e5c56be
      unknown authored
      
      sql-common/client.c:
        'virtual' method initialization
      0e5c56be
    • unknown's avatar
      82364214
    • unknown's avatar
      Fix for #2211 (field->def contains invalid values) · bb625fbc
      unknown authored
      
      libmysqld/lib_sql.cc:
        not the right variable was used
      bb625fbc
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · f03296b6
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.2211
      
      
      f03296b6
    • unknown's avatar
      Another fix for #2208 · f2adc112
      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
      f2adc112
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 69f98841
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-limit-4.1
      
      
      69f98841
  5. 12 Feb, 2004 1 commit