Skip to content

Commit

Permalink
Remove useless AlgorithmNotFoundOnTableException (#30644)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Mar 25, 2024
1 parent 7878021 commit e929e05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
| 42S02 | 10007 | Table or view \`%s\` does not exist. |
| 42000 | 10010 | Rule does not exist. |
| 44000 | 10011 | Algorithm '%s.'%s' initialization failed, reason is: %s. |
| 42S02 | 10012 | Can not find '%s' algorithm on database.table: '%s'.'%s'. |
| 42S02 | 10013 | Can not find '%s' algorithm '%s' on database.table.column: '%s'.'%s'.'%s'. |
| HY000 | 10015 | Algorithm '%s.%s' execute failed, reason is: %s. |
| 42S02 | 10020 | Schema \`%s\` does not exist. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`, whi
| 42S02 | 10007 | Table or view \`%s\` does not exist. |
| 42000 | 10010 | Rule does not exist. |
| 44000 | 10011 | Algorithm '%s.'%s' initialization failed, reason is: %s. |
| 42S02 | 10012 | Can not find '%s' algorithm on database.table: '%s'.'%s'. |
| 42S02 | 10013 | Can not find '%s' algorithm '%s' on database.table.column: '%s'.'%s'.'%s'. |
| HY000 | 10015 | Algorithm '%s.%s' execute failed, reason is: %s. |
| 42S02 | 10020 | Schema \`%s\` does not exist. |
Expand Down

This file was deleted.

0 comments on commit e929e05

Please sign in to comment.