1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix spelling: occurred, execute, which etc

This commit is contained in:
Otto Kekäläinen
2016-03-04 02:09:37 +02:00
parent f8251911a4
commit 1777fd5f55
126 changed files with 200 additions and 200 deletions

View File

@ -3502,7 +3502,7 @@ public:
*) a) If the previous step succeeds, handler::ha_commit_inplace_alter_table() is
called to allow the storage engine to do any final updates to its structures,
to make all earlier changes durable and visible to other connections.
b) If we have failed to upgrade lock or any errors have occured during the
b) If we have failed to upgrade lock or any errors have occurred during the
handler functions calls (including commit), we call
handler::ha_commit_inplace_alter_table()
to rollback all changes which were done during previous steps.