Skip to content

Commit 374f111

Browse files
committed
PS-10259 [DOCS] - Change JS Lang feature to Tech Preview 8.4
On branch ps-10259-8.4 modified: docs/js-lang-overview.md modified: docs/js-lang-privileges.md modified: docs/js-lang-procedures.md modified: docs/js-lang-troubleshoot.md
1 parent 73a17a0 commit 374f111

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

docs/install-js-lang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install js_lang component
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
The `plugin_dir` system variable specifies where the component library is located. If you need to, you should set the `plugin_dir` variable when you start the server.
66

docs/js-lang-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS stored procedure and function overview
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Integrating stored procedures and functions in JS within a MySQL-compatible database provides a versatile and practical approach to managing complex data processing tasks. This method significantly enhances performance, allowing developers to execute intricate operations more efficiently. For those proficient in JS, this approach streamlines the development process, reducing the load on client applications and optimizing overall system performance. By employing stored procedures and functions, developers achieve faster data processing and facilitate more manageable maintenance and scalability, making it an ideal solution for those skilled in JS.
66

docs/js-lang-privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS privileges
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Privileges control what users can do. You use them to give specific permissions to different users. This ability helps you keep your data secure by only allowing authorized users to access and change information in the database.
66

docs/js-lang-procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JS stored function or procedure
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
Once the component's installed, you can write stored functions and procedures in JavaScript. The syntax looks like this:
66

docs/js-lang-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshoot JS procedures and functions
22

3-
--8<--- "experimental.md"
3+
--8<--- "tech.preview.md:5:5"
44

55
The component includes a set of User-Defined Functions (UDFs) that retrieve and clear information about the last JS error that occurred in the current connection for the current user. This information updates each time a JS error occurs for the current connection and user. Successful execution of JS code does not change this state.
66

docs/uninstall-js-lang.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Uninstall the js_lang component
22

3+
--8<--- "tech.preview.md:5:5"
4+
35
The uninstall works only when no connections are using JavaScript stored programs. If there are connections, the procedure fails with an error.
46

57
To remove the component, run the following:

0 commit comments

Comments
 (0)