Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General spelling fixes in comments in Innobase/Xtradb and TokuDB #636

Merged
merged 1 commit into from
Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storage/tokudb/ha_tokudb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6580,7 +6580,7 @@ int ha_tokudb::external_lock(THD * thd, int lock_type) {
This happens if the thread didn't update any rows
We must in this case commit the work to keep the row locks
*/
DBUG_PRINT("trans", ("commiting non-updating transaction"));
DBUG_PRINT("trans", ("committing non-updating transaction"));
reset_stmt_progress(&trx->stmt_progress);
commit_txn(trx->stmt, 0);
trx->stmt = NULL;
Expand Down
2 changes: 1 addition & 1 deletion storage/tokudb/tokudb_update_fun.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ enum {
// field null num 4 bit 31 is 1 if the field is nullible and the
// remaining bits contain the null bit number
// field offset 4 for fixed fields, this is the offset from
// begining of the row of the field
// beginning of the row of the field
// value:
// value length 4 == N, length of the value
// value N value to add or subtract
Expand Down