1. 17 May, 2007 4 commits
  2. 16 May, 2007 15 commits
  3. 15 May, 2007 10 commits
  4. 14 May, 2007 6 commits
    • tnurnberg@maint1.mysql.com's avatar
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 329cc0f8
      tnurnberg@maint1.mysql.com authored
      into  maint1.mysql.com:/data/localhome/tnurnberg/51-monty
      329cc0f8
    • tnurnberg@blasphemy.mysql.com's avatar
      Merge blasphemy.mysql.com:/home/tnurnberg/monty/50-monty · e1b7e81b
      tnurnberg@blasphemy.mysql.com authored
      into  blasphemy.mysql.com:/home/tnurnberg/monty/51-monty
      e1b7e81b
    • tnurnberg@blasphemy.mysql.com's avatar
      Backport of TIME->MYSQL_TIME / Y2K fixset · 034aec5d
      tnurnberg@blasphemy.mysql.com authored
      Made year 2000 handling more uniform
      Removed year 2000 handling out from calc_days()
      The above removes some bugs in date/datetimes with year between 0 and 200
      Now we get a note when we insert a datetime value into a date column
      For default values to CREATE, don't give errors for warning level NOTE
      Fixed some compiler failures
      Added library ws2_32 for windows compilation (needed if we want to compile with IOCP support)
      Removed duplicate typedef TIME and replaced it with MYSQL_TIME
      
      Better (more complete) fix for: Bug#21103 "DATE column not compared as DATE"
      Fixed properly Bug#18997 "DATE_ADD and DATE_SUB perform year2K autoconversion magic on 4-digit year value"
      Fixed Bug#23093 "Implicit conversion of 9912101 to date does not match cast(9912101 as date)"
      034aec5d
    • tnurnberg@blasphemy.mysql.com's avatar
      Merge blasphemy.mysql.com:/home/tnurnberg/monty/50-monty · 9b4ce426
      tnurnberg@blasphemy.mysql.com authored
      into  blasphemy.mysql.com:/home/tnurnberg/monty/51-monty
      9b4ce426
    • tnurnberg@blasphemy.mysql.com's avatar
      Backport of TIME->MYSQL_TIME / Y2K fixset · 30868bdc
      tnurnberg@blasphemy.mysql.com authored
      Made year 2000 handling more uniform
      Removed year 2000 handling out from calc_days()
      The above removes some bugs in date/datetimes with year between 0 and 200
      Now we get a note when we insert a datetime value into a date column
      For default values to CREATE, don't give errors for warning level NOTE
      Fixed some compiler failures
      Added library ws2_32 for windows compilation (needed if we want to compile with IOCP support)
      Removed duplicate typedef TIME and replaced it with MYSQL_TIME
      
      Better (more complete) fix for: Bug#21103 "DATE column not compared as DATE"
      Fixed properly Bug#18997 "DATE_ADD and DATE_SUB perform year2K autoconversion magic on 4-digit year value"
      Fixed Bug#23093 "Implicit conversion of 9912101 to date does not match cast(9912101 as date)"
      30868bdc
    • tnurnberg@blasphemy.mysql.com's avatar
      Bug#28223: mysqldump --compact --routines restores from @OLD_SQL_MODE w/o ever setting it · a8916920
      tnurnberg@blasphemy.mysql.com authored
      mysqldump generated output that set OLD_SQL_MODE twice, to different values
      (for triggers), or not at all (for routines) in some cases.
      ---
      Merge blasphemy.mysql.com:/home/tnurnberg/28223/50-28223
      into  blasphemy.mysql.com:/home/tnurnberg/28223/51-28223
      a8916920
  5. 10 May, 2007 5 commits