1. 05 Apr, 2005 26 commits
  2. 04 Apr, 2005 14 commits
    • unknown's avatar
      Fix merge of tests that were split out of other test files · 754874fd
      unknown authored
      
      mysql-test/r/ctype_ucs_binlog.result:
        Update results
      mysql-test/r/timezone_grant.result:
        Update results
      mysql-test/r/user_var-binlog.result:
        Update results
      mysql-test/t/ctype_ucs_binlog.test:
        Update binlog starting position
      mysql-test/t/timezone_grant.test:
        Update error numbers
      mysql-test/t/user_var-binlog.test:
        Update binlog starting position
      754874fd
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 4cfd77d9
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      4cfd77d9
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · e9e64527
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      e9e64527
    • unknown's avatar
      Don't generate message in send_kill_message() if wrong data. (Caused core dump... · f3aa7770
      unknown authored
      Don't generate message in send_kill_message() if wrong data. (Caused core dump for wrong data in ALTER TABLE on some system)
      
      
      sql/item_timefunc.cc:
        Removed warning reported by valgrind
      sql/sql_error.cc:
        Fixed comment
      sql/sql_table.cc:
        Fixed comment
      f3aa7770
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 4ade7693
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      4ade7693
    • unknown's avatar
      Now one gets an error if one tries to insert an invalid value via a stored... · ae25f8df
      unknown authored
      Now one gets an error if one tries to insert an invalid value via a stored procedure in STRICT mode. (Bug #5907)
      
      
      client/mysqldump.c:
        Changed some function and variable names to MySQL syntax
        Fixed indentation for last few pushes
        (No logic changes)
      mysql-test/r/strict.result:
        Test for bug #5907 (Traditional mode: invalid value can be inserted via a stored procedure)
      mysql-test/t/strict.test:
        Test for bug #5907 (Traditional mode: invalid value can be inserted via a stored procedure)
      sql/sql_base.cc:
        More comments
      sql/sql_error.cc:
        Ensure that PS gives error for invalid values in 'strict' mode
      ae25f8df
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · a1112ca0
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      a1112ca0
    • unknown's avatar
      Cleanup tests and results after merge from 4.1 of embedded · 4189e7c8
      unknown authored
      server testing cleanups.
      
      
      mysql-test/r/innodb.result:
        Update results
      mysql-test/r/insert_select-binlog.result:
        Update results
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Update results
      mysql-test/r/ps_1general.result:
        Update results
      mysql-test/r/ps_grant.result:
        Update results
      mysql-test/r/view.result:
        Update results
      mysql-test/t/client_xml.test:
        Skip test with embedded server
      mysql-test/t/flush_read_lock_kill.test:
        Skip test with embedded server
      mysql-test/t/grant3.test:
        Skip test with embedded server
      mysql-test/t/information_schema.test:
        Skip test with embedded server
      mysql-test/t/innodb.test:
        Fix up filenames
      mysql-test/t/multi_update.test:
        Skip test with embedded server
      mysql-test/t/mysqlshow.test:
        Skip test with embedded server
      mysql-test/t/ps_1general.test:
        Move grant-related tests to ps_grant, and fix cleanup of filename
      mysql-test/t/ps_grant.test:
        Add additional tests
      mysql-test/t/sp-security.test:
        Skip test with embedded server
      mysql-test/t/user_limits.test:
        Skip test with embedded server
      mysql-test/t/view.test:
        Split grant-related tests to new test file view_grant
      4189e7c8
    • unknown's avatar
    • unknown's avatar
      ha_innodb.cc, row0sel.c: · 1b932713
      unknown authored
        Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer
      
      
      innobase/row/row0sel.c:
        Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer
      sql/ha_innodb.cc:
        Fix Bug #9526 in 5.0: MySQL ENUM and SET columns are internally actually unsigned integer types; we must take care that old tables still treat ENUM and SET (incorrectly) as a character string, while new created tables treat it correctly as an unsigned integer
      1b932713
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.1 · b1a9b761
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      sql/ha_innodb.cc:
        SCCS merged
      b1a9b761
    • unknown's avatar
      ha_innodb.cc: · a64487fc
      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
      a64487fc
    • unknown's avatar
      ha_innodb.cc: · 9ce74a80
      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
      9ce74a80
    • unknown's avatar
      delete isam/merge files · 5dbcb155
      unknown authored
      
      BitKeeper/deleted/.del-ha_isam.m4~7588b20d5625ce54:
        Delete: config/ac-macros/ha_isam.m4
      BitKeeper/deleted/.del-nisam.h~5efa811281b55093:
        Delete: include/nisam.h
      BitKeeper/deleted/.del-merge.h~c3c34b8b88ec67ae:
        Delete: include/merge.h
      BitKeeper/deleted/.del-have_isam.inc~8bbdabbdbe0697d3:
        Delete: mysql-test/include/have_isam.inc
      BitKeeper/deleted/.del-have_isam.require~be6a18a8a25a617f:
        Delete: mysql-test/r/have_isam.require
      BitKeeper/deleted/.del-isam.test~834fb0ee8196c445:
        Delete: mysql-test/t/isam.test
      5dbcb155