diff --git a/storage/tokudb/ha_tokudb.cc b/storage/tokudb/ha_tokudb.cc index dd9721807778..3230543aff7b 100644 --- a/storage/tokudb/ha_tokudb.cc +++ b/storage/tokudb/ha_tokudb.cc @@ -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; diff --git a/storage/tokudb/tokudb_update_fun.cc b/storage/tokudb/tokudb_update_fun.cc index 05149d17317b..9791cc726985 100644 --- a/storage/tokudb/tokudb_update_fun.cc +++ b/storage/tokudb/tokudb_update_fun.cc @@ -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