← Back to team overview

linux-traipu team mailing list archive

[Bug 970941] Re: Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc

 

I'm fixing this in upstream Percona XtraBackup, which means that the
next time we pull it into Drizzle, we'll get the fix.

** Changed in: drizzle
   Importance: Undecided => Low

** Changed in: drizzle
       Status: New => Triaged

** Also affects: percona-xtrabackup
   Importance: Undecided
       Status: New

** Also affects: percona-xtrabackup/2.0
   Importance: Undecided
       Status: New

** Changed in: percona-xtrabackup/2.0
       Status: New => In Progress

** Changed in: percona-xtrabackup/2.0
   Importance: Undecided => Low

** Changed in: percona-xtrabackup/2.0
     Assignee: (unassigned) => Stewart Smith (stewart)

** Changed in: percona-xtrabackup/2.0
    Milestone: None => 2.0.1

** Changed in: percona-xtrabackup/2.0
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/970941

Title:
  Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Triaged
Status in Percona XtraBackup:
  Fix Committed
Status in Percona XtraBackup 2.0 series:
  Fix Committed

Bug description:
  Spelling error: registerd --> registered

  This patch is currently appied to the Debian package:

  --- a/plugin/innobase/xtrabackup/xtrabackup.cc                                                                                                                                                                                                                                                                                 
  +++ b/plugin/innobase/xtrabackup/xtrabackup.cc                                                                                                                                                                                                                                                                                 
  @@ -5052,7 +5052,7 @@                                                                                                                                                                                                                                                                                                          
                          HASH_INSERT(xtrabackup_tables_t, name_hash, tables_hash,                                                                                                                                                                                                                                               
                                          ut_fold_string(table->name), table);                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                                                                                                 
  -                       printf("xtrabackup: table '%s' is registerd to the list.\n", table->name);                                                                                                                                                                                                                             
  +                       printf("xtrabackup: table '%s' is registered to the list.\n", table->name);                                                                                                                                                                                                                            
                  }                                                                                                                                                                                                                                                                                                              
          }                                                                                                                                                                                                                                                                                                                      
   skip_tables_file_register:              

  coldtobi

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/970941/+subscriptions


References