1. 28 Feb, 2007 37 commits
  2. 27 Feb, 2007 3 commits
    • unknown's avatar
      Bug#26536 func_time failure on vm-win2003-64-b, occurs every time · f1476f43
      unknown authored
       - my_time_t is defined as long which means it will not always be the
      same size as time_t. See explanation in include/my_time.h
      
      
      sql/event_queue.cc:
        No need to require that "sizeof(time_t) == sizeof(my_time_t)"
      f1476f43
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint · e9cce179
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/t/rpl_temporary.test:
        Auto merged
      scripts/mysql_system_tables.sql:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      e9cce179
    • unknown's avatar
      Bug#23669 mysql.proc not created in default install · dda46f74
      unknown authored
       - Remove DEFAULT values for blob's in mysql_system_tables.sql
      
      
      scripts/mysql_system_tables.sql:
        Remove attempt to set default value for blob columns since
        they can't have any. Depending on 'sql_mode' the default values
        has either been silently dropped or thrown an error as reported
        by the bug.
      dda46f74