1. 28 Nov, 2006 2 commits
    • gkodinov/kgeorge@rakia.gmz's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · fb41ec6f
      gkodinov/kgeorge@rakia.gmz authored
      into  rakia.gmz:/home/kgeorge/mysql/autopush/B11927-5.0-opt
      fb41ec6f
    • gkodinov/kgeorge@macbook.gmz's avatar
      BUG#11927: Warnings shown for CAST( chr as signed) but not (chr + 0) · 42cd9567
      gkodinov/kgeorge@macbook.gmz authored
       When implicitly converting string fields to numbers the 
       string-to-number conversion error was not sent to the client.
       Added code to send the conversion error as warning.
       
       We also need to prevent generation of warnings from the places
       where val_xxx() methods are called for the sole purpose of updating
       the Item::null_value flag.
       To achieve that a special function is added (and called) : 
       update_null_value(). This function will set the no_errors flag and
       will call val_xxx(). The warning generation in Field_string::val_xxx()
       will use the flag when generating the conversion warnings. 
      42cd9567
  2. 21 Nov, 2006 2 commits
  3. 19 Nov, 2006 2 commits
  4. 17 Nov, 2006 4 commits
  5. 16 Nov, 2006 4 commits
  6. 15 Nov, 2006 7 commits
  7. 14 Nov, 2006 10 commits
  8. 13 Nov, 2006 7 commits
  9. 12 Nov, 2006 2 commits