Skip to content
Permalink
Browse files
Fix spelling mistake in error message
  • Loading branch information
iangilfillan authored and cvicentiu committed Aug 21, 2020
1 parent 151fc0e commit ee61c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -11,7 +11,7 @@ ERROR 23000: Duplicate entry '2' for key 'PRIMARY'
show warnings;
Level Code Message
Error 1062 Duplicate entry '2' for key 'PRIMARY'
Note 4173 Engine Aria does not support rollback. Changes where committed during rollback call
Note 4173 Engine Aria does not support rollback. Changes were committed during rollback call
Warning 1196 Some non-transactional changed tables couldn't be rolled back
select * from t1;
a
@@ -7964,4 +7964,4 @@ ER_KEY_CANT_HAVE_WITHOUT_OVERLAPS
ER_NOT_ALLOWED_IN_THIS_CONTEXT
eng "'%-.128s' is not allowed in this context"
ER_DATA_WAS_COMMITED_UNDER_ROLLBACK
eng "Engine %s does not support rollback. Changes where committed during rollback call"
eng "Engine %s does not support rollback. Changes were committed during rollback call"

0 comments on commit ee61c8c

Please sign in to comment.