1. 18 Mar, 2005 2 commits
  2. 17 Mar, 2005 38 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 38481ddc
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      38481ddc
    • unknown's avatar
      - fixed two merge errors · b8887150
      unknown authored
      b8887150
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · a63f53e4
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      
      libmysqld/examples/Makefile.am:
        Auto merged
      a63f53e4
    • unknown's avatar
      Missed this file in the embedded server when MIT Threads were removed. · 06c18c84
      unknown authored
      
      libmysqld/examples/Makefile.am:
        Remove MT_INCLUDE
      06c18c84
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 93fb9420
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      93fb9420
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 44655bfe
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      44655bfe
    • unknown's avatar
      Cleanup of Item_func_group_concat · a3b092e5
      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.
      a3b092e5
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-build · bbad8e7c
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/t/sp.test:
        Auto merged
      bbad8e7c
    • unknown's avatar
      Remove unexistent @MT_INCLUES@ · 0d99dabd
      unknown authored
      0d99dabd
    • unknown's avatar
      Merge · 20b1808e
      unknown authored
      20b1808e
    • unknown's avatar
      sp.test, sp.result: · 8a9f8e50
      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
      8a9f8e50
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0-build · e5c3e5ce
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      e5c3e5ce
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8047 · a61a0e0f
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      a61a0e0f
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8679 · e43a195a
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      e43a195a
    • unknown's avatar
      Fix HP/UX debug compile error. (Bug #8679) · 4f4ce919
      unknown authored
      
      libmysql/libmysql.c:
        Break up variable definitions to appease HP/UX compiler.
      4f4ce919
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 09d6d008
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      09d6d008
    • unknown's avatar
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 63bc5613
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      63bc5613
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9f3fa01b
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/petica
      
      9f3fa01b
    • unknown's avatar
      sp.test: · b28831ba
      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.
      b28831ba
    • unknown's avatar
      Added a missing pair of parenthesis. · d3178e09
      unknown authored
      d3178e09
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-8866 · e4041812
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      e4041812
    • unknown's avatar
      data0type.ic: · 3cc4c53c
      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       '
      3cc4c53c
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 · 47bf316a
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      47bf316a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · d6da580f
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      d6da580f
    • unknown's avatar
      endspace.result: · b3ea4653
      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
      b3ea4653
    • unknown's avatar
      data0type.ic: · 41c7c9c0
      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        '
      41c7c9c0
    • unknown's avatar
      endspace.result: · 49dbb23a
      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
      49dbb23a
    • unknown's avatar
      Manual merge. · 5c3dd871
      unknown authored
      5c3dd871
    • unknown's avatar
      after merge fix · d21e8ac0
      unknown authored
      d21e8ac0
    • unknown's avatar
      Merge 4.1 -> 5.0 · a262409b
      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
      a262409b
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 71cd1f9d
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      71cd1f9d
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · b5bdb802
      unknown authored
      into gluh.mysql.r18.ru:/home/gluh/MySQL-MERGE/mysql-5.0
      
      b5bdb802
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 8d55ca32
      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
      8d55ca32
    • unknown's avatar
      Merge · c9fa277d
      unknown authored
      
      sql/key.cc:
        Auto merged
      mysql-test/r/update.result:
        SCCS merged
      mysql-test/t/update.test:
        SCCS merged
      c9fa277d
    • unknown's avatar
      A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). · eb771658
      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.
      eb771658
    • unknown's avatar
      Fixed two bugs in MySQL ACL. · 5de05a3a
      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.
      
      5de05a3a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 216d0813
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-5.0
      
      216d0813