1. 15 Mar, 2007 2 commits
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b24558/b24558.5.0 · fdb2e640
      unknown authored
      into  mysql.com:/home/ram/work/b24558/b24558.5.1
      
      
      sql/field_conv.cc:
        Auto merged
      mysql-test/r/type_newdecimal.result:
        merging
      mysql-test/t/type_newdecimal.test:
        merging
      fdb2e640
    • unknown's avatar
      Fix for bug #24558: Increasing decimal column length causes data loss · 9e5691cb
      unknown authored
      Altering to a decimal field we get double value then store it 
      that may cause data loss. 
      Fix: use store_decimal() instead.
      
      
      
      mysql-test/r/type_newdecimal.result:
        Fix for bug #24558: Increasing decimal column length causes data loss
          - test result.
      mysql-test/t/type_newdecimal.test:
        Fix for bug #24558: Increasing decimal column length causes data loss
          - test case.
      sql/field_conv.cc:
        Fix for bug #24558: Increasing decimal column length causes data loss
          - if target field's result type is DECIMAL_RESULT
            use store_decimal(val_decimal()) in order not to loss data.
      9e5691cb
  2. 09 Mar, 2007 3 commits
    • unknown's avatar
      Fix for BUG#26971 "BUILD/check-cpu does not recognize Intel Core 2 · 0b9d0fef
      unknown authored
      Duo T7400". Treat such CPU as Xeon. Here's /proc/cpuinfo for T7400:
      model name      : Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz
      
      
      BUILD/check-cpu:
        Fix for BUG#26971 "BUILD/check-cpu does not recognize Intel Core 2
        Duo T7400". Treat such CPU as Xeon.
      0b9d0fef
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-maint · 06e5abc7
      unknown authored
      into  gbichot4.local:/home/mysql_src/mysql-5.1-maint
      
      
      06e5abc7
    • unknown's avatar
      Implementing the feature at BUG#26964 "option --no-beep for mysqladmin". · 224ad236
      unknown authored
      Option --no-beep is added to mysqladmin like it already exists in
      the "mysql" command-line client (short option: -b; long: --no-beep).
      Default is to emit beeps like that "mysql" client.
      Can't test in the testsuite; but on my Linux I tested by hand:
      open a *xterm* and there do "mysqladmin shutdown" - I hear a beep;
      with --no-beep, no beep.
      
      
      client/mysqladmin.cc:
        new option --no-beep like in mysql.cc: if used, no beeps (ASCII 7, BEL)
        are emitted upon errors. Default is to emit beeps, like mysql.cc.
      224ad236
  3. 08 Mar, 2007 28 commits
  4. 07 Mar, 2007 7 commits