1. 04 Apr, 2005 4 commits
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1 · 9c1b1fc3
      unknown authored
      into mysql.com:/usr/home/bar/mysql-5.0
      
      
      strings/ctype-uca.c:
        Auto merged
      9c1b1fc3
    • unknown's avatar
      ctype_uca.result: · dd44998b
      unknown authored
        fixing test results accordingly.
      ctype-uca.c:
        It appeared that in traditional Spanish collation
        'RR' is not equal to 'R', as Unicode and Mimer state.
        We'll go Oracle and IBM way instead:
        No special rules to 'RR'.
      
      
      strings/ctype-uca.c:
        It appeared that in traditional Spanish collation
        'RR' is not equal to 'R', as Unicode and Mimer state.
        We'll go Oracle and IBM way instead:
        No special rules to 'RR'.
      mysql-test/r/ctype_uca.result:
        fixing test results accordingly.
      dd44998b
    • unknown's avatar
      Fix for bit type: · d65e52d8
      unknown authored
      we have to handle bit fields as well.
      
      d65e52d8
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 · c35717a1
      unknown authored
      into eagle.intranet.mysql.r18.ru:/home/gluh/MySQL/Bugs/mysql-5.0.9344
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/sql_show.cc:
        Auto merged
      c35717a1
  2. 03 Apr, 2005 7 commits
  3. 02 Apr, 2005 8 commits
    • unknown's avatar
      - stackoverflow check added for view of view processing · 145b6d72
      unknown authored
      - fixed bug in join view processing
      - postreview fixes (BUG#9398 & BUG#8703)
      
      
      sql/sql_base.cc:
        used original TABLE object to get correct name of table and db
      sql/sql_view.cc:
        fixed bug of assigning select_lex for join view
      sql/table.cc:
        comment fixed
        stack overflow check added
        new method for underlying base table finding
      sql/table.h:
        comment fixed
        new method for underlying base table finding
      145b6d72
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · dc0b577f
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      dc0b577f
    • unknown's avatar
      results updated · b2ec82bb
      unknown authored
      b2ec82bb
    • unknown's avatar
      merged · 4aad34b1
      unknown authored
      
      mysql-test/r/drop.result:
        Auto merged
      mysql-test/t/drop.test:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/share/russian/errmsg.txt:
        Auto merged
      sql/share/ukrainian/errmsg.txt:
        Auto merged
      4aad34b1
    • unknown's avatar
      bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names · ee2923fc
      unknown authored
      sql/sql_table.cc: print an error with a function that respects width modifiers (%.64s)
      
      
      mysql-test/r/drop.result:
        bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names
      mysql-test/t/drop.test:
        bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names
      sql/share/english/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/share/russian/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/share/ukrainian/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/sql_table.cc:
        print an error with a function that respects width modifiers (%.64s)
      ee2923fc
    • unknown's avatar
      postreview patch · 1c1def2e
      unknown authored
      
      sql/sql_view.cc:
        wording fixed
      1c1def2e
    • unknown's avatar
      fix of required privileges for altering view VIEW (DELETE->DROP) (BUG#9260) · 9c347ebd
      unknown authored
      
      mysql-test/r/view.result:
        fix of required privileges for altering view VIEW (DELETE->DROP)
        new test of altering view
      mysql-test/t/view.test:
        fix of required privileges for altering view VIEW (DELETE->DROP)
        new test of altering view
      sql/sql_view.cc:
        fix of required privileges for altering view VIEW (DELETE->DROP)
      9c347ebd
    • unknown's avatar
      mysqld.dsp: · 624c50ef
      unknown authored
        Corrected wrong exe naming from bad merge
      
      
      VC++Files/sql/mysqld.dsp:
        Corrected wrong exe naming from bad merge
      624c50ef
  4. 01 Apr, 2005 16 commits
  5. 31 Mar, 2005 5 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · a98d00a1
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-union_merge-5.0
      
      
      sql/field.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_subselect.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      a98d00a1
    • unknown's avatar
      postmerge 4.1->5.0 fixes · 9d7d3fb3
      unknown authored
      
      mysql-test/r/group_by.result:
        result change
      mysql-test/r/union.result:
        result change
      mysql-test/r/view.result:
        result change
      mysql-test/t/subselect.test:
        fixed mistake of merge
      sql/field.cc:
        new 5.0 types support
        temporary table/db names detection in field fixed
      sql/field.h:
        removed non-existent methods
        added wrongly deleted during manual merge string
      sql/item.cc:
        support of new types added to merge of union types routines
      sql/item.h:
        fixed method definition
      sql/item_cmpfunc.cc:
        fixed type
      sql/item_func.h:
        item type name fixed
      sql/item_subselect.cc:
        added forgoten methods
      sql/item_subselect.h:
        fixed type
      sql/sql_derived.cc:
        fixed typo of manual merge
      sql/sql_view.cc:
        added new parameter
      9d7d3fb3
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 8946fdf3
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      8946fdf3
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 · 5e15aa81
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/mysql-5.0
      
      5e15aa81
    • unknown's avatar
      BUG#9521 fix: · 6c08eb34
      unknown authored
      openssl_1 and rpl_openssl results difference
      
      
      mysql-test/r/openssl_1.result:
        Fix expected error messages.
      mysql-test/r/rpl_openssl.result:
        Fix show slave status output. This fix makes rpl_openssl work with openssl-0.9.7 and yassl.
      mysql-test/t/openssl_1.test:
        Fix expected error codes.
      6c08eb34