Server time (UTC): 2026-01-19 22:28:49

Searching the web for "MariaDB" - Your search took 0.17 seconds.

Favicon
https://mariadb.com/kb/en/limit/
There is a LIMIT ROWS EXAMINED optimization which provides the means to terminate the execution of SELECT statements which examine too many rows, and thus use too many resources. See LIMIT ROWS EXAMIN
Favicon
https://mariadb.com/kb/en/optimizer-hints/
if the query planning is such that use of t1_index1 doesn't allow to use MRR, it won't be used. The optimizer may also consider using t1_index2 and pick that over using t1_index1. In such cases the hi
Favicon
https://mariadb.com/kb/en/for-update/
The FOR UPDATE clause of SELECT applies only when autocommit is set to 0 or the SELECT is enclosed in a transaction. A lock is acquired on the rows, and other transactions are prevented from writing t
Favicon
https://www.youtube.com/live/yqs0cukgbd0?t=7390s
Join the conversation at https://mariadb.zulipchat.com/#narrow
Favicon
https://jira.mariadb.org/browse/mdev-12874
Under term of this tasks will allow to use the same table as a source and as a target in UPDATE statements in MariaDB
Favicon
https://www.ionos.mx/ayuda/hosting/usar-una-base-de-datos-mysql-para-proyectos-web/consultar-los-datos-de-acceso-de-mysql-en-11-ionos/
En este artículo, te explicamos cómo consultar los datos de acceso de MySQL/MariaDB en tu cuenta IONOS
Favicon
https://mariadb.com/kb/en/supported-character-sets-and-collations/
You can see which character sets are available in a particular version by running the SHOW CHARACTER SET statement or by querying the Information Schema CHARACTER_SETS Table
Favicon
https://mariadb.com/kb/en/meta/editing-help-special-characters/
HTML ASCII Characters Several HTML ASCII characters can be created in our documentation with Creole Wiki by using the macro. Just type the entity name, without the
Favicon
https://www.techonthenet.com/mariadb/loops/iterate.php
The ITERATE statement would cause the loop to repeat while total_value is less than 450. Once total_value is greater than or equal to 450, the LEAVE statement would terminate the LOOP
Favicon
https://www.techonthenet.com/mariadb/insert.php
This INSERT example would result in two records being inserted into the sites table. The first record would have a site_id of 1 and a site_name of 'TechOnTheNet.com'. The second record would have a si