Skip to content

Commit e9f14e6

Browse files
committed
Rename MemSQL docs to SingleStore
1 parent 3dd7245 commit e9f14e6

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

docs/src/main/sphinx/connector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ from different data sources.
3838
Prometheus <connector/prometheus>
3939
Redis <connector/redis>
4040
Redshift <connector/redshift>
41-
SingleStore <connector/memsql>
41+
SingleStore <connector/singlestore>
4242
SQL Server <connector/sqlserver>
4343
System <connector/system>
4444
Thrift <connector/thrift>
File renamed without changes.

docs/src/main/sphinx/ext/redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14+
1415
# Copyright (c) 2017 Stephen Finucane.
1516
# Version 0.1.0 modified April 10, 2023 for Trino use.
1617
# See https://github.com/sphinx-contrib/redirects/pull/6

docs/src/main/sphinx/release/release-326.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ General
88
* Fix incorrect query results when query contains ``LEFT JOIN`` over ``UNNEST``. (:issue:`2097`)
99
* Fix performance regression in queries involving ``JOIN``. (:issue:`2047`)
1010
* Fix accounting of semantic analysis time when queued queries are cancelled. (:issue:`2055`)
11-
* Add :doc:`/connector/memsql`. (:issue:`1906`)
11+
* Add :doc:`/connector/singlestore`. (:issue:`1906`)
1212
* Improve performance of ``INSERT`` and ``CREATE TABLE ... AS`` queries containing redundant
1313
``ORDER BY`` clauses. (:issue:`2044`)
1414
* Improve performance when processing columns of ``map`` type. (:issue:`2015`)

docs/src/main/sphinx/release/release-334.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Hive connector
8181
MemSQL connector
8282
----------------
8383

84-
* Include :doc:`/connector/memsql` in the server tarball and RPM. (:issue:`3743`)
84+
* Include :doc:`/connector/singlestore` in the server tarball and RPM. (:issue:`3743`)
8585

8686
MongoDB connector
8787
-----------------

0 commit comments

Comments
 (0)