1. 05 Apr, 2005 13 commits
  2. 04 Apr, 2005 8 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 77817bce
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      77817bce
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 81f6acfa
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      sql/share/english/errmsg.txt:
        Auto merged
      81f6acfa
    • unknown's avatar
      ha_innodb.cc: · 120a04e0
      unknown authored
        Correct the fix of Bug #9526 : InnoDB must use its own internal type info for old tables, so that old ENUMs and SETs still are (incorrectly) seen as char strings; we do not dare to allow InnoDB sometimes to see the type as an integer type for those old tables
      
      
      sql/ha_innodb.cc:
        Correct the fix of Bug #9526 : InnoDB must use its own internal type info for old tables, so that old ENUMs and SETs still are (incorrectly) seen as char strings; we do not dare to allow InnoDB sometimes to see the type as an integer type for those old tables
      120a04e0
    • unknown's avatar
      ha_innodb.cc: · 9c875883
      unknown authored
        Fix bug #9526 in InnoDB: the internal type of an ENUM or SET is an unsigned integer type, not a character string
      
      
      sql/ha_innodb.cc:
        Fix bug #9526 in InnoDB: the internal type of an ENUM or SET is an unsigned integer type, not a character string
      9c875883
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · d73a1c23
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      d73a1c23
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · e21e32e6
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/bug6762
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      e21e32e6
    • 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
      BUG#6762 ALTER TABLE gives weird results and error message · 23b2a53d
      unknown authored
        - Better error message when table definition has changed
      
      
      mysql-test/r/ndb_alter_table.result:
        New error message and code when table definition has changed.
      mysql-test/r/ndb_multi.result:
        Safety, drop tables in second server as well
      mysql-test/t/ndb_alter_table.test:
        New error message and code when table definition has changed.
      mysql-test/t/ndb_multi.test:
        Safety, drop tables in second server as well
      sql/ha_ndbcluster.cc:
        When error 284 is returned from NDB a check must be made to see what the error really means.
         - if table does not exists any more, return 709 -> No such table exists
         - if table still exists, table has most likely been altered and table id and version has 
           changed, print  hardcoded  errormessage indicating that transaction should retried
          (this error message should be translated to a langauge dependent error message in 5.0)
          
        Remove mapping from 284 to HA_ERR_NO_SUCH_TABLE
      23b2a53d
  3. 03 Apr, 2005 2 commits
  4. 02 Apr, 2005 7 commits
    • 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
      Clean up merge of fix for Bug #9468. · b668fc75
      unknown authored
      
      mysql-test/t/lowercase_table_grant.test:
        Disable test with embedded server
      mysql-test/t/skip_name_resolve.test:
        Disable test with embedded server
      sql/sql_parse.cc:
        Reset server status after a single statement in a multistatement
        query is handled in embedded server so it is not logged twice to
        the slow query log.
      b668fc75
    • unknown's avatar
      Merge embedded-server testing changes. · 66b33573
      unknown authored
      
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/r/ps_1general.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/r/user_var.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      mysql-test/t/grant2.test:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      mysql-test/t/show_check.test:
        Auto merged
      mysql-test/t/type_float.test:
        Auto merged
      mysql-test/t/user_var.test:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Merge changes
      mysql-test/t/ps_1general.test:
        Merge changes
      66b33573
    • unknown's avatar
      Fix handling of max_allowed_packet and net_buffer_length in · d308f50f
      unknown authored
      embedded server when a size suffix (K, M, G) is added. (Bug #9472)
      
      
      sql/mysqld.cc:
        Instead of (re)parsing max_allowed_packet and net_buffer_length
        for the embedded server, just set the global variables to what
        is set in global_system_variables within get_options().
      d308f50f
  5. 01 Apr, 2005 10 commits