1. 18 Mar, 2005 2 commits
  2. 17 Mar, 2005 38 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b1f7a9e1
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      b1f7a9e1
    • unknown's avatar
      - fixed two merge errors · 116f1f64
      unknown authored
      116f1f64
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · a22df0ed
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      libmysqld/examples/Makefile.am:
        Auto merged
      a22df0ed
    • unknown's avatar
      Missed this file in the embedded server when MIT Threads were removed. · cb74bdcc
      unknown authored
      
      libmysqld/examples/Makefile.am:
        Remove MT_INCLUDE
      cb74bdcc
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 5f578edb
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      5f578edb
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d3db27e3
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      d3db27e3
    • unknown's avatar
      Cleanup of Item_func_group_concat · 6fc7c074
      unknown authored
      
      mysql-test/r/func_gconcat.result:
        Test result fixed.
      sql/item_sum.cc:
        Cleanup of Item_func_group_concat:
        - last unobvious things commented
        - don't store NULLs in the tree.
        - remove unneeded variables.
        - use setup_order, not setup_group to setup group concat order list
      sql/item_sum.h:
        Cleanup for Item_func_group_concat: remove unneded variables, methods,
        move a bunch of variables to private: section.
      6fc7c074
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-build · 37130fc1
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/t/sp.test:
        Auto merged
      37130fc1
    • unknown's avatar
      Remove unexistent @MT_INCLUES@ · d1deb659
      unknown authored
      d1deb659
    • unknown's avatar
      Merge · 63a2b47d
      unknown authored
      63a2b47d
    • unknown's avatar
      sp.test, sp.result: · cc9e66f5
      unknown authored
        transactional test removed
      sp_trans.test, sp_trans.result:
        new file
      
      
      mysql-test/r/sp.result:
        transactional test removed
      mysql-test/t/sp.test:
        transactional test removed
      cc9e66f5
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0-build · 9cffa82b
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      9cffa82b
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8047 · 635db0ec
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      
      635db0ec
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8679 · 91ab3809
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      
      91ab3809
    • unknown's avatar
      Fix HP/UX debug compile error. (Bug #8679) · 2ad50a50
      unknown authored
      
      libmysql/libmysql.c:
        Break up variable definitions to appease HP/UX compiler.
      2ad50a50
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · c76b98e7
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      
      c76b98e7
    • unknown's avatar
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8ca02ee0
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      
      8ca02ee0
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 262bed0a
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      
      262bed0a
    • unknown's avatar
      sp.test: · 25099e09
      unknown authored
        Fix for a bug with test failing with Classic.
      
      
      mysql-test/t/sp.test:
        Fix for a bug with test failing with Classic.
      25099e09
    • unknown's avatar
      Added a missing pair of parenthesis. · ba2c213b
      unknown authored
      ba2c213b
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8866 · 31f9e5a7
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      
      31f9e5a7
    • unknown's avatar
      data0type.ic: · 83bd17bb
      unknown authored
        Revert the change to the space padding of BLOB and TEXT in comparisons; we cannot change the sorting order, because that would make old tables to appear corrupt; better to change LIKE 'a%' processing in MySQL, so that the lower end of the search interval would be 'a', not 'a       '
      
      
      innobase/include/data0type.ic:
        Revert the change to the space padding of BLOB and TEXT in comparisons; we cannot change the sorting order, because that would make old tables to appear corrupt; better to change LIKE 'a%' processing in MySQL, so that the lower end of the search interval would be 'a', not 'a       '
      83bd17bb
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3fda4f1f
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      3fda4f1f
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · a93d5b2c
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      a93d5b2c
    • unknown's avatar
      endspace.result: · ee987331
      unknown authored
        Update endspace.result now that InnoDB pads BLOBs properly with spaces in comparisons
      
      
      mysql-test/r/endspace.result:
        Update endspace.result now that InnoDB pads BLOBs properly with spaces in comparisons
      ee987331
    • unknown's avatar
      data0type.ic: · 31ab90c8
      unknown authored
        Fix that 'a' LIKE 'a%' was not true for an InnoDB BLOB or TEXT type column prefix index search: InnoDB assumed that the BLOB and TEXT should not be padded with space in comparisons; this bug is also in 4.1; it may have worked in 4.1 because MySQL may have asked there for strings >= 'a', while in 5.0 it asks for strings >= 'a        '
      
      
      innobase/include/data0type.ic:
        Fix that 'a' LIKE 'a%' was not true for an InnoDB BLOB or TEXT type column prefix index search: InnoDB assumed that the BLOB and TEXT should not be padded with space in comparisons; this bug is also in 4.1; it may have worked in 4.1 because MySQL may have asked there for strings >= 'a', while in 5.0 it asks for strings >= 'a        '
      31ab90c8
    • unknown's avatar
      endspace.result: · e4a2c7e9
      unknown authored
        Someone has fixed the calculation of length() for a returned InnoDB VARCHAR value: update endspace.result to have the correct value length('teststring') == 10
      
      
      mysql-test/r/endspace.result:
        Someone has fixed the calculation of length() for a returned InnoDB VARCHAR value: update endspace.result to have the correct value length('teststring') == 10
      e4a2c7e9
    • unknown's avatar
      Manual merge. · 94c3958e
      unknown authored
      94c3958e
    • unknown's avatar
      after merge fix · 0c0a2d55
      unknown authored
      0c0a2d55
    • unknown's avatar
      Merge 4.1 -> 5.0 · 17791f95
      unknown authored
      
      heap/hp_create.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/olap.result:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/key.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/sql_select.h:
        Auto merged
      sql/sql_string.h:
        Auto merged
      client/mysqldump.c:
        Manual merge
      mysql-test/r/func_gconcat.result:
        Manual merge
      mysql-test/r/func_str.result:
        Manual merge
      mysql-test/t/func_gconcat.test:
        Manual merge
      sql/ha_heap.cc:
        Manual merge
      sql/sql_select.cc:
        Manual merge
      17791f95
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 621abfac
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      621abfac
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4079a85a
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      
      4079a85a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 5c1b91f1
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/handler.cc:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      5c1b91f1
    • unknown's avatar
      Merge · 3e4ae65a
      unknown authored
      
      sql/key.cc:
        Auto merged
      mysql-test/r/update.result:
        SCCS merged
      mysql-test/t/update.test:
        SCCS merged
      3e4ae65a
    • unknown's avatar
      A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). · 7ceb5c6c
      unknown authored
      
      sql/key.cc:
        A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop).
        For "partial" key parts (e.g. key(a(20), ...) we create different
        key_part->field, see sql/table.cc; so we have to use the eq() 
        function here to compare fields.
      7ceb5c6c
    • unknown's avatar
      Fixed two bugs in MySQL ACL. · 2bbde22d
      unknown authored
      First one is related to Bug#7905. One should not be allowed to
      create new user with password without UPDATE privilege to
      MySQL database. Furthermore, executing the same GRANT statement
      twice would actually crash the server and corrupt privilege database.
      
      Other bug was that one could update a column, using the existing
      value as basis to calculate the new value (e.g. UPDATE t1 SET a=a+1)
      without SELECT privilege to the field (a in the above example)
      
      Fixed tests grant.pl and grant2, which were wrong.
      
      
      2bbde22d
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · f3a63cde
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      f3a63cde