Bug #36805 No help output for ndbd_redo_log_reader
Submitted: 19 May 2008 18:37 Modified: 7 Aug 2008 6:52
Reporter: Jon Stephens Email Updates:
Status: Verified
Category:Server: Cluster Severity:S3 (Non-critical)
Version:mysql-5.1-telco-6.2 OS:Any
Assigned to: Target Version:
Tags: 5.1-telco-6.x (all branches)
Triage: Triaged: D5 (Feature request) / R1 (None/Negligible) / E1 (None/Negligible)

[19 May 2008 18:37] Jon Stephens
Description:
ndbd_redo_log_reader provides no help output, and invoking it with --help produces an error.

How to repeat:
jon@flundra:~/bin/mysql-5.1-telco-6.3/bin> ./ndbd_redo_log_reader --help
Error: open file: No such file or directory

Suggested fix:
Provide help output similar to that provided by other NDB utlities.
[19 May 2008 18:37] Jon Stephens
Related to Bug#33888?
[19 May 2008 19:10] Sveta Smirnova
Thank you for the report.

Verified as described.
[26 Jun 2008 9:37] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/48557

2720 lars-erik.bjork@sun.com	2008-06-26
      bug#36805 - falcon_index_chill_threshold and falcon_record_chill_threshold have values in MB
      
      falcon_index_chill_threshold and falcon_record_chill_threshold accept a value in megabytes. 
      This is non-standard with respect to the rest of the server options, prevents from setting 
      the variables to lower than 1mb, which prevents testing of the chill/thaw mechanism and 
      prevents the user from using the KB, MB and GB modifiers provided by server.
      
      falcon_index_chill_threshold and falcon_record_chill_threshold are now changed to accept a value 
      in bytes.
[26 Jun 2008 13:08] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/48566

2720 lars-erik.bjork@sun.com	2008-06-26
      bug#36805 - falcon_index_chill_threshold and falcon_record_chill_threshold have values in MB
      
      falcon_index_chill_threshold and falcon_record_chill_threshold accept a value in megabytes. 
      This is non-standard with respect to the rest of the server options, prevents from setting 
      the variables to lower than 1mb, which prevents testing of the chill/thaw mechanism and 
      prevents the user from using the KB, MB and GB modifiers provided by server.
            
      falcon_index_chill_threshold and falcon_record_chill_threshold are now changed to accept a value 
      in bytes.
      
      The tests falcon_options and falcon_options2 are also changed to work accordingly.
[7 Aug 2008 6:52] Susanne Ebrecht
Set back to verified by Sveta becauses besides the misstake with the patch nothing changed here.