1. 30 Dec, 2004 1 commit
  2. 29 Dec, 2004 8 commits
  3. 28 Dec, 2004 11 commits
  4. 27 Dec, 2004 12 commits
  5. 26 Dec, 2004 2 commits
  6. 24 Dec, 2004 3 commits
  7. 23 Dec, 2004 3 commits
    • ingo@mysql.com's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 7f582c4c
      ingo@mysql.com authored
      into mysql.com:/home/mydev/mysql-5.0-wl2126
      7f582c4c
    • ingo@mysql.com's avatar
      WL#2126 - Multi_read_range. · 60e35755
      ingo@mysql.com authored
      Added the required structures and functions for
      handing over multiple key ranges to the table handler.
      60e35755
    • ingo@mysql.com's avatar
      WL#1895 - Print message to error log in case of detected MyISAM corruption · c39be2d0
      ingo@mysql.com authored
      Changed my_error() to print error messages, which come from
      arbitrary registered ranges of error messages. Messages can
      be unregistered (and should be at end of the program).
      Added registration of handler error messages.
      Added a new mi_print_error() macro and a new 
      mi_report_error() function, which supply error
      messages with a table name.
      Added calls to mi_print_error() or mi_report_error()
      at all places in MyISAM, where table corruption is detected.
      c39be2d0