File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*****************************************************************************
2
2
3
3
Copyright (c) 1996, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
- Copyright (c) 2015, 2018 , MariaDB Corporation.
4
+ Copyright (c) 2015, 2022 , MariaDB Corporation.
5
5
6
6
This program is free software; you can redistribute it and/or modify it under
7
7
the terms of the GNU General Public License as published by the Free Software
@@ -148,9 +148,6 @@ enum dberr_t {
148
148
149
149
DB_IO_PARTIAL_FAILED , /*!< Partial IO request failed */
150
150
151
- DB_FORCED_ABORT , /*!< Transaction was forced to rollback
152
- by a higher priority transaction */
153
-
154
151
DB_TABLE_CORRUPT , /*!< Table/clustered index is
155
152
corrupted */
156
153
Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 1994, 2017, Oracle and/or its affiliates. All Rights Reserved.
4
- Copyright (c) 2017, 2021 , MariaDB Corporation.
4
+ Copyright (c) 2017, 2022 , MariaDB Corporation.
5
5
6
6
This program is free software; you can redistribute it and/or modify it under
7
7
the terms of the GNU General Public License as published by the Free Software
@@ -486,9 +486,6 @@ ut_strerr(
486
486
return (" Table is encrypted but decrypt failed." );
487
487
case DB_IO_PARTIAL_FAILED:
488
488
return (" Partial IO failed" );
489
- case DB_FORCED_ABORT:
490
- return (" Transaction aborted by another higher priority "
491
- " transaction" );
492
489
case DB_COMPUTE_VALUE_FAILED:
493
490
return (" Compute generated column failed" );
494
491
case DB_NO_FK_ON_S_BASE_COL:
You can’t perform that action at this time.
0 commit comments