linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #14947
[Bug 970941] Re: Spelling error in plugin/innobase/xtrabackup/xtrabackup.cc
Percona now uses JIRA for bug reports so this bug report is migrated to:
https://jira.percona.com/browse/PXB-848
--
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 Drizzle:
Triaged
Status in Percona XtraBackup:
Fix Released
Status in Percona XtraBackup 2.0 series:
Fix Released
Status in Percona XtraBackup 2.1 series:
Fix Released
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