Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 4c2ebf6

Browse files
committed
Revert "Merge branch 'master' of github.com:BakeRolls/go-mysql-server into weekday"
This reverts commit 994295e, reversing changes made to afde746.
1 parent 994295e commit 4c2ebf6

File tree

5 files changed

+0
-154
lines changed

5 files changed

+0
-154
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ We support and actively test against certain third-party clients to ensure compa
6767
- `FLOOR(number)`: Return the largest integer value that is less than or equal to `number`.
6868
- `ROUND(number, decimals)`: Round the `number` to `decimals` decimal places.
6969
- `CONNECTION_ID()`: Return the current connection ID.
70-
- `SOUNDEX(str)`: Returns the soundex of a string.
7170

7271
## Example
7372

SUPPORTED.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
- ROUND
8888
- COALESCE
8989
- CONNECTION_ID
90-
- SOUNDEX
9190

9291
## Time functions
9392
- DAY

sql/expression/function/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ var Defaults = sql.Functions{
4545
"coalesce": sql.FunctionN(NewCoalesce),
4646
"json_extract": sql.FunctionN(NewJSONExtract),
4747
"connection_id": sql.Function0(NewConnectionID),
48-
"soundex": sql.Function1(NewSoundex),
4948
}

sql/expression/function/soundex.go

Lines changed: 0 additions & 102 deletions
This file was deleted.

sql/expression/function/soundex_test.go

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy