1. 27 Mar, 2007 1 commit
  2. 16 Mar, 2007 1 commit
  3. 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
  4. 08 Mar, 2007 28 commits
  5. 07 Mar, 2007 7 commits