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 · ca0d9800
      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
      ca0d9800
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-clean · 334ee656
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      334ee656
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 69c52ea5
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      69c52ea5
    • unknown's avatar
      Don't generate message in send_kill_message() if wrong data. (Caused core dump... · 40518fd0
      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
      40518fd0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · f2ce46ee
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      f2ce46ee
    • unknown's avatar
      Now one gets an error if one tries to insert an invalid value via a stored... · 7d8f2916
      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
      7d8f2916