1. 03 Sep, 2004 2 commits
    • unknown's avatar
      Fixed unique prefix key bug for multibyte character sets (BUG #4521) for · bbd402dc
      unknown authored
      InnoDB. This fixes also a second part of the same problem with prefix keys
      on a multibyte string column for InnoDB.
      
      
      innobase/btr/btr0btr.c:
        Multibyte character set prefix indexes are not any more fixed size. Therefore,
        we have to chect that length of the index field in not greater than
        prefix length.
      innobase/rem/rem0cmp.c:
        Remove unnecessary changes.
      innobase/row/row0ins.c:
        Fixed unique prefix key or prefix key using multibyte character set bugs for
        InnoDB (BUG #4521). For prefix keys we have to get the storage length
        for the prefix length of characters in the key.
      innobase/row/row0row.c:
        Fixed unique prefix key or prefix key using multibyte character set bugs for
        InnoDB (BUG #4521). For prefix keys we have to get the storage length
        for the prefix length of characters in the key.
      innobase/row/row0sel.c:
        Fixed unique prefix key or prefix key using multibyte character set bugs for
        InnoDB (BUG #4521). For prefix keys we have to get the storage length
        for the prefix length of characters in the key.
      innobase/row/row0upd.c:
        Fixed unique prefix key or prefix key using multibyte character set bugs for
        InnoDB (BUG #4521). For prefix keys we have to get the storage length
        for the prefix length of characters in the key.
      mysql-test/r/ctype_utf8.result:
        Added utf8 character test cases for InnoDB.
      mysql-test/t/ctype_utf8.test:
        Added utf8 character expected test results for InnoDB.
      sql/ha_innodb.cc:
        Added function innobase_get_at_most_n_mbchars to return position of
        the nth character in the multibyte character string.
      sql/ha_innodb.h:
        Remove unnecessary changes.
      bbd402dc
    • unknown's avatar
      Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1 · 3e3981b5
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      
      3e3981b5
  2. 02 Sep, 2004 16 commits
  3. 01 Sep, 2004 7 commits
    • unknown's avatar
      fixed typo in group_concat printing (BUG#5161) · 0ceb4ddc
      unknown authored
      
      mysql-test/r/func_gconcat.result:
        fixed typo
      sql/item_sum.cc:
        fixed typo
      0ceb4ddc
    • unknown's avatar
      row0mysql.c: · e0820e75
      unknown authored
        row_drop_table_for_mysql(): Removed duplicated block of code.
      
      
      innobase/row/row0mysql.c:
        row_drop_table_for_mysql(): Removed duplicated block of code.
      e0820e75
    • unknown's avatar
      94ecacdb
    • unknown's avatar
      Move collation aggregation with superset conversion code · 705d5066
      unknown authored
      from Item_bool_func2 into DTCollation to make it reusable
      for other types of items.
      
      
      705d5066
    • unknown's avatar
      Make client_test pass on 64-bit HP-UX11: long is 64 bit, · acd13219
      unknown authored
      replace all (mis)uses of it with int32.
      
      
      acd13219
    • unknown's avatar
      Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1 · 0ee9e4d7
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      
      0ee9e4d7
    • unknown's avatar
      Merge with 4.0 · fe937a2b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-acconfig.h~8d2e3113fc8056da:
        Auto merged
      BitKeeper/deleted/.del-convert.cc~437689acaffb7446:
        Auto merged
      BitKeeper/deleted/.del-flush_block_commit-master.opt~3bcd295d5bf68796:
        Auto merged
      BitKeeper/deleted/.del-message.mc:
        Delete: VC++Files/sql/message.mc
      BitKeeper/deleted/.del-mysql_install.c~8c089740d79a92:
        Auto merged
      BitKeeper/deleted/.del-win1251.conf~b6bb6681f02917b6:
        Auto merged
      Build-tools/Bootstrap:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqladmin.c:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      client/mysqlcheck.c:
        Auto merged
      client/mysqldump.c:
        Auto merged
      client/mysqlimport.c:
        Auto merged
      client/mysqlmanager-pwgen.c:
        Auto merged
      client/mysqlshow.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      extra/my_print_defaults.c:
        Auto merged
      extra/perror.c:
        Auto merged
      extra/resolve_stack_dump.c:
        Auto merged
      extra/resolveip.c:
        Auto merged
      include/m_string.h:
        Auto merged
      include/my_getopt.h:
        Auto merged
      isam/isamchk.c:
        Auto merged
      isam/pack_isam.c:
        Auto merged
      myisam/mi_test1.c:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      myisam/myisampack.c:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/gen_lex_hash.cc:
        Auto merged
      strings/strto.c:
        Auto merged
      strings/strtol.c:
        Auto merged
      strings/strtoll.c:
        Auto merged
      strings/strtoull.c:
        Auto merged
      support-files/Makefile.am:
        Auto merged
      tools/mysqlmanager.c:
        Auto merged
      fe937a2b
  4. 31 Aug, 2004 15 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 8122a679
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      mysql-test/r/ndb_basic.result:
        Auto merged
      mysql-test/t/ndb_basic.test:
        Auto merged
      8122a679
    • unknown's avatar
      Do-compile: · 38105ee8
      unknown authored
        Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
      
      
      Build-tools/Do-compile:
        Remove --warnings for mysql-test-run. Devs don't use it, and Serg says it's not needed anymore.
      38105ee8
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 7e8ca7fd
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-not-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      7e8ca7fd
    • unknown's avatar
      after review patch · 1dc52f07
      unknown authored
      
      mysql-test/r/negation_elimination.result:
        new tests of negation elimination
      mysql-test/t/negation_elimination.test:
        new tests of negation elimination
      sql/item.h:
        test of boolean functions added
      sql/item_cmpfunc.cc:
        NOT subtree is already checked, so wee need to return just argument
      sql/item_cmpfunc.h:
        test of boolean functions added
      sql/mysql_priv.h:
        'place' to detect WHERE clause
      sql/sql_parse.cc:
        function for creation negated expression
      sql/sql_select.cc:
        removed unused function
      sql/sql_select.h:
        removed unused function
      sql/sql_yacc.yy:
        'place' to detect WHERE clause
      1dc52f07
    • unknown's avatar
      Added global my_getopt_error_reporter function pointer which is · c9394a0f
      unknown authored
      used in the handle_options() function (instead of using additional 
      handle_option() parameter). The default value of the 
      my_getopt_error_reporter is default_reporter(). One can set it to
      other functions if case of need.
      
      
      client/mysql.cc:
        Removed extra handle_optins()'s parameter.
      client/mysqladmin.c:
        Removed extra handle_optins()'s parameter.
      client/mysqlbinlog.cc:
        Removed extra handle_optins()'s parameter.
      client/mysqlcheck.c:
        Removed extra handle_optins()'s parameter.
      client/mysqldump.c:
        Removed extra handle_optins()'s parameter.
      client/mysqlimport.c:
        Removed extra handle_optins()'s parameter.
      client/mysqlmanager-pwgen.c:
        Removed extra handle_optins()'s parameter.
      client/mysqlmanagerc.c:
        Removed extra handle_optins()'s parameter.
      client/mysqlshow.c:
        Removed extra handle_optins()'s parameter.
      client/mysqltest.c:
        Removed extra handle_optins()'s parameter.
      extra/my_print_defaults.c:
        Removed extra handle_optins()'s parameter.
      extra/mysql_install.c:
        Removed extra handle_optins()'s parameter.
      extra/mysql_waitpid.c:
        Removed extra handle_optins()'s parameter.
      extra/perror.c:
        Removed extra handle_optins()'s parameter.
      extra/resolve_stack_dump.c:
        Removed extra handle_optins()'s parameter.
      extra/resolveip.c:
        Removed extra handle_optins()'s parameter.
      include/my_getopt.h:
        Removed extra handle_optins()'s parameter.
      isam/isamchk.c:
        Removed extra handle_optins()'s parameter.
      isam/pack_isam.c:
        Removed extra handle_optins()'s parameter.
      myisam/mi_test1.c:
        Removed extra handle_optins()'s parameter.
      myisam/myisam_ftdump.c:
        Removed extra handle_optins()'s parameter.
      myisam/myisamchk.c:
        Removed extra handle_optins()'s parameter.
      myisam/myisampack.c:
        Removed extra handle_optins()'s parameter.
      sql/gen_lex_hash.cc:
        Removed extra handle_optins()'s parameter.
      sql/mysqld.cc:
        Removed extra handle_optins()'s parameter.
      tools/mysqlmanager.c:
        Removed extra handle_optins()'s parameter.
      c9394a0f
    • unknown's avatar
      Merge mskold@build.mysql.com:/home/bk/mysql-4.1 · 775c057e
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      
      775c057e
    • unknown's avatar
      Better easier to call error message format. · e9c594e6
      unknown authored
      e9c594e6
    • unknown's avatar
      - bumped up version number in configure.in to "4.1.5-gamma" · d6493dbe
      unknown authored
       - tagged ChangeSet@1.2013 as "mysql-4.1.4"
      
      
      configure.in:
         - bumped up version number in configure.in to "4.1.5-gamma"
      d6493dbe
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · ae3dd78b
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      sql/sql_base.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      ae3dd78b
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · 52df5f5b
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
      
      
      cmd-line-utils/libedit/Makefile.am:
        Auto merged
      configure.in:
        Auto merged
      52df5f5b
    • unknown's avatar
      fixed two compiling bugs for libedit · 8bf38858
      unknown authored
      
      acinclude.m4:
        added macro to check if dirent.d_namlen is defined
      cmd-line-utils/libedit/config.h:
        added define for __attribute__
      cmd-line-utils/libedit/readline.c:
        checked STRUCT_DIRENT_HAS_D_NAMLEN instead of
        old enumeration of problem platforms
      configure.in:
        added checking if dirent has d_namlen member field
      8bf38858
    • unknown's avatar
      fixed compiling bug of libedit on qnx · 51fce2d2
      unknown authored
      discarded using of uint in cmd-line-utils/libedit/chared.c
      because it's undefined on qnx
      
      
      cmd-line-utils/libedit/chared.c:
        discarded using of uint because it's undefined on qnx
      51fce2d2
    • unknown's avatar
      fixed compiling bug · 7728843c
      unknown authored
      (non gcc compilers don't understand '-Dx()=' option)
      
      
      cmd-line-utils/libedit/Makefile.am:
        discarded '-Dx()=' options for compatibility with non-gcc compilers
      cmd-line-utils/libedit/config.h:
        added empty definitions of __RCSID(x), __COPYRIGHT(x), 
                                  __RENAME(x), _DIAGASSERT(x)
      cmd-line-utils/libedit/np/unvis.c:
        added #include "config.h" to define __RCSID(x)
      cmd-line-utils/libedit/np/vis.c:
        reinsert #include "config.h" before using of __RCSID(x)
      7728843c
    • unknown's avatar
      Review of new pushed code (Indentation fixes and simple optimizations) · 07f5a44b
      unknown authored
      Use 'mysqltest' as test database instead of test_$1 or test1,test2 to not accidently delete an important database
      Safety fix for mailformed MERGE files
      
      
      Build-tools/mysql-copyright:
        Print correct file name in case of errors
        Fixed indentation
      include/config-win.h:
        Removed unnecessary #ifdef
      myisammrg/myrg_open.c:
        Don't give a core if merge file contains INSERT_METHOD first (not legal but better safe than sorry)
        Don't set struct variables to zero that are already zero
        Indentation fixes
      mysql-test/r/create.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_basic.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_blob.result:
        Use 'mysqltest' as test database
      mysql-test/r/ndb_transaction.result:
        Use 'mysqltest' as test database
      mysql-test/r/ps_1general.result:
        Use 'mysqltest' as test database
      mysql-test/r/rpl_charset.result:
        Use 'mysqltest' as test database
      mysql-test/r/rpl_delete_all.result:
        Use 'mysqltest' as test database
      mysql-test/r/show_check.result:
        Use 'mysqltest' as test database
      mysql-test/t/create.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_basic.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_blob.test:
        Use 'mysqltest' as test database
      mysql-test/t/ndb_transaction.test:
        Use 'mysqltest' as test database
      mysql-test/t/ps_1general.test:
        Use 'mysqltest' as test database
      mysql-test/t/rpl_charset.test:
        Use 'mysqltest' as test database
      mysql-test/t/rpl_delete_all.test:
        Use 'mysqltest' as test database
      mysql-test/t/show_check.test:
        Use 'mysqltest' as test database
      sql/field.h:
        Mark functions that should be deleted as soon as we have a new prototype for store(longlong)
      sql/lock.cc:
        Indentation fix
      sql/sql_base.cc:
        Better comment.
        Break find_item_in_list in case of perfect match
      sql/sql_prepare.cc:
        Simple optimization
      sql/sql_select.cc:
        Portability fix
      07f5a44b
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · d2baf0f1
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug-psnames
      
      
      sql/sql_class.cc:
        Auto merged
      d2baf0f1