mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
Fixups.
This commit is contained in:
@@ -3972,7 +3972,6 @@ the entire query but can refer to the stored procedure. This provides better
|
|||||||
performance because the query has to be parsed only once, and less information
|
performance because the query has to be parsed only once, and less information
|
||||||
needs to be sent between the server and the client. You can also raise the
|
needs to be sent between the server and the client. You can also raise the
|
||||||
conceptual level by having libraries of functions in the server.
|
conceptual level by having libraries of functions in the server.
|
||||||
Unfortunately, stored procedures are not very standardised yet.
|
|
||||||
|
|
||||||
A trigger is a stored procedure that is invoked when a particular event
|
A trigger is a stored procedure that is invoked when a particular event
|
||||||
occurs. For example, you can install a stored procedure that is triggered
|
occurs. For example, you can install a stored procedure that is triggered
|
||||||
@@ -5987,9 +5986,9 @@ Add use of @code{zlib()} for @code{gzip}-ed files to @code{LOAD DATA INFILE}.
|
|||||||
@item
|
@item
|
||||||
Fix sorting and grouping of @code{BLOB} columns (partly solved now).
|
Fix sorting and grouping of @code{BLOB} columns (partly solved now).
|
||||||
@item
|
@item
|
||||||
Stored procedures.
|
Stored procedures. Triggers are also being looked at.
|
||||||
@item
|
@item
|
||||||
Add a simple (atomic) update language that
|
A simple (atomic) update language that
|
||||||
can be used to write loops and such in the MySQL server.
|
can be used to write loops and such in the MySQL server.
|
||||||
@item
|
@item
|
||||||
Change to use semaphores when counting threads. One should first implement
|
Change to use semaphores when counting threads. One should first implement
|
||||||
|
|||||||
Reference in New Issue
Block a user