1. 05 Apr, 2005 34 commits
  2. 04 Apr, 2005 6 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